summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2021-03-03spi: pxa2xx: Fix the controller numbering for Wildcat PointAndy Shevchenko
2021-03-03spi: stm32: properly handle 0 byte transferAlain Volmat
2021-03-03spi: atmel: Put allocated master before returnPan Bian
2021-03-03ARM: s3c: fix fiq for clang IASArnd Bergmann
2021-01-23spi: cadence: cache reference clock rate during probeMichael Hennerich
2021-01-17spi: stm32: FIFO threshold level - fix align packet sizeRoman Guskov
2021-01-17spi: pxa2xx: Fix use-after-free on unbindLukas Wunner
2020-12-29spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error pathLukas Wunner
2020-12-29spi: sc18is602: Don't leak SPI master in probe error pathLukas Wunner
2020-12-29spi: rb4xx: Don't leak SPI master in probe error pathLukas Wunner
2020-12-29spi: pic32: Don't leak DMA channels in probe error pathLukas Wunner
2020-12-29spi: davinci: Fix use-after-free on unbindLukas Wunner
2020-12-29spi: spi-sh: Fix use-after-free on unbindLukas Wunner
2020-12-29spi: tegra114: fix reference leak in tegra spi opsZhang Qilong
2020-12-29spi: tegra20-sflash: fix reference leak in tegra_sflash_resumeZhang Qilong
2020-12-29spi: tegra20-slink: fix reference leak in slink ops of tegra20Zhang Qilong
2020-12-29spi: spi-ti-qspi: fix reference leak in ti_qspi_setupZhang Qilong
2020-12-29spi: img-spfi: fix reference leak in img_spfi_resumeZhang Qilong
2020-12-29spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor
2020-12-29spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner
2020-12-11spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi
2020-12-11spi: bcm2835: Fix use-after-free on unbindLukas Wunner
2020-12-11spi: bcm-qspi: Fix use-after-free on unbindLukas Wunner
2020-12-11spi: Introduce device-managed SPI controller allocationLukas Wunner
2020-10-14spi: 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
2020-09-03spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay
2020-08-26spi: Prevent adding devices below an unregistering controllerLukas Wunner
2020-08-21spi: spidev: Align buffers for DMAChristian Eggers
2020-08-21spi: lantiq: fix: Rx overflow error in full duplex modeDilip Kota
2020-07-29spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu
2020-07-29spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not oursVladimir Oltean
2020-07-22spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde
2020-07-22spi: fix initial SPI_SR value in spi-fsl-dspiAngelo Dureghello
2020-07-22spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski
2020-07-22spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan
2020-07-22spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan
2020-07-22spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski
2020-07-22spi: spi-fsl-dspi: use IRQF_SHARED mode to request IRQChuanhua Han
2020-07-22spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transferKrzysztof Kozlowski
2020-07-22spi: spi-fsl-dspi: Adding shutdown hookPeng Ma
2020-06-20spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin
2020-06-20spi: dw: Fix Rx-only DMA transfersSerge Semin
2020-06-20spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin
2020-06-20spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko
2020-06-20spi: pxa2xx: Apply CS clk quirk to BXTEvan Green
2020-06-20spi: bcm2835: Fix controller unregister orderLukas Wunner
2020-06-20spi: pxa2xx: Fix controller unregister orderLukas Wunner
2020-06-20spi: Fix controller unregister orderLukas Wunner