summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'spi/for-5.15' into spi-nextMark Brown2021-08-2619-438/+1176
|\
| * spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_me...Quanyang Wang2021-08-261-4/+4
| * spi: sprd: Add ADI r3 supportChunyan Zhang2021-08-261-50/+165
| * spi: sprd: Fix the wrong WDG_LOAD_VALChunyan Zhang2021-08-261-1/+1
| * spi: sprd: fill offset only to RD_CMD register for reading from slave deviceChunyan Zhang2021-08-241-6/+5
| * spi: sprd: Make sure offset not equal to slave address sizeChunyan Zhang2021-08-241-1/+1
| * spi: sprd: Pass offset instead of physical address to adi_read/_write()Chunyan Zhang2021-08-241-61/+44
| * spi: rockchip-sfc: Fix assigned but never used return error codesColin Ian King2021-08-231-2/+2
| * spi: rockchip-sfc: Remove redundant IO operationsJon Lin2021-08-231-2/+2
| * spi: stm32: fix excluded_middle.cocci warningskernel test robot2021-08-201-2/+1
| * spi: tegra20-slink: remove spi_master_put() in tegra_slink_remove()Yang Yingliang2021-08-181-2/+0
| * spi: rockchip-sfc: add rockchip serial flash controllerChris Morgan2021-08-173-0/+707
| * spi: mxic: add missing bracesYang Yingliang2021-08-121-1/+2
| * spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren2021-08-101-0/+1
| * spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_configTony Lindgren2021-08-101-0/+1
| * spi: mediatek: fix build warnning in set cs timingMason Zhang2021-08-091-6/+6
| * spi: mxic: patch for octal DTR mode supportZhengxun Li2021-08-091-11/+30
| * spi: tegra20-slink: Don't use resource-managed spi_register helperDmitry Osipenko2021-08-091-1/+5
| * spi: tegra20-slink: Improve runtime PM usageDmitry Osipenko2021-08-091-48/+25
| * spi: modify set_cs_timing parameterMason Zhang2021-08-052-50/+65
| * spi: move cs spi_delay to spi_deviceMason Zhang2021-08-051-3/+3
| * Merge series "arm: ep93xx: CCF conversion" from Nikita Shubin <nikita.shubin@...Mark Brown2021-08-041-2/+2
| |\
| | * spi: spi-ep93xx: Prepare clock before using itAlexander Sverdlin2021-08-031-2/+2
| * | spi: bcm2835aux: use 'unsigned int' instead of 'unsigned'Jason Wang2021-08-031-2/+2
| |/
| * spi: imx: Implement support for CS_WORDUwe Kleine-König2021-08-031-0/+10
| * spi: pxa2xx: Adapt reset_sccr1() to the case when no message availableAndy Shevchenko2021-07-221-3/+10
| * Merge series "spi: fsi: Reduce max transfer size to 8 bytes" from Eddie James...Mark Brown2021-07-191-103/+22
| |\
| | * spi: fsi: Reduce max transfer size to 8 bytesEddie James2021-07-191-103/+22
| * | spi: imx: Simplify logic in spi_imx_push()Uwe Kleine-König2021-07-191-8/+3
| * | spi: pxa2xx: Reuse int_stop_and_reset() in couple of placesAndy Shevchenko2021-07-191-9/+3
| * | spi: pxa2xx: Reset DMA bits in CR1 in reset_sccr1()Andy Shevchenko2021-07-191-1/+1
| * | spi: pxa2xx: Convert reset_sccr1() to use pxa2xx_spi_update()Andy Shevchenko2021-07-191-9/+7
| * | spi: spi-geni-qcom: Remove confusing comment about setting the watermarkDouglas Anderson2021-07-141-6/+0
| * | spi: mediatek: add tick_delay supportMason Zhang2021-07-141-1/+10
| * | Merge series "spi: stm32: various fixes & cleanup" from Alain Volmat <alain.v...Mark Brown2021-07-121-78/+44
| |\ \
| | * | spi: stm32: finalize message either on dma callback or EOTAlain Volmat2021-07-121-37/+20
| | * | spi: stm32h7: don't wait for EOT and flush fifo on disableAlain Volmat2021-07-121-22/+2
| | * | spi: stm32h7: rework rx fifo read functionAmelie Delaunay2021-07-121-17/+13
| | * | spi: stm32: Revert "properly handle 0 byte transfer"Alain Volmat2021-07-121-4/+0
| | * | spi: stm32: enable pm_runtime autosuspendAlain Volmat2021-07-121-0/+11
| * | | spi: mediatek: add no_need_unprepare supportMason Zhang2021-07-121-7/+34
| |/ /
| * | Merge existing fixes from spi/for-5.14Mark Brown2021-07-122-26/+36
| |\ \ | | |/ | |/|
* | | Merge remote-tracking branch 'spi/for-5.14' into spi-linusMark Brown2021-08-263-14/+18
|\ \ \
| * | | spi: davinci: invoke chipselect callbackMatija Glavinic Pecotic2021-08-241-7/+1
| * | | spi: coldfire-qspi: Use clk_disable_unprepare in the remove functionChristophe JAILLET2021-08-191-1/+1
| * | | spi: orion: Prevent incorrect chip select behaviourNathan Rossi2021-08-161-6/+16
* | | | Merge tag 'spi-fix-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-08-066-19/+53
|\| | |
| * | | spi: cadence-quadspi: Fix check condition for DTR opsApurva Nandan2021-08-051-3/+18
| * | | spi: mediatek: Fix fifo transferGuenter Roeck2021-08-021-14/+5
| * | | spi: imx: mx51-ecspi: Fix CONFIGREG delay commentMarek Vasut2021-07-281-1/+1