summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
14 daysspi: spi-fsl-dspi: Avoid setup_accel logic for DMA transfersLarisa Grigore1-6/+7
2026-07-24spi: uniphier: Fix completion initialization order before devm_request_irq()Kunihiko Hayashi1-2/+2
2026-07-24spi: sh-msiof: abort transfers when reset times outPengpeng Hou1-4/+6
2026-07-24spi: xilinx: use FIFO occupancy register to determine buffer sizeLars Pöschel1-2/+9
2026-07-24spi: ep93xx: fix double-free of zeropage on DMA setup failureFelix Gu1-0/+1
2026-07-24spi: fsl-lpspi: terminate the RX channel on TX prepare failure pathCarlos Song1-1/+1
2026-07-24spi: fsl-lpspi: replace dmaengine_terminate_all() with dmaengine_terminate_sy...Carlos Song1-9/+9
2026-06-19spi: qup: fix error pointer deref after DMA setup failureJohan Hovold1-0/+3
2026-06-19spi: qup: switch to use modern nameYang Yingliang1-81/+81
2026-06-19spi: lantiq-ssc: fix controller deregistrationJohan Hovold1-1/+7
2026-06-19spi: st-ssc4: fix controller deregistrationJohan Hovold1-1/+7
2026-06-19spi: topcliff-pch: fix controller deregistrationJohan Hovold1-1/+6
2026-06-19spi: topcliff-pch: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2026-06-19spi: uniphier: fix controller deregistrationJohan Hovold1-1/+7
2026-06-19spi: tegra20-sflash: fix controller deregistrationJohan Hovold1-1/+7
2026-06-19spi: tegra114: fix controller deregistrationJohan Hovold1-1/+7
2026-06-19spi: sun6i: fix controller deregistrationJohan Hovold1-1/+8
2026-06-19spi: zynq-qspi: fix controller deregistrationJohan Hovold1-4/+11
2026-06-19spi: ti-qspi: fix controller deregistrationJohan Hovold1-8/+6
2026-06-19spi: spi-ti-qspi: Convert to platform remove callback returning voidUwe Kleine-König1-6/+7
2026-06-19spi: sun4i: fix controller deregistrationJohan Hovold1-1/+9
2026-06-19spi: syncuacer: fix controller deregistrationJohan Hovold1-1/+7
2026-06-01spi: ti-qspi: fix use-after-free after DMA setup failureJohan Hovold1-0/+1
2026-06-01spi: sprd: fix error pointer deref after DMA setup failureJohan Hovold1-1/+2
2026-06-01spi: hisi-kunpeng: prevent infinite while() loop in hisi_spi_flush_fifoPei Xiao1-1/+11
2026-06-01spi: fsl-qspi: Use reinit_completion() for repeated operationsFelix Gu1-1/+2
2026-06-01spi: mpc52xx: fix use-after-free on unbindJohan Hovold1-1/+2
2026-06-01spi: orion: fix clock imbalance on registration failureJohan Hovold1-0/+6
2026-06-01spi: imx: fix runtime pm leak on probe deferralJohan Hovold1-0/+1
2026-06-01spi: mtk-nor: fix controller deregistrationJohan Hovold1-1/+3
2026-06-01spi: topcliff-pch: fix use-after-free on unbindJohan Hovold1-3/+3
2026-06-01spi: zynqmp-gqspi: fix controller deregistrationJohan Hovold1-1/+3
2026-06-01spi: meson-spicc: Fix double-put in remove pathFelix Gu1-2/+0
2026-06-01spi: rockchip: fix controller deregistrationJohan Hovold1-1/+3
2026-06-01spi: cadence-quadspi: Implement refcount to handle unbind during busyKhairul Anuar Romli1-0/+34
2026-04-18spi: spi-fsl-lpspi: fix teardown order issue (UAF)Marc Kleine-Budde1-1/+2
2026-03-04spi: spi-mem: Protect dirmap_create() with spi_mem_access_start/endChin-Ting Kuo1-1/+10
2026-03-04spi: stm32: fix Overrun issue at < 8bpwDeepak Kumar1-4/+5
2026-02-11spi: tegra: Fix a memory leak in tegra_slink_probe()Felix Gu1-2/+4
2026-02-11spi: tegra210-quad: Protect curr_xfer clearing in tegra_qspi_non_combined_seq...Breno Leitao1-0/+3
2026-02-11spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xferBreno Leitao1-0/+5
2026-02-11spi: tegra210-quad: Protect curr_xfer assignment in tegra_qspi_setup_transfer...Breno Leitao1-0/+3
2026-02-11spi: tegra210-quad: Move curr_xfer read inside spinlockBreno Leitao1-2/+4
2026-02-11spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed transferBreno Leitao1-2/+17
2026-01-19spi: fsl-cpm: Check length parity before switching to 16 bit modeChristophe Leroy1-1/+1
2026-01-19spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfersVishwaroop A1-8/+4
2026-01-19spi: tegra210-quad: Fix validate combined sequenceKrishna Yarlagadda1-1/+1
2026-01-19spi: tegra210-quad: Fix timeout handlingVishwaroop A1-2/+20
2026-01-19spi: tegra210-quad: modify chip select (CS) deactivationVishwaroop A1-0/+4
2026-01-19spi: tegra210-quad: combined sequence modeKrishna Yarlagadda1-5/+233