summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
5 daysspi: fsl-cpm: Check length parity before switching to 16 bit modeChristophe Leroy1-1/+1
5 daysspi: imx: keep dma request disabled before dma transfer setupRobin Gong1-4/+11
5 daysspi: 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
2024-12-14spi: Fix acpi deferred irq probeStanislaw Gruszka1-3/+10
2024-12-14spi: atmel-quadspi: Fix register name in verbose logging functionCsókás, Bence1-1/+1
2024-12-14spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-8/+4
2024-12-14spi: spi-fsl-lpspi: downgrade log level for pio modeAlexander Stein1-1/+1
2024-11-17spi: fix use-after-free of the add_lock mutexMichael Walle1-6/+6
2024-11-17spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown1-10/+5
2024-10-17spi: bcm63xx: Fix module autoloadingJinjie Ruan1-0/+1
2024-10-17spi: s3c64xx: fix timeout counters in flush_fifoBen Dooks1-2/+2
2024-10-17spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-10-17spi: lpspi: Simplify some error messageChristophe JAILLET1-1/+1
2024-10-17spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit timeJinjie Ruan1-0/+1
2024-10-17spi: lpspi: release requested DMA channelsAlexander Stein1-1/+5
2024-10-17spi: lpspi: Silence error message upon deferred probeAlexander Stein1-1/+1
2024-10-17spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQAndy Shevchenko1-3/+3
2024-10-17spi: ppc4xx: handle irq_of_parse_and_map() errorsMa Ke1-0/+3
2024-10-17spi: bcm63xx: Enable module autoloadingLiao Chen1-0/+1
2024-10-17spi: nxp-fspi: fix the KASAN report out-of-bounds bugHan Xu1-2/+3
2024-08-19spi: spi-fsl-lpspi: Fix scldiv calculationStefan Wahren1-2/+4
2024-07-27spi: mux: set ctlr->bits_per_word_maskDavid Lechner1-0/+1
2024-07-27spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devicesUwe Kleine-König1-1/+1
2024-06-16spi: stm32: Don't warn about spurious interruptsUwe Kleine-König1-1/+1
2024-06-16spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko1-0/+4
2024-03-27spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao1-10/+12
2024-03-01spi: sh-msiof: avoid integer overflow in constantsWolfram Sang1-8/+8
2024-03-01spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detectedDevyn Liu1-0/+5