summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2021-01-23spi: cadence: cache reference clock rate during probeMichael Hennerich
2021-01-23spi: npcm-fiu: Disable clock in probe error pathLukas Wunner
2021-01-23spi: npcm-fiu: simplify the return expression of npcm_fiu_probe()Qinglang Miao
2021-01-17spi: stm32: FIFO threshold level - fix align packet sizeRoman Guskov
2020-12-30spi: atmel-quadspi: Fix AHB memory accessesTudor Ambarus
2020-12-30spi: atmel-quadspi: Disable clock in probe error pathLukas Wunner
2020-12-30spi: mt7621: Don't leak SPI master in probe error pathLukas Wunner
2020-12-30spi: mt7621: Disable clock in probe error pathLukas Wunner
2020-12-30spi: synquacer: Disable clock in probe error pathLukas Wunner
2020-12-30spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error pathLukas Wunner
2020-12-30spi: sc18is602: Don't leak SPI master in probe error pathLukas Wunner
2020-12-30spi: rb4xx: Don't leak SPI master in probe error pathLukas Wunner
2020-12-30spi: pic32: Don't leak DMA channels in probe error pathLukas Wunner
2020-12-30spi: mxic: Don't leak SPI master in probe error pathLukas Wunner
2020-12-30spi: gpio: Don't leak SPI master in probe error pathLukas Wunner
2020-12-30spi: fsl: fix use of spisel_boot signal on MPC8309Rasmus Villemoes
2020-12-30spi: davinci: Fix use-after-free on unbindLukas Wunner
2020-12-30spi: atmel-quadspi: Fix use-after-free on unbindLukas Wunner
2020-12-30spi: spi-sh: Fix use-after-free on unbindLukas Wunner
2020-12-30spi: pxa2xx: Fix use-after-free on unbindLukas Wunner
2020-12-30spi: fix resource leak for drivers without .remove callbackUwe Kleine-König
2020-12-30spi: mxs: fix reference leak in mxs_spi_probeZhang Qilong
2020-12-30spi: sprd: fix reference leak in sprd_spi_removeZhang Qilong
2020-12-30spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in bcm63xx_h...Qinglang Miao
2020-12-30spi: tegra114: fix reference leak in tegra spi opsZhang Qilong
2020-12-30spi: tegra20-sflash: fix reference leak in tegra_sflash_resumeZhang Qilong
2020-12-30spi: tegra20-slink: fix reference leak in slink ops of tegra20Zhang Qilong
2020-12-30spi: mt7621: fix missing clk_disable_unprepare() on error in mt7621_spi_probeQinglang Miao
2020-12-30spi: spi-ti-qspi: fix reference leak in ti_qspi_setupZhang Qilong
2020-12-30spi: stm32: fix reference leak in stm32_spi_resumeZhang Qilong
2020-12-30spi: spi-mem: fix reference leak in spi_mem_access_startZhang Qilong
2020-12-30spi: img-spfi: fix reference leak in img_spfi_resumeZhang Qilong
2020-12-16spi: spi-nxp-fspi: fix fspi panic by unexpected interruptsRan Wang
2020-12-11spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi
2020-12-02spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor
2020-12-02spi: bcm2835: Fix use-after-free on unbindLukas Wunner
2020-12-02spi: bcm-qspi: Fix use-after-free on unbindLukas Wunner
2020-11-24spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner
2020-11-24spi: npcm-fiu: Don't leak SPI master in probe error pathLukas Wunner
2020-11-24spi: Introduce device-managed SPI controller allocationLukas Wunner
2020-11-24spi: lpspi: Fix use-after-free on unbindLukas Wunner
2020-11-18spi: bcm2835: remove use of uninitialized gpio flags variableMartin Hundebøll
2020-11-10spi: bcm2835: fix gpio cs level inversionMartin Hundebøll
2020-11-05spi: sprd: Release DMA channel also on probe deferralKrzysztof Kozlowski
2020-10-29spi: omap2-mcspi: Improve performance waiting for CHSTATAswath Govindraju
2020-10-29spi: spi-s3c64xx: Check return valuesŁukasz Stelmach
2020-10-29spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()Łukasz Stelmach
2020-10-07spi: fsl-espi: Only process interrupts for expected eventsChris Packham
2020-09-23spi: Fix memory leak on splited transfersGustav Wiklander
2020-09-23spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch