summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2025-11-24spi: Try to get ACPI GPIO IRQ earlierHans de Goede1-0/+10
2025-11-24spi: rpc-if: Add resume support for RZ/G3EBiju Das1-0/+2
2025-11-24spi: loopback-test: Don't use %pK through printkThomas Weißschuh1-6/+6
2025-10-29spi: spi-nxp-fspi: add extra delay after dll lockedHan Xu1-0/+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: fsl-qspi: Fix double cleanup in probe error pathKevin Hao1-5/+2
2025-09-09spi: spi-fsl-lpspi: Clear status register after disabling the moduleLarisa Grigore1-4/+5
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: fsl-qspi: use devm function instead of driver removeHan Xu1-14/+17
2025-09-09Revert "spi: spi-cadence-quadspi: Fix pm runtime unbalance"Jinfeng Wang1-10/+1
2025-09-09Revert "spi: cadence-quadspi: fix cleanup of rx_chan on failure paths"Jinfeng Wang1-0/+5
2025-08-28spi: spi-fsl-lpspi: Clamp too high speed_hzStefan Wahren1-5/+3
2025-08-15spi: stm32: Check for cfg availability in stm32_spi_probeClément Le Goffic1-1/+7
2025-08-01spi: cadence-quadspi: fix cleanup of rx_chan on failure pathsKhairul Anuar Romli1-5/+0
2025-07-24spi: Add check for 8-bit transfer with 8 IO mode supportCheng Ming Lin1-4/+10
2025-07-10spi: spi-fsl-dspi: Clear completion counter before initiating transferJames Clark1-1/+10
2025-07-06spi: spi-cadence-quadspi: Fix pm runtime unbalanceKhairul Anuar Romli1-1/+10
2025-06-19spi: bcm63xx-hsspi: fix shared resetÁlvaro Fernández Rojas1-1/+1
2025-06-19spi: bcm63xx-spi: fix shared resetÁlvaro Fernández Rojas1-1/+1
2025-06-19spi: sh-msiof: Fix maximum DMA transfer sizeGeert Uytterhoeven1-6/+7
2025-06-19spi: tegra210-quad: modify chip select (CS) deactivationVishwaroop A1-4/+4
2025-06-19spi: tegra210-quad: remove redundant error handling codeVishwaroop A1-4/+0
2025-06-19spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfersVishwaroop A1-8/+4
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-rockchip: Fix register out of bounds accessLuis de Arquer1-1/+1
2025-05-22spi: tegra114: Use value to check for invalid delaysAaron Kling1-3/+3
2025-05-22spi: loopback-test: Do not split 1024-byte hexdumpsGeert Uytterhoeven1-1/+1
2025-05-09spi: tegra114: Don't fail set_cs_timing when delays are zeroAaron Kling1-3/+3
2025-05-02spi: spi-imx: Add check for spi_imx_setupxfer()Tamura Dai1-1/+4
2025-05-02spi: tegra210-quad: add rate limiting and simplify timeout error messageBreno Leitao1-2/+2
2025-05-02spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeoutsBreno Leitao1-1/+1
2025-04-25spi: cadence-qspi: Fix probe on AM62A LP SKMiquel Raynal1-0/+6
2025-03-13spi-mxs: Fix chipselect glitchRalf Schlatterbeck1-1/+2
2025-02-21spi: sn-f-ospi: Fix division by zeroKunihiko Hayashi1-0/+3
2025-02-17spi: atmel-qspi: Memory barriers after memory-mapped I/OBence Csókás1-2/+9
2025-02-17spi: atmel-quadspi: Create `atmel_qspi_ops` to support newer SoC familiesCsókás, Bence1-34/+77
2025-02-08spi: omap2-mcspi: Correctly handle devm_clk_get_optional() errorsMark Brown1-3/+8
2025-02-08spi: zynq-qspi: Add check for clk_enable()Mingwei Zheng1-2/+11
2025-01-02spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_optional_enabled()Purushothama Siddaiah1-3/+3
2025-01-02spi: intel: Add Panther Lake SPI controller supportAapo Vienamo1-0/+2
2024-12-19spi: aspeed: Fix an error handling path in aspeed_spi_[read|write]_user()Christophe JAILLET1-4/+6
2024-12-14spi: spi-fsl-lpspi: Adjust type of scldivStefan Wahren1-3/+4
2024-12-14spi: mpc52xx: Add cancel_work_sync before module removePei Xiao1-0/+1