summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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-01-19spi: fsl-cpm: Check length parity before switching to 16 bit modeChristophe Leroy
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
2025-10-29spi: cadence-quadspi: Flush posted register writes before DAC accessPratyush Yadav
2025-10-29spi: cadence-quadspi: Flush posted register writes before INDAC accessPratyush Yadav
2025-09-09spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abortLarisa Grigore
2025-09-09spi: spi-fsl-lpspi: Set correct chip-select polarity bitLarisa Grigore
2025-09-09spi: spi-fsl-lpspi: Fix transmissions when using CONTLarisa Grigore
2025-07-17spi: spi-fsl-dspi: Clear completion counter before initiating transferJames Clark
2025-06-27spi: bcm63xx-hsspi: fix shared resetÁlvaro Fernández Rojas
2025-06-27spi: bcm63xx-spi: fix shared resetÁlvaro Fernández Rojas
2025-06-27spi: sh-msiof: Fix maximum DMA transfer sizeGeert Uytterhoeven
2025-06-04spi: spi-sun4i: fix early activationAlessandro Grassi
2025-06-04spi: spi-fsl-dspi: Reset SR flags before sending a new messageLarisa Grigore
2025-06-04spi: spi-fsl-dspi: Halt the module after a new message transferBogdan-Gabriel Roman
2025-06-04spi: spi-fsl-dspi: restrict register range for regmap accessLarisa Grigore
2025-06-04spi: zynqmp-gqspi: Always acknowledge interruptsSean Anderson
2025-06-04spi: loopback-test: Do not split 1024-byte hexdumpsGeert Uytterhoeven
2025-05-02spi: cadence-qspi: Fix probe on AM62A LP SKMiquel Raynal
2025-03-13spi-mxs: Fix chipselect glitchRalf Schlatterbeck
2025-03-13spi: zynq-qspi: Add check for clk_enable()Mingwei Zheng
2024-12-14spi: mpc52xx: Add cancel_work_sync before module removePei Xiao
2024-12-14spi: Fix acpi deferred irq probeStanislaw Gruszka
2024-12-14spi: atmel-quadspi: Fix register name in verbose logging functionCsókás, Bence
2024-12-14spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-12-14spi: spi-fsl-lpspi: downgrade log level for pio modeAlexander Stein
2024-11-17spi: fix use-after-free of the add_lock mutexMichael Walle
2024-11-17spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown
2024-10-17spi: bcm63xx: Fix module autoloadingJinjie Ruan
2024-10-17spi: s3c64xx: fix timeout counters in flush_fifoBen Dooks
2024-10-17spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan
2024-10-17spi: lpspi: Simplify some error messageChristophe JAILLET
2024-10-17spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit timeJinjie Ruan
2024-10-17spi: lpspi: release requested DMA channelsAlexander Stein
2024-10-17spi: lpspi: Silence error message upon deferred probeAlexander Stein
2024-10-17spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQAndy Shevchenko
2024-10-17spi: ppc4xx: handle irq_of_parse_and_map() errorsMa Ke
2024-10-17spi: bcm63xx: Enable module autoloadingLiao Chen
2024-10-17spi: nxp-fspi: fix the KASAN report out-of-bounds bugHan Xu
2024-08-19spi: spi-fsl-lpspi: Fix scldiv calculationStefan Wahren
2024-07-27spi: mux: set ctlr->bits_per_word_maskDavid Lechner
2024-07-27spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devicesUwe Kleine-König
2024-06-16spi: stm32: Don't warn about spurious interruptsUwe Kleine-König
2024-06-16spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko
2024-03-26spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao