summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2022-01-27spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probeMiaoqian Lin1-0/+1
2021-12-29spi: change clk_disable_unprepare to clk_unprepareDongliang Mu1-1/+1
2021-11-26spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()Yang Yingliang1-2/+3
2021-11-26spi: spl022: fix Microwire full duplex modeThomas Perrot1-2/+3
2021-10-06spi: Fix tegra20 build with CONFIG_PM=nLinus Torvalds1-2/+2
2021-09-22spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2021-09-22spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2021-08-15spi: meson-spicc: fix memory leak in meson_spicc_removeDongliang Mu1-0/+2
2021-08-08spi: mediatek: Fix fifo transferGuenter Roeck1-14/+5
2021-07-28spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+3
2021-07-28spi: cadence: Correct initialisation of runtime PM againMarek Vasut1-5/+9
2021-07-28spi: mediatek: fix fifo rx modePeter Hess1-3/+13
2021-07-20spi: spi-sun6i: Fix chipselect/clock bugMirko Vogt1-1/+5
2021-07-20spi: omap-100k: Fix the length judgment problemTian Tao1-1/+1
2021-07-20spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang1-1/+3
2021-07-20spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang1-1/+1
2021-07-20spi: Make of_register_spi_device also set the fwnodeCharles Keepax1-0/+1
2021-05-22spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III1-7/+2
2021-05-22spi: omap-100k: Fix reference leak to masterWei Yongjun1-3/+3
2021-05-22spi: dln2: Fix reference leak to masterWei Yongjun1-1/+1
2021-05-22spi: spi-ti-qspi: Free DMA resourcesTudor Ambarus1-6/+14
2021-03-03spi: pxa2xx: Fix the controller numbering for Wildcat PointAndy Shevchenko1-8/+19
2021-03-03spi: stm32: properly handle 0 byte transferAlain Volmat1-0/+4
2021-03-03spi: atmel: Put allocated master before returnPan Bian1-1/+1
2021-03-03ARM: s3c: fix fiq for clang IASArnd Bergmann1-6/+3
2021-01-23spi: cadence: cache reference clock rate during probeMichael Hennerich1-2/+4
2021-01-17spi: stm32: FIFO threshold level - fix align packet sizeRoman Guskov1-2/+2
2021-01-17spi: pxa2xx: Fix use-after-free on unbindLukas Wunner1-2/+1
2020-12-29spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error pathLukas Wunner1-2/+3
2020-12-29spi: sc18is602: Don't leak SPI master in probe error pathLukas Wunner1-11/+2
2020-12-29spi: rb4xx: Don't leak SPI master in probe error pathLukas Wunner1-1/+1
2020-12-29spi: pic32: Don't leak DMA channels in probe error pathLukas Wunner1-0/+1
2020-12-29spi: davinci: Fix use-after-free on unbindLukas Wunner1-1/+1
2020-12-29spi: spi-sh: Fix use-after-free on unbindLukas Wunner1-9/+4
2020-12-29spi: tegra114: fix reference leak in tegra spi opsZhang Qilong1-0/+2
2020-12-29spi: tegra20-sflash: fix reference leak in tegra_sflash_resumeZhang Qilong1-0/+1
2020-12-29spi: tegra20-slink: fix reference leak in slink ops of tegra20Zhang Qilong1-0/+2
2020-12-29spi: spi-ti-qspi: fix reference leak in ti_qspi_setupZhang Qilong1-0/+1
2020-12-29spi: img-spfi: fix reference leak in img_spfi_resumeZhang Qilong1-1/+3
2020-12-29spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor1-1/+2
2020-12-29spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner1-12/+6
2020-12-11spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi1-3/+4
2020-12-11spi: bcm2835: Fix use-after-free on unbindLukas Wunner1-10/+5
2020-12-11spi: bcm-qspi: Fix use-after-free on unbindLukas Wunner1-22/+12
2020-12-11spi: Introduce device-managed SPI controller allocationLukas Wunner1-1/+57
2020-10-14spi: fsl-espi: Only process interrupts for expected eventsChris Packham1-2/+3
2020-09-23spi: Fix memory leak on splited transfersGustav Wiklander1-2/+7
2020-09-23spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch1-1/+1
2020-09-03spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay1-1/+2
2020-08-26spi: Prevent adding devices below an unregistering controllerLukas Wunner2-1/+23