index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-pic32-sqi.c
Age
Commit message (
Expand
)
Author
2024-04-30
spi: pic32-sqi: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
2023-09-11
spi: pic32-sqi: Use helper function devm_clk_get_enabled()
Li Zetao
2023-08-21
spi: pic32-sqi: switch to use modern name
Yang Yingliang
2023-07-11
spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
Andy Shevchenko
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-06
spi: pic32-sqi: Convert to platform remove callback returning void
Uwe Kleine-König
2019-09-04
spi: pic32-sqi: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-02
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445
Thomas Gleixner
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-10-17
spi: pic32-sqi: don't pass GFP_DMA32 to dma_alloc_coherent
Christoph Hellwig
2018-09-17
spi: pic32-sqi: remove unnecessary of_node_get()
Alexey Khoroshilov
2016-08-08
spi: pic32-sqi: use list_move_tail and list_move
Wei Yongjun
2016-07-24
spi: pic32-sqi: fixup wait_for_completion_timeout return handling
Nicholas Mc Guire
2016-05-06
spi: pic32-sqi: Remove pic32_sqi_setup and pic32_sqi_cleanup
Axel Lin
2016-04-22
spi: pic32-sqi: silence array overflow warning
Dan Carpenter
2016-04-18
spi: pic32-sqi: add SPI driver for PIC32 SQI controller.
Purna Chandra Mandal