summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: pxa2xx: Fix the controller numbering for Wildcat PointAndy Shevchenko2021-03-041-8/+19
* spi: stm32: properly handle 0 byte transferAlain Volmat2021-03-041-0/+4
* spi: atmel: Put allocated master before returnPan Bian2021-03-041-1/+1
* ARM: s3c: fix fiq for clang IASArnd Bergmann2021-03-041-6/+3
* spi: cadence: cache reference clock rate during probeMichael Hennerich2021-01-231-2/+4
* spi: npcm-fiu: Disable clock in probe error pathLukas Wunner2021-01-231-2/+6
* spi: npcm-fiu: simplify the return expression of npcm_fiu_probe()Qinglang Miao2021-01-231-6/+1
* spi: stm32: FIFO threshold level - fix align packet sizeRoman Guskov2021-01-171-2/+2
* spi: atmel-quadspi: Fix AHB memory accessesTudor Ambarus2020-12-301-3/+7
* spi: atmel-quadspi: Disable clock in probe error pathLukas Wunner2020-12-301-1/+1
* spi: mt7621: Don't leak SPI master in probe error pathLukas Wunner2020-12-301-2/+3
* spi: mt7621: Disable clock in probe error pathLukas Wunner2020-12-301-1/+5
* spi: synquacer: Disable clock in probe error pathLukas Wunner2020-12-301-7/+8
* spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error pathLukas Wunner2020-12-301-2/+3
* spi: sc18is602: Don't leak SPI master in probe error pathLukas Wunner2020-12-301-11/+2
* spi: rb4xx: Don't leak SPI master in probe error pathLukas Wunner2020-12-301-1/+1
* spi: pic32: Don't leak DMA channels in probe error pathLukas Wunner2020-12-301-0/+1
* spi: mxic: Don't leak SPI master in probe error pathLukas Wunner2020-12-301-8/+2
* spi: gpio: Don't leak SPI master in probe error pathLukas Wunner2020-12-301-13/+2
* spi: fsl: fix use of spisel_boot signal on MPC8309Rasmus Villemoes2020-12-301-3/+8
* spi: davinci: Fix use-after-free on unbindLukas Wunner2020-12-301-1/+1
* spi: atmel-quadspi: Fix use-after-free on unbindLukas Wunner2020-12-301-10/+5
* spi: spi-sh: Fix use-after-free on unbindLukas Wunner2020-12-301-9/+4
* spi: pxa2xx: Fix use-after-free on unbindLukas Wunner2020-12-301-3/+2
* spi: fix resource leak for drivers without .remove callbackUwe Kleine-König2020-12-301-9/+10
* spi: mxs: fix reference leak in mxs_spi_probeZhang Qilong2020-12-301-0/+1
* spi: sprd: fix reference leak in sprd_spi_removeZhang Qilong2020-12-301-0/+1
* spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in bcm63xx_h...Qinglang Miao2020-12-301-1/+3
* spi: tegra114: fix reference leak in tegra spi opsZhang Qilong2020-12-301-0/+2
* spi: tegra20-sflash: fix reference leak in tegra_sflash_resumeZhang Qilong2020-12-301-0/+1
* spi: tegra20-slink: fix reference leak in slink ops of tegra20Zhang Qilong2020-12-301-0/+2
* spi: mt7621: fix missing clk_disable_unprepare() on error in mt7621_spi_probeQinglang Miao2020-12-301-0/+2
* spi: spi-ti-qspi: fix reference leak in ti_qspi_setupZhang Qilong2020-12-301-0/+1
* spi: stm32: fix reference leak in stm32_spi_resumeZhang Qilong2020-12-301-0/+1
* spi: spi-mem: fix reference leak in spi_mem_access_startZhang Qilong2020-12-301-0/+1
* spi: img-spfi: fix reference leak in img_spfi_resumeZhang Qilong2020-12-301-1/+3
* spi: spi-nxp-fspi: fix fspi panic by unexpected interruptsRan Wang2020-12-161-0/+7
* spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi2020-12-111-3/+4
* spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor2020-12-021-1/+2
* spi: bcm2835: Fix use-after-free on unbindLukas Wunner2020-12-021-12/+6
* spi: bcm-qspi: Fix use-after-free on unbindLukas Wunner2020-12-021-22/+12
* spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner2020-11-241-14/+7
* spi: npcm-fiu: Don't leak SPI master in probe error pathLukas Wunner2020-11-241-1/+1
* spi: Introduce device-managed SPI controller allocationLukas Wunner2020-11-241-1/+57
* spi: lpspi: Fix use-after-free on unbindLukas Wunner2020-11-241-3/+0
* spi: bcm2835: remove use of uninitialized gpio flags variableMartin Hundebøll2020-11-181-2/+1
* spi: bcm2835: fix gpio cs level inversionMartin Hundebøll2020-11-101-12/+0
* spi: sprd: Release DMA channel also on probe deferralKrzysztof Kozlowski2020-11-051-1/+1
* spi: omap2-mcspi: Improve performance waiting for CHSTATAswath Govindraju2020-10-291-4/+13
* spi: spi-s3c64xx: Check return valuesŁukasz Stelmach2020-10-291-9/+41