summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
33 hoursspi: uniphier: Fix completion initialization order before devm_request_irq()Kunihiko Hayashi1-2/+2
33 hoursspi: sh-msiof: abort transfers when reset times outPengpeng Hou1-4/+6
33 hoursspi: xilinx: use FIFO occupancy register to determine buffer sizeLars Pöschel1-2/+9
33 hoursspi: ep93xx: fix double-free of zeropage on DMA setup failureFelix Gu1-0/+1
33 hoursspi: fsl-lpspi: terminate the RX channel on TX prepare failure pathCarlos Song1-1/+1
33 hoursspi: 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: uniphier: fix controller deregistrationJohan Hovold1-1/+7
2026-06-19spi: tegra114: fix controller deregistrationJohan Hovold1-1/+7
2026-06-19spi: tegra20-sflash: fix controller deregistrationJohan Hovold1-1/+7
2026-06-19spi: sun6i: fix controller deregistrationJohan Hovold1-1/+9
2026-06-19spi: zynq-qspi: fix controller deregistrationJohan Hovold1-4/+11
2026-06-19spi: ti-qspi: fix controller deregistrationJohan Hovold1-5/+6
2026-06-19spi: sun4i: fix controller deregistrationJohan Hovold1-1/+9
2026-06-19spi: syncuacer: fix controller deregistrationJohan Hovold1-1/+7
2026-06-19spi: meson-spicc: Fix double-put in remove pathFelix Gu1-2/+0
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: 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-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-01-19spi: fsl-cpm: Check length parity before switching to 16 bit modeChristophe Leroy1-1/+1
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-29spi: cadence-quadspi: Flush posted register writes before DAC accessPratyush Yadav1-0/+2
2025-10-29spi: cadence-quadspi: Flush posted register writes before INDAC accessPratyush Yadav1-0/+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-07-17spi: 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
2025-06-04spi: spi-fsl-dspi: restrict register range for regmap accessLarisa Grigore1-1/+19