aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-27spi: dw-bt1: Fix undefined devm_mux_control_get symbolSerge Semin1-2/+2
2020-11-25spi: dw: fixed missing resource_sizeTian Tao1-1/+1
2020-11-25spi: dw: Fix spi registration for controllers overriding CSLars Povlsen1-1/+2
2020-11-24spi: Fix potential NULL pointer dereference in spi_shutdown()Marek Szyprowski1-3/+5
2020-11-24spi: imx: fix the unbalanced spi runtime pm managementClark Wang1-0/+1
2020-11-23spi: amd: Use devm_platform_ioremap_resource() in amd_spi_probeQing Zhang1-4/+1
2020-11-23spi: spi-nxp-fspi: fix fspi panic by unexpected interruptsRan Wang1-0/+7
2020-11-20spi: Take the SPI IO-mutex in the spi_setup() methodSerge Semin1-0/+5
2020-11-20spi: Warn when a driver's remove callback returns an errorUwe Kleine-König1-3/+10
2020-11-20spi: Use bus_type functions for probe, remove and shutdownUwe Kleine-König1-17/+16
2020-11-20spi: fix resource leak for drivers without .remove callbackUwe Kleine-König1-9/+10
2020-11-18spi: mxs: fix reference leak in mxs_spi_probeZhang Qilong1-0/+1
2020-11-17spi: imx: Remove unused .id_table supportFabio Estevam1-30/+1
2020-11-17spi: npcm-fiu: Don't leak SPI master in probe error pathLukas Wunner1-1/+1
2020-11-17spi: dw: Set transfer handler before unmasking the IRQsSerge Semin1-2/+2
2020-11-16Merge series "add axi clock control for MT8192 spi-nor" from Bayi Cheng <bayi.cheng@mediatek.com>:Mark Brown1-1/+15
2020-11-16spi: dw: fix build error by selecting MULTIPLEXERRandy Dunlap1-0/+1
2020-11-16spi: spi-mtk-nor: add axi clock control for MT8192 spi-norbayi cheng1-1/+15
2020-11-16spi: cadence-quadspi: Fix error return code in cqspi_probeZhihao Cheng1-0/+2
2020-11-13spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor1-1/+2
2020-11-12Merge series "Use-after-free be gone" from Lukas Wunner <lukas@wunner.de>:Mark Brown4-53/+84
2020-11-12spi: lpspi: Fix use-after-free on unbindLukas Wunner1-3/+0
2020-11-12spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error pathLukas Wunner1-2/+3
2020-11-12spi: pic32: Don't leak DMA channels in probe error pathLukas Wunner1-0/+1
2020-11-12spi: synquacer: Disable clock in probe error pathLukas Wunner1-7/+8
2020-11-12spi: bcm-qspi: Fix use-after-free on unbindLukas Wunner1-22/+12
2020-11-12spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner1-14/+7
2020-11-12spi: bcm2835: Fix use-after-free on unbindLukas Wunner1-16/+8
2020-11-12spi: Introduce device-managed SPI controller allocationLukas Wunner1-1/+57
2020-11-11spi: sprd: fix reference leak in sprd_spi_removeZhang Qilong1-0/+1
2020-11-11spi: fsi: Fix transfer returning without finalizing messageEddie James1-1/+1
2020-11-11spi: fix client driver breakages when using GPIO descriptorsSven Van Asbroeck1-17/+6
2020-11-10spi: imx: fix reference leak in two imx operationsZhang Qilong1-0/+2
2020-11-10spi: atmel-quadspi: Disable clock in probe error pathLukas Wunner1-1/+1
2020-11-09spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in bcm63xx_hsspi_resumeQinglang Miao1-1/+3
2020-11-09spi: tegra114: fix reference leak in tegra spi opsZhang Qilong1-0/+2
2020-11-09spi: tegra20-sflash: fix reference leak in tegra_sflash_resumeZhang Qilong1-0/+1
2020-11-09spi: tegra20-slink: fix reference leak in slink ops of tegra20Zhang Qilong1-0/+2
2020-11-09spi: mt7621: fix missing clk_disable_unprepare() on error in mt7621_spi_probeQinglang Miao1-0/+2
2020-11-09spi: spi-ti-qspi: fix reference leak in ti_qspi_setupZhang Qilong1-0/+1
2020-11-09spi: stm32-qspi: fix reference leak in stm32 qspi operationsZhang Qilong1-2/+6
2020-11-06spi: bcm2835: remove use of uninitialized gpio flags variableMartin Hundebøll1-2/+1
2020-11-06spi: stm32: fix reference leak in stm32_spi_resumeZhang Qilong1-0/+1
2020-11-04spi: spi-mem: fix reference leak in spi_mem_access_startZhang Qilong1-0/+1
2020-11-04spi: fsl-dspi: fix wrong pointer in suspend/resumeZhao Qiang1-6/+4
2020-11-02spi: spi-mem: Fix passing zero to 'PTR_ERR' warningYueHaibing1-1/+1
2020-11-02spi: img-spfi: fix reference leak in img_spfi_resumeZhang Qilong1-1/+3
2020-10-30spi: atmel: Downgrade to dev_dbg when dma_request_chan() failsTudor Ambarus1-3/+3
2020-10-29spi: bcm2835: fix gpio cs level inversionMartin Hundebøll1-12/+0
2020-10-28spi: fix a typo inside a kernel-doc markupMauro Carvalho Chehab1-3/+3