summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
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-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-06-03spi: spi-sh: Fix use-after-free on unbindLukas Wunner1-10/+4
2021-06-03spi: 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-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: pxa2xx: Fix use-after-free on unbindLukas Wunner1-2/+1
2020-12-29spi: rb4xx: Don't leak SPI master in probe error pathLukas Wunner1-1/+1
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: Prevent adding devices below an unregistering controllerLukas Wunner2-1/+23
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: Introduce device-managed SPI controller allocationLukas Wunner1-1/+53
2020-10-17spi: unbinding slave before calling spi_destroy_queueyangerkun1-2/+2
2020-07-22spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan1-10/+10
2020-07-22spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan1-2/+2
2020-06-20spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2-6/+3
2020-06-20spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin1-4/+8
2020-06-20spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko1-0/+2
2020-06-20spi: bcm2835: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-20spi: pxa2xx: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-20spi: Fix controller unregister orderLukas Wunner1-1/+2
2020-06-20spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko1-3/+1
2020-06-20spi: dw: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-20spi: dw: fix possible race conditionSasha Levin1-1/+2
2020-06-20spi: bcm2835aux: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-11spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong1-0/+3
2020-05-20spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2-3/+13
2020-04-02spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson1-3/+0
2020-04-02spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki1-0/+5
2020-01-29spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy1-1/+1
2020-01-29spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl1-1/+12
2020-01-29spi: tegra114: fix for unpacked mode transfersSowjanya Komatineni1-7/+36
2020-01-29spi: tegra114: clear packed bit for unpacked modeSowjanya Komatineni1-0/+2
2020-01-23spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard1-7/+3
2020-01-04spi: tegra20-slink: add missed clk_unprepareChuhong Yuan1-1/+4
2020-01-04spi: pxa2xx: Add missed security checksChuhong Yuan1-0/+6
2020-01-04spi: img-spfi: fix potential double releasePan Bian1-0/+2
2020-01-04spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski1-0/+3