summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-stm32-ospi.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-12spi: spi-mem: Add a no_cs_assertion capabilityMark Brown1-3/+3
2026-05-11spi: stm32-ospi: Use FIELD_MODIFY()Hans Zhang1-4/+3
2026-05-04spi: spi-mem: Transform the read operation templateMiquel Raynal1-3/+3
2026-04-08Add Renesas RZ/G3L RSPI supportMark Brown1-6/+6
2026-03-30spi: stm32-ospi: Fix DMA channel leak on stm32_ospi_dma_setup() failureFelix Gu1-1/+2
2026-03-30spi: stm32-ospi: Fix reset control leak on probe errorFelix Gu1-1/+3
2026-03-30spi: stm32-ospi: Fix resource leak in remove() callbackFelix Gu1-4/+1
2026-02-23spi: stm32-ospi: Remove exec_op() callback debug logPatrice Chotard1-5/+0
2026-01-19spi: Drop duplicate of_node assignmentAndy Shevchenko1-1/+0
2026-01-06spi: st: use pm_ptr and remove __maybe_unusedMark Brown1-8/+7
2026-01-06spi: stm32-ospi: avoid __maybe_unused and use pm_ptrAlain Volmat1-8/+7
2025-12-17spi: stm32-ospi: Remove unneeded semicolonChen Ni1-2/+2
2025-12-14spi: stm32-ospi: Simplify SMIE interrupt testPatrice Chotard1-1/+1
2025-12-14spi: stm32-ospi: Remove CR_TCIE and CR_TEIE irq usagePatrice Chotard1-25/+6
2025-12-14spi: stm32-ospi: Optimize FIFO accesses using u16 or u32Patrice Chotard1-9/+38
2025-12-14spi: stm32-ospi: Set DMA maxburst dynamicallyPatrice Chotard1-5/+22
2025-07-16spi: stm32-ospi: Fix NULL vs IS_ERR() bug in stm32_ospi_get_resources()Dan Carpenter1-2/+2
2025-07-09spi: stm32-ospi: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)1-13/+7
2025-07-05spi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-7/+0
2025-06-11spi: stm32-ospi: clean up on error in probe()Dan Carpenter1-2/+4
2025-06-09spi: stm32-ospi: Make usage of reset_control_acquire/release() APIPatrice Chotard1-6/+18
2025-05-07This patch set did some clean up and add runtime pmMark Brown1-0/+4
2025-04-22spi: stm32-ospi: Fix an error handling path in stm32_ospi_probe()Christophe JAILLET1-0/+4
2025-04-06spi: spi-stm32-ospi: Make "resets" a required propertyPatrice Chotard1-1/+1
2025-03-18spi: stm32-ospi: Include "gpio/consumer.h"Peng Fan1-1/+1
2025-03-06spi: stm32: Remove unnecessary print function dev_err()Jiapeng Chong1-3/+1
2025-03-06spi: stm32-ospi: Fix an IS_ERR() vs NULL bug in stm32_ospi_get_resources()Dan Carpenter1-2/+2
2025-03-03spi: stm32: Add OSPI driverPatrice Chotard1-0/+1065