aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2025-06-27spi: atmel-quadspi: Use `devm_dma_request_chan()`Bence Csókás1-35/+13
2025-06-25Add few updates to the STM32 SPI driverMark Brown1-33/+279
2025-06-24spi: stm32: deprecate `st,spi-midi-ns` propertyClément Le Goffic1-4/+19
2025-06-24spi: stm32: use STM32 DMA with STM32 MDMA to enhance DDR useClément Le Goffic1-24/+229
2025-06-24spi: stm32: Check for cfg availability in stm32_spi_probeClément Le Goffic1-1/+7
2025-06-24spi: stm32: Add SPI_READY mode to spi controllerClément Le Goffic1-4/+24
2025-06-24spi: spi-cadence-quadspi: Fix pm runtime unbalanceKhairul Anuar Romli1-5/+7
2025-06-24spi: spi-pci1xxxx: Add support for per-instance DMA interrupt vectorsThangaraj Samynathan1-68/+144
2025-06-23spi: microchip-core-qspi: Add regular transfersMark Brown3-37/+205
2025-06-23spi: microchip-core-qspi: Add regular transfersCyril Jean1-18/+199
2025-06-23spi: microchip-core-qspi: remove unused param from mchp_coreqspi_write_op()Conor Dooley1-4/+4
2025-06-23spi: microchip-core-qspi: set min_speed_hz during probeConor Dooley1-0/+1
2025-06-18spi: falcon: mark falcon_sflash_xfer() as staticShiji Yang1-2/+3
2025-06-16spi: spi-fsl-dspi: Revert unintended dependency change in config SPI_FSL_DSPILukas Bulwahn1-1/+1
2025-06-13spi: tegra210-qspi: Remove cache operationsThierry Reding1-14/+0
2025-06-13spi: spi-pci1xxxx: Drop MSI-X usage as unsupported by DMA engineThangaraj Samynathan1-1/+1
2025-06-13spi: Merge up fixesMark Brown5-19/+40
2025-06-11spi: stm32-ospi: clean up on error in probe()Dan Carpenter1-2/+4
2025-06-11spi: spi-mt65xx: Add support for MT6991 Dimensity 9400 SPI IPMAngeloGioacchino Del Regno1-0/+11
2025-06-09SPI: omap2-mcspi: Fix SPI CS behaviour aroundMark Brown1-12/+18
2025-06-09spi: spi-fsl-dspi: DSPI support for NXP S32GMark Brown2-125/+235
2025-06-09spi: stm32-ospi: Make usage of reset_control_acquire/release() APIPatrice Chotard1-6/+18
2025-06-09spi: offload: check offload ops existence before disabling the triggerAndres Urian Florez1-1/+1
2025-06-08spi: spi-pci1xxxx: Add support for 25MHz Clock frequency in C0Thangaraj Samynathan1-3/+6
2025-06-08spi: spi-qpic-snand: remove 'qpic_snand_op' structureGabor Juhos1-26/+9
2025-06-08spi: spi-qpic-snand: use NANDC_STEP_SIZE consistentlyGabor Juhos1-1/+1
2025-06-08spi: spi-fsl-dspi: Enable support for S32G platformsCiprian Marian Costea2-2/+5
2025-06-08spi: spi-fsl-dspi: Enable modified transfer protocol on S32GAndra-Teodora Ilie1-3/+42
2025-06-08spi: spi-fsl-dspi: Reinitialize DSPI regs after resuming for S32GLarisa Grigore1-35/+42
2025-06-08spi: spi-fsl-dspi: Use DMA for S32G controller in target modeLarisa Grigore1-0/+26
2025-06-08spi: spi-fsl-dspi: Avoid setup_accel logic for DMA transfersLarisa Grigore1-6/+7
2025-06-08spi: spi-fsl-dspi: Use spi_alloc_target for targetMarius Trifu1-4/+4
2025-06-08spi: spi-fsl-dspi: Add config and regmaps for S32G platformsLarisa Grigore1-3/+36
2025-06-08spi: spi-fsl-dspi: Define regmaps per deviceJames Clark1-62/+74
2025-06-08spi: spi-fsl-dspi: Re-use one volatile regmap for both device typesJames Clark1-15/+4
2025-06-08spi: spi-pci1xxxx: Fix error code in probeDan Carpenter1-1/+1
2025-06-08spi: loongson: Fix build warnings about export.hHuacai Chen1-0/+1
2025-06-08spi: omap2-mcspi: Disable multi-mode when the previous message kept CS assertedFélix Piédallu1-10/+10
2025-06-08spi: omap2-mcspi: Disable multi mode when CS should be kept asserted after me...Félix Piédallu1-3/+9
2025-06-06Merge tag 'spi-v6.16-merge-window' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-16/+50
2025-06-02Merge tag 'mtd/for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds1-0/+1
2025-06-02spi: spi-qpic-snand: document the limited bit error reporting capabilityGabor Juhos1-0/+14
2025-05-30spi: bcm63xx-hsspi: fix shared resetÁlvaro Fernández Rojas1-1/+1
2025-05-30spi: bcm63xx-spi: fix shared resetÁlvaro Fernández Rojas1-1/+1
2025-05-27Merge tag 'spi-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds29-720/+1184
2025-05-27Merge tag 'sound-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-19/+23
2025-05-27spi: spi-pci1xxxx: Fix Probe failure with Dual SPI instance with INTx interruptsThangaraj Samynathan1-14/+34
2025-05-23spi: spi-qpic-snand: extend bitmasks usageMark Brown1-22/+23
2025-05-23spi: spi-qpic-snand: return early on error from qcom_spi_io_op()Gabor Juhos1-2/+4
2025-05-22spi: spi-fsl-dspi: Reset SR flags before sending a new messageLarisa Grigore1-0/+2