[PATCH 3/5] spi: Add STM32MP2 Octo-SPI driver support

Patrice CHOTARD patrice.chotard at foss.st.com
Thu Sep 11 08:38:16 CEST 2025



On 9/10/25 17:57, Patrick DELAUNAY wrote:
> Hi,
> 
> On 8/8/25 17:11, Patrice Chotard wrote:
>> Add STM32 OSPI driver, it supports :
>>    - support sNOR / sNAND devices.
>>    - Two functional modes: indirect (read/write) and memory-mapped (read).
>>    - Single-, dual-, quad-, and octal-SPI communication.
>>    - Single data rate (SDR).
>>
>> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
>> ---
>>
>>   drivers/spi/Kconfig      |   8 +
>>   drivers/spi/Makefile     |   1 +
>>   drivers/spi/stm32_ospi.c | 623 +++++++++++++++++++++++++++++++++++++++
>>   3 files changed, 632 insertions(+)
>>   create mode 100644 drivers/spi/stm32_ospi.c
>>
> Perhaps need to add the OSPI driver in /MAINTAINERS file for stm32mp driver ? as already doen for spi and qsi drivers....
> 
> ARM STM STM32MP
> M:Patrick Delaunay <patrick.delaunay at foss.st.com>
> M:Patrice Chotard <patrice.chotard at foss.st.com>
> L:uboot-stm32 at st-md-mailman.stormreply.com (moderated for non-subscribers)
> T:git https://source.denx.de/u-boot/custodians/u-boot-stm.git
> S:Maintained
> ...
> F:drivers/spi/stm32_qspi.c
> F:drivers/spi/stm32_spi.c
> ...
> 
> 
> and I miss this remark for previous patch whih add the driver OMM in memory directory....

Right, i will update MINATAINERS accordingly for stm32_ospi and stm32_omm drivers.

Thanks
Patrice

> 
> 
> Anyway for the driver himself
> 
> 
> Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
> 
> Thanks
> Patrick
> 
> 


More information about the U-Boot mailing list