summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2026-06-19spi: qup: fix error pointer deref after DMA setup failureJohan Hovold
2026-06-19spi: qup: switch to use modern nameYang Yingliang
2026-06-19spi: lantiq-ssc: fix controller deregistrationJohan Hovold
2026-06-19spi: st-ssc4: fix controller deregistrationJohan Hovold
2026-06-19spi: topcliff-pch: fix controller deregistrationJohan Hovold
2026-06-19spi: topcliff-pch: Convert to platform remove callback returning voidUwe Kleine-König
2026-06-19spi: uniphier: fix controller deregistrationJohan Hovold
2026-06-19spi: tegra20-sflash: fix controller deregistrationJohan Hovold
2026-06-19spi: tegra114: fix controller deregistrationJohan Hovold
2026-06-19spi: sun6i: fix controller deregistrationJohan Hovold
2026-06-19spi: zynq-qspi: fix controller deregistrationJohan Hovold
2026-06-19spi: ti-qspi: fix controller deregistrationJohan Hovold
2026-06-19spi: spi-ti-qspi: Convert to platform remove callback returning voidUwe Kleine-König
2026-06-19spi: sun4i: fix controller deregistrationJohan Hovold
2026-06-19spi: syncuacer: fix controller deregistrationJohan Hovold
2026-06-01spi: ti-qspi: fix use-after-free after DMA setup failureJohan Hovold
2026-06-01spi: sprd: fix error pointer deref after DMA setup failureJohan Hovold
2026-06-01spi: hisi-kunpeng: prevent infinite while() loop in hisi_spi_flush_fifoPei Xiao
2026-06-01spi: fsl-qspi: Use reinit_completion() for repeated operationsFelix Gu
2026-06-01spi: mpc52xx: fix use-after-free on unbindJohan Hovold
2026-06-01spi: orion: fix clock imbalance on registration failureJohan Hovold
2026-06-01spi: imx: fix runtime pm leak on probe deferralJohan Hovold
2026-06-01spi: mtk-nor: fix controller deregistrationJohan Hovold
2026-06-01spi: topcliff-pch: fix use-after-free on unbindJohan Hovold
2026-06-01spi: zynqmp-gqspi: fix controller deregistrationJohan Hovold
2026-06-01spi: meson-spicc: Fix double-put in remove pathFelix Gu
2026-06-01spi: rockchip: fix controller deregistrationJohan Hovold
2026-06-01spi: cadence-quadspi: Implement refcount to handle unbind during busyKhairul Anuar Romli
2026-04-18spi: spi-fsl-lpspi: fix teardown order issue (UAF)Marc Kleine-Budde
2026-03-04spi: spi-mem: Protect dirmap_create() with spi_mem_access_start/endChin-Ting Kuo
2026-03-04spi: stm32: fix Overrun issue at < 8bpwDeepak Kumar
2026-02-11spi: tegra: Fix a memory leak in tegra_slink_probe()Felix Gu
2026-02-11spi: tegra210-quad: Protect curr_xfer clearing in tegra_qspi_non_combined_seq...Breno Leitao
2026-02-11spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xferBreno Leitao
2026-02-11spi: tegra210-quad: Protect curr_xfer assignment in tegra_qspi_setup_transfer...Breno Leitao
2026-02-11spi: tegra210-quad: Move curr_xfer read inside spinlockBreno Leitao
2026-02-11spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed transferBreno Leitao
2026-01-19spi: fsl-cpm: Check length parity before switching to 16 bit modeChristophe Leroy
2026-01-19spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfersVishwaroop A
2026-01-19spi: tegra210-quad: Fix validate combined sequenceKrishna Yarlagadda
2026-01-19spi: tegra210-quad: Fix timeout handlingVishwaroop A
2026-01-19spi: tegra210-quad: modify chip select (CS) deactivationVishwaroop A
2026-01-19spi: tegra210-quad: combined sequence modeKrishna Yarlagadda
2026-01-19spi: tegra210-quad: add new chips to compatibleKrishna Yarlagadda
2026-01-19spi: tegra210-quad: use device_reset methodKrishna Yarlagadda
2026-01-19spi: imx: keep dma request disabled before dma transfer setupRobin Gong
2026-01-19spi: xilinx: increase number of retries before declaring stallAlvaro Gamez Machado
2025-12-07spi: bcm63xx: fix premature CS deassertion on RX-only transactionsHang Zhou
2025-12-07spi: Try to get ACPI GPIO IRQ earlierHans de Goede
2025-12-07spi: loopback-test: Don't use %pK through printkThomas Weißschuh