summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: sprd: Fix the wrong WDG_LOAD_VALChunyan Zhang2021-09-221-1/+1
* spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren2021-09-221-0/+1
* spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_configTony Lindgren2021-09-221-0/+1
* spi: meson-spicc: fix memory leak in meson_spicc_removeDongliang Mu2021-08-121-0/+2
* spi: mediatek: Fix fifo transferGuenter Roeck2021-08-081-14/+5
* spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET2021-07-281-1/+3
* spi: cadence: Correct initialisation of runtime PM againMarek Vasut2021-07-281-5/+9
* spi: mediatek: fix fifo rx modePeter Hess2021-07-281-3/+13
* spi: spi-sun6i: Fix chipselect/clock bugMirko Vogt2021-07-201-1/+5
* spi: omap-100k: Fix the length judgment problemTian Tao2021-07-201-1/+1
* spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang2021-07-201-1/+3
* spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang2021-07-201-1/+1
* spi: Make of_register_spi_device also set the fwnodeCharles Keepax2021-07-201-0/+1
* spi: gpio: Don't leak SPI master in probe error pathLukas Wunner2021-06-031-6/+2
* spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III2021-05-221-7/+2
* spi: omap-100k: Fix reference leak to masterWei Yongjun2021-05-221-3/+3
* spi: dln2: Fix reference leak to masterWei Yongjun2021-05-221-1/+1
* spi: spi-ti-qspi: Free DMA resourcesTudor Ambarus2021-05-221-6/+14
* 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: stm32: FIFO threshold level - fix align packet sizeRoman Guskov2021-01-171-2/+2
* spi: pxa2xx: Fix use-after-free on unbindLukas Wunner2021-01-171-2/+1
* 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: davinci: Fix use-after-free on unbindLukas Wunner2020-12-301-1/+1
* spi: spi-sh: Fix use-after-free on unbindLukas Wunner2020-12-301-9/+4
* 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: 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: spi-ti-qspi: fix reference leak in ti_qspi_setupZhang Qilong2020-12-301-0/+1
* spi: img-spfi: fix reference leak in img_spfi_resumeZhang Qilong2020-12-301-1/+3
* spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor2020-12-301-1/+2
* spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner2020-12-301-12/+6
* spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi2020-12-111-3/+4
* spi: bcm2835: Fix use-after-free on unbindLukas Wunner2020-12-111-10/+5
* spi: bcm-qspi: Fix use-after-free on unbindLukas Wunner2020-12-111-22/+12
* spi: Introduce device-managed SPI controller allocationLukas Wunner2020-12-111-1/+57
* spi: spi-s3c64xx: Check return valuesŁukasz Stelmach2020-10-291-9/+41
* spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()Łukasz Stelmach2020-10-291-2/+2
* spi: fsl-espi: Only process interrupts for expected eventsChris Packham2020-10-071-2/+3
* spi: Fix memory leak on splited transfersGustav Wiklander2020-09-231-2/+7
* spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch2020-09-231-1/+1