summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | spi: dw: Add poll-based SPI transfers supportSerge Semin2020-10-081-1/+39
* | | | | spi: dw: Introduce max mem-ops SPI bus frequency settingSerge Semin2020-10-082-1/+4
* | | | | spi: dw: Add memory operations supportSerge Semin2020-10-083-0/+315
* | | | | spi: dw: Add generic DW SSI status-check methodSerge Semin2020-10-083-18/+37
* | | | | spi: dw: Move num-of retries parameter to the header fileSerge Semin2020-10-082-3/+4
* | | | | spi: dw: Explicitly de-assert CS on SPI transfer completionSerge Semin2020-10-081-1/+1
* | | | | spi: dw: De-assert chip-select on resetSerge Semin2020-10-081-3/+4
* | | | | spi: dw: Discard chip enabling on DMA setup errorSerge Semin2020-10-081-3/+1
* | | | | spi: dw: Unmask IRQs after enabling the chipSerge Semin2020-10-081-2/+2
* | | | | spi: dw: Perform IRQ setup in a dedicated functionSerge Semin2020-10-081-18/+23
* | | | | spi: dw: Refactor IRQ-based SPI transfer procedureSerge Semin2020-10-081-9/+24
* | | | | spi: dw: Refactor data IO procedureSerge Semin2020-10-082-23/+19
* | | | | spi: dw: Add DW SPI controller config structureSerge Semin2020-10-082-12/+27
* | | | | spi: dw: Update Rx sample delay in the config functionSerge Semin2020-10-081-7/+6
* | | | | spi: dw: Simplify the SPI bus speed config procedureSerge Semin2020-10-081-13/+10
* | | | | spi: dw: Update SPI bus speed in a config functionSerge Semin2020-10-081-14/+14