summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
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-30spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error pathLukas Wunner1-2/+3
2020-12-30spi: sc18is602: Don't leak SPI master in probe error pathLukas Wunner1-11/+2
2020-12-30spi: rb4xx: Don't leak SPI master in probe error pathLukas Wunner1-1/+1
2020-12-30spi: pic32: Don't leak DMA channels in probe error pathLukas Wunner1-0/+1
2020-12-30spi: davinci: Fix use-after-free on unbindLukas Wunner1-1/+1
2020-12-30spi: spi-sh: Fix use-after-free on unbindLukas Wunner1-9/+4
2020-12-30spi: fix resource leak for drivers without .remove callbackUwe Kleine-König1-9/+10
2020-12-30spi: mxs: fix reference leak in mxs_spi_probeZhang Qilong1-0/+1
2020-12-30spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in bcm63xx_h...Qinglang Miao1-1/+3
2020-12-30spi: tegra114: fix reference leak in tegra spi opsZhang Qilong1-0/+2
2020-12-30spi: tegra20-sflash: fix reference leak in tegra_sflash_resumeZhang Qilong1-0/+1
2020-12-30spi: tegra20-slink: fix reference leak in slink ops of tegra20Zhang Qilong1-0/+2
2020-12-30spi: spi-ti-qspi: fix reference leak in ti_qspi_setupZhang Qilong1-0/+1
2020-12-30spi: img-spfi: fix reference leak in img_spfi_resumeZhang Qilong1-1/+3
2020-12-30spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor1-1/+2
2020-12-30spi: 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-29spi: spi-s3c64xx: Check return valuesŁukasz Stelmach1-9/+41
2020-10-29spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()Łukasz Stelmach1-2/+2
2020-10-07spi: 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
2020-08-19spi: spidev: Align buffers for DMAChristian Eggers1-8/+13
2020-08-19spi: lantiq: fix: Rx overflow error in full duplex modeDilip Kota1-0/+10
2020-07-29spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu1-7/+8
2020-07-29spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not oursVladimir Oltean1-1/+3
2020-07-22spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGHLingling Xu1-1/+1
2020-07-22spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde1-8/+6
2020-07-22spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski1-14/+1
2020-07-22spi: fix initial SPI_SR value in spi-fsl-dspiAngelo Dureghello1-1/+1
2020-07-16spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan1-10/+10
2020-07-16spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan1-2/+2
2020-07-16spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski1-4/+13
2020-07-16spi: spi-fsl-dspi: use IRQF_SHARED mode to request IRQChuanhua Han1-2/+2
2020-07-16spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transferKrzysztof Kozlowski1-1/+10
2020-07-16spi: spi-fsl-dspi: Adding shutdown hookPeng Ma1-0/+23
2020-06-22PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-1/+0
2020-06-22spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2-6/+3
2020-06-22spi: dw: Fix Rx-only DMA transfersSerge Semin1-0/+1
2020-06-22spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin1-4/+8
2020-06-22spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko1-0/+2
2020-06-22spi: pxa2xx: Apply CS clk quirk to BXTEvan Green1-0/+1