aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-16spi: gpio: Use explicit 'unsigned int' for parameter typesDarshan Rathod1-8/+8
2025-07-15spi: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou1-9/+5
2025-07-14spi: Add check for 8-bit transfer with 8 IO mode supportCheng Ming Lin1-4/+10
2025-07-11spi: spi-nxp-fspi: Check return value of devm_mutex_init()Thomas Weißschuh1-1/+3
2025-07-10spi: rspi: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven1-7/+2
2025-07-10spi: sh-msiof: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven1-8/+3
2025-07-10spi: xilinx: Fix block comment style and minor cleanupsDarshan Rathod1-2/+3
2025-07-09spi: stm32-ospi: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)1-13/+7
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea1-1/+1
2025-07-07treewide: Remove redundantMark Brown18-49/+0
2025-07-05spi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus18-49/+0
2025-07-02spi: spi-qpic-snand: add support for 8 bits ECC strengthGabor Juhos1-5/+16
2025-07-02mtd: nand: qpic-common: add defines for ECC_MODE valuesGabor Juhos1-1/+1
2025-07-02iio: adc: ad7173: add SPI offload supportMark Brown4-5/+72
2025-07-01spi: offload trigger: add ADI Util Sigma-Delta SPI driverDavid Lechner3-0/+65
2025-07-01spi: stm32: delete stray tabs in stm32h7_spi_data_idleness()Dan Carpenter1-2/+2
2025-07-01spi: cadence-quadspi: fix cleanup of rx_chan on failure pathsKhairul Anuar Romli1-5/+0
2025-06-30include: linux: move adi-axi-common.h out of fpgaNuno Sá1-1/+1
2025-06-30spi: stm32: fix pointer-to-pointer variables usageAntonio Quartulli1-10/+12
2025-06-30spi: stm32: fix sram pool free in probe error pathClément Le Goffic1-1/+3
2025-06-30spi: spi-qpic-snand: avoid memory corruptionMark Brown1-0/+16
2025-06-30spi: spi-pci1xxxx: enable concurrent DMA read/write across SPI transfersThangaraj Samynathan1-35/+47
2025-06-29spi: spi-fsl-dspi: Clear completion counter before initiating transferJames Clark1-1/+10
2025-06-29spi: spi-qpic-snand: reallocate BAM transactionsGabor Juhos1-0/+16
2025-06-27Add `devm_dma_request_chan()` to simplify probeMark Brown1-35/+13
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