summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-stm32-ospi.c
AgeCommit message (Expand)Author
2026-01-19spi: Drop duplicate of_node assignmentAndy Shevchenko
2026-01-06spi: st: use pm_ptr and remove __maybe_unusedMark Brown
2026-01-06spi: stm32-ospi: avoid __maybe_unused and use pm_ptrAlain Volmat
2025-12-17spi: stm32-ospi: Remove unneeded semicolonChen Ni
2025-12-14spi: stm32-ospi: Simplify SMIE interrupt testPatrice Chotard
2025-12-14spi: stm32-ospi: Remove CR_TCIE and CR_TEIE irq usagePatrice Chotard
2025-12-14spi: stm32-ospi: Optimize FIFO accesses using u16 or u32Patrice Chotard
2025-12-14spi: stm32-ospi: Set DMA maxburst dynamicallyPatrice Chotard
2025-07-16spi: stm32-ospi: Fix NULL vs IS_ERR() bug in stm32_ospi_get_resources()Dan Carpenter
2025-07-09spi: stm32-ospi: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)
2025-07-05spi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-06-11spi: stm32-ospi: clean up on error in probe()Dan Carpenter
2025-06-09spi: stm32-ospi: Make usage of reset_control_acquire/release() APIPatrice Chotard
2025-05-07This patch set did some clean up and add runtime pmMark Brown
2025-04-22spi: stm32-ospi: Fix an error handling path in stm32_ospi_probe()Christophe JAILLET
2025-04-06spi: spi-stm32-ospi: Make "resets" a required propertyPatrice Chotard
2025-03-18spi: stm32-ospi: Include "gpio/consumer.h"Peng Fan
2025-03-06spi: stm32: Remove unnecessary print function dev_err()Jiapeng Chong
2025-03-06spi: stm32-ospi: Fix an IS_ERR() vs NULL bug in stm32_ospi_get_resources()Dan Carpenter
2025-03-03spi: stm32: Add OSPI driverPatrice Chotard