summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
31 hoursspi: qup: fix error pointer deref after DMA setup failureJohan Hovold1-0/+3
31 hoursspi: qup: switch to use modern nameYang Yingliang1-81/+81
31 hoursspi: lantiq-ssc: fix controller deregistrationJohan Hovold1-1/+7
31 hoursspi: st-ssc4: fix controller deregistrationJohan Hovold1-1/+7
31 hoursspi: topcliff-pch: fix controller deregistrationJohan Hovold1-1/+6
31 hoursspi: uniphier: fix controller deregistrationJohan Hovold1-1/+7
31 hoursspi: tegra114: fix controller deregistrationJohan Hovold1-1/+7
31 hoursspi: tegra20-sflash: fix controller deregistrationJohan Hovold1-1/+7
31 hoursspi: sun6i: fix controller deregistrationJohan Hovold1-1/+9
31 hoursspi: zynq-qspi: fix controller deregistrationJohan Hovold1-4/+11
31 hoursspi: ti-qspi: fix controller deregistrationJohan Hovold1-5/+6
31 hoursspi: sun4i: fix controller deregistrationJohan Hovold1-1/+9
31 hoursspi: syncuacer: fix controller deregistrationJohan Hovold1-1/+7
31 hoursspi: 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
2025-06-04spi: zynqmp-gqspi: Always acknowledge interruptsSean Anderson1-12/+8
2025-06-04spi: loopback-test: Do not split 1024-byte hexdumpsGeert Uytterhoeven1-1/+1
2025-05-02spi: cadence-qspi: Fix probe on AM62A LP SKMiquel Raynal1-0/+6
2025-03-13spi-mxs: Fix chipselect glitchRalf Schlatterbeck1-1/+2
2025-03-13spi: zynq-qspi: Add check for clk_enable()Mingwei Zheng1-2/+11
2024-12-14spi: mpc52xx: Add cancel_work_sync before module removePei Xiao1-0/+1