[PATCH v4 0/8] Add STM32MP25 SPI NOR support

Patrice CHOTARD patrice.chotard at foss.st.com
Tue Feb 18 23:52:50 PST 2025



On 2/18/25 22:21, Rob Herring wrote:
> On Tue, Feb 18, 2025 at 01:59:52PM +0100, patrice.chotard at foss.st.com wrote:
>> From: Patrice Chotard <patrice.chotard at foss.st.com>
>>
>> This series adds SPI NOR support for STM32MP25 SoCs from STMicroelectronics.
>>
>> On STM32MP25 SoCs family, an Octo Memory Manager block manages the muxing,
>> the memory area split, the chip select override and the time constraint 
>> between its 2 Octo SPI children.
>>
>> Due to these depedencies, this series adds support for: 
>>   - Octo Memory Manager driver.
>>   - Octo SPI driver.
>>   - yaml schema for Octo Memory Manager and Octo SPI drivers.
>>
>> The device tree files adds Octo Memory Manager and its 2 associated Octo 
>> SPI chidren in stm32mp251.dtsi and adds SPI NOR support in stm32mp257f-ev1
>> board.
>>
>> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
>>
>> Changes in v4:
>>   - Add default value requested by Krzysztof for st,omm-req2ack-ns, 
>>     st,omm-cssel-ovr and st,omm-mux properties in st,stm32mp25-omm.yaml
>>   - Remove constraint in free form test for st,omm-mux property.
>>   - Fix drivers/memory/Kconfig by replacing TEST_COMPILE_ by COMPILE_TEST.
>>   - Fix SPDX-License-Identifier for stm32-omm.c.
>>   - Fix Kernel test robot by fixing dev_err() format in stm32-omm.c.
>>   - Add missing pm_runtime_disable() in the error handling path in
>>     stm32-omm.c.
>>   - Replace an int by an unsigned int in stm32-omm.c
>>   - Remove uneeded "," after terminator in stm32-omm.c.
>>   - Update cover letter description to explain dependecies between 
>>     Octo Memory Manager and its 2 Octo SPI children.
>>   - Add Reviewed-by Krzysztof Kozlowski for patch 1 and 3.
> 
> No, you didn't.

Argh, sorry, i will send a v5

Patrice



More information about the linux-arm-kernel mailing list