summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-stm32-ospi.c
AgeCommit message (Expand)AuthorFilesLines
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-07spi: 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