Update OSPI and QSPI drivers to optimize indirect read/write accesses to increase throughput.
Signed-off-by: Patrice Chotard <[email protected]> --- Patrice Chotard (3): spi: stm32-ospi: Increase read throughput in indirect mode spi: stm32-qspi: Increase read throughput in indirect mode spi: stm32-qspi: Optimize FIFO accesses using u16 or u32 drivers/spi/stm32_ospi.c | 4 ++- drivers/spi/stm32_qspi.c | 63 ++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 56 insertions(+), 11 deletions(-) --- base-commit: aff0f4d30ec6d7968578fc05fc6df6b5700d9913 change-id: 20251215-next-e0b3ed280f98 Best regards, -- Patrice Chotard <[email protected]>

