summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: dw: Fix spi registration for controllers overriding CSLars Povlsen2020-11-251-1/+2
* spi: imx: fix the unbalanced spi runtime pm managementClark Wang2020-11-241-0/+1
* spi: spi-nxp-fspi: fix fspi panic by unexpected interruptsRan Wang2020-11-231-0/+7
* spi: Take the SPI IO-mutex in the spi_setup() methodSerge Semin2020-11-201-0/+5
* spi: npcm-fiu: Don't leak SPI master in probe error pathLukas Wunner2020-11-171-1/+1
* spi: dw: Set transfer handler before unmasking the IRQsSerge Semin2020-11-171-2/+2
* spi: cadence-quadspi: Fix error return code in cqspi_probeZhihao Cheng2020-11-161-0/+2
* spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor2020-11-131-1/+2
* Merge series "Use-after-free be gone" from Lukas Wunner <lukas@wunner.de>:Mark Brown2020-11-124-53/+84
|\
| * spi: bcm-qspi: Fix use-after-free on unbindLukas Wunner2020-11-121-22/+12
| * spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner2020-11-121-14/+7
| * spi: bcm2835: Fix use-after-free on unbindLukas Wunner2020-11-121-16/+8
| * spi: Introduce device-managed SPI controller allocationLukas Wunner2020-11-121-1/+57
* | spi: lpspi: Fix use-after-free on unbindLukas Wunner2020-11-121-3/+0
|/
* spi: fsi: Fix transfer returning without finalizing messageEddie James2020-11-111-1/+1
* spi: fix client driver breakages when using GPIO descriptorsSven Van Asbroeck2020-11-111-17/+6
* spi: bcm2835: remove use of uninitialized gpio flags variableMartin Hundebøll2020-11-061-2/+1
* spi: fsl-dspi: fix wrong pointer in suspend/resumeZhao Qiang2020-11-041-6/+4
* spi: bcm2835: fix gpio cs level inversionMartin Hundebøll2020-10-291-12/+0
* Merge tag 'v5.10-rc1' into spi-5.10Mark Brown2020-10-2814-180/+90
|\
| * Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-246-162/+46
| |\
| | * Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2020-09-136-162/+46
| | |\
| | | * ARM: s3c24xx: spi: avoid hardcoding fiq number in driverArnd Bergmann2020-08-201-16/+2
| | | * ARM: s3c24xx: move spi fiq handler into platformArnd Bergmann2020-08-194-145/+1
| | | * ARM: s3c24xx: move regs-spi.h into spi driverArnd Bergmann2020-08-193-3/+45
| | | * ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNGArnd Bergmann2020-08-191-1/+1
| * | | Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-151-1/+0
| |\ \ \
| | * \ \ Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown2020-10-091-1/+0
| | |\ \ \
| | | * \ \ Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown2020-10-067-13/+33
| | | |\ \ \
| | | * | | | spi: atmel: remove unnecessary includeAlexandre Belloni2020-09-301-1/+0
| * | | | | | Merge remote-tracking branch 'spi/for-5.10' into spi-nextMark Brown2020-10-0943-1148/+2680
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'spi/for-5.9' into spi-linusMark Brown2020-10-092-3/+7
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | spi: imx: Fix freeing of DMA channels if spi_bitbang_start() failsMarek Vasut2020-10-051-1/+4
| | * | | | | | spi: fsl-dspi: fix NULL pointer dereferenceMichael Walle2020-09-281-2/+3
| * | | | | | | Merge tag 'spi-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-254-12/+15
| |\| | | | | | | | |_|_|/ / / | |/| | | | |
| | * | | | | spi: bcm-qspi: Fix probe regression on iProc platformsRay Jui2020-09-241-1/+1
| | * | | | | spi: fsl-dspi: fix use-after-free in remove pathSascha Hauer2020-09-231-5/+7
| | * | | | | spi: fsl-espi: Only process interrupts for expected eventsChris Packham2020-09-211-2/+3
| | * | | | | spi: bcm2835: Make polling_limit_us staticJason Yan2020-09-151-1/+1
| | * | | | | spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCsVladimir Oltean2020-09-111-3/+3
| * | | | | | Merge tag 'spi-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-114-8/+28
| |\| | | | | | | |_|_|/ / | |/| | | |
| | * | | | spi: stm32: fix pm_runtime_get_sync() error checkingDan Carpenter2020-09-091-1/+1
| | * | | | spi: Fix memory leak on splited transfersGustav Wiklander2020-09-091-2/+7
| | * | | | spi: spi-cadence-quadspi: Fix mapping of buffers for DMA readsVignesh Raghavendra2020-09-081-3/+5
| | * | | | spi: stm32: Rate-limit the 'Communication suspended' messageMarek Vasut2020-09-071-1/+5
| | * | | | spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch2020-09-021-1/+1
| | * | | | spi: spi-cadence-quadspi: Populate get_name() interfaceVignesh Raghavendra2020-08-251-0/+9
* | | | | | spi: imx: fix runtime pm support for !CONFIG_PMSascha Hauer2020-10-231-8/+15
| |_|/ / / |/| | | |
* | | | | spi: cadence: Add SPI transfer delaysDaniel Mack2020-10-091-1/+1
* | | | | spi: dw: Add Baikal-T1 SPI Controller glue driverSerge Semin2020-10-083-0/+368