summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-pic32-sqi.c
AgeCommit message (Expand)Author
2024-04-30spi: pic32-sqi: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang
2023-09-11spi: pic32-sqi: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-21spi: pic32-sqi: switch to use modern nameYang Yingliang
2023-07-11spi: Convert to SPI_CONTROLLER_HALF_DUPLEXAndy Shevchenko
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2023-03-06spi: pic32-sqi: Convert to platform remove callback returning voidUwe Kleine-König
2019-09-04spi: pic32-sqi: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445Thomas Gleixner
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-10-17spi: pic32-sqi: don't pass GFP_DMA32 to dma_alloc_coherentChristoph Hellwig
2018-09-17spi: pic32-sqi: remove unnecessary of_node_get()Alexey Khoroshilov
2016-08-08spi: pic32-sqi: use list_move_tail and list_moveWei Yongjun
2016-07-24spi: pic32-sqi: fixup wait_for_completion_timeout return handlingNicholas Mc Guire
2016-05-06spi: pic32-sqi: Remove pic32_sqi_setup and pic32_sqi_cleanupAxel Lin
2016-04-22spi: pic32-sqi: silence array overflow warningDan Carpenter
2016-04-18spi: pic32-sqi: add SPI driver for PIC32 SQI controller.Purna Chandra Mandal