summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
33 hoursspi: ti-qspi: fix use-after-free after DMA setup failureJohan Hovold1-0/+1
33 hoursspi: sprd: fix error pointer deref after DMA setup failureJohan Hovold1-1/+2
33 hoursspi: hisi-kunpeng: prevent infinite while() loop in hisi_spi_flush_fifoPei Xiao1-1/+11
33 hoursspi: fsl-qspi: Use reinit_completion() for repeated operationsFelix Gu1-1/+2
33 hoursspi: mpc52xx: fix use-after-free on unbindJohan Hovold1-1/+2
33 hoursspi: orion: fix clock imbalance on registration failureJohan Hovold1-0/+6
33 hoursspi: imx: fix runtime pm leak on probe deferralJohan Hovold1-0/+1
33 hoursspi: mtk-nor: fix controller deregistrationJohan Hovold1-1/+3
33 hoursspi: topcliff-pch: fix use-after-free on unbindJohan Hovold1-3/+3
33 hoursspi: zynqmp-gqspi: fix controller deregistrationJohan Hovold1-1/+3
33 hoursspi: meson-spicc: Fix double-put in remove pathFelix Gu1-2/+0
33 hoursspi: rockchip: fix controller deregistrationJohan Hovold1-1/+3
33 hoursspi: 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
2026-01-19spi: tegra210-quad: add new chips to compatibleKrishna Yarlagadda1-3/+30
2026-01-19spi: tegra210-quad: use device_reset methodKrishna Yarlagadda1-14/+4
2026-01-19spi: imx: keep dma request disabled before dma transfer setupRobin Gong1-4/+11
2026-01-19spi: xilinx: increase number of retries before declaring stallAlvaro Gamez Machado1-1/+1
2025-12-07spi: bcm63xx: fix premature CS deassertion on RX-only transactionsHang Zhou1-0/+14
2025-12-07spi: Try to get ACPI GPIO IRQ earlierHans de Goede1-0/+10
2025-12-07spi: loopback-test: Don't use %pK through printkThomas Weißschuh1-6/+6
2025-10-19spi: cadence-quadspi: Flush posted register writes before DAC accessPratyush Yadav1-0/+2
2025-10-19spi: cadence-quadspi: Flush posted register writes before INDAC accessPratyush Yadav1-0/+3
2025-09-09spi: tegra114: Use value to check for invalid delaysAaron Kling1-3/+3
2025-09-09spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abortLarisa Grigore1-3/+1
2025-09-09spi: spi-fsl-lpspi: Set correct chip-select polarity bitLarisa Grigore1-2/+5
2025-09-09spi: spi-fsl-lpspi: Fix transmissions when using CONTLarisa Grigore1-2/+2
2025-09-09spi: tegra114: Don't fail set_cs_timing when delays are zeroAaron Kling1-3/+3
2025-09-09spi: tegra114: Remove unnecessary NULL-pointer checksAlexander Danilenko1-11/+7
2025-07-10spi: spi-fsl-dspi: Clear completion counter before initiating transferJames Clark1-1/+10
2025-06-27spi: bcm63xx-hsspi: fix shared resetÁlvaro Fernández Rojas1-1/+1
2025-06-27spi: bcm63xx-spi: fix shared resetÁlvaro Fernández Rojas1-1/+1
2025-06-27spi: sh-msiof: Fix maximum DMA transfer sizeGeert Uytterhoeven1-6/+7
2025-06-04spi: spi-sun4i: fix early activationAlessandro Grassi1-1/+4
2025-06-04spi: spi-fsl-dspi: Reset SR flags before sending a new messageLarisa Grigore1-0/+2
2025-06-04spi: spi-fsl-dspi: Halt the module after a new message transferBogdan-Gabriel Roman1-0/+24