Re: [PATCH v4 0/8] Add STM32MP25 SPI NOR support
From: Krzysztof Kozlowski
Date: Wed Feb 19 2025 - 01:55:56 EST
On 18/02/2025 13:59, patrice.chotard@xxxxxxxxxxx wrote:
> From: Patrice Chotard <patrice.chotard@xxxxxxxxxxx>
>
> 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@xxxxxxxxxxx>
>
> 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.
If only people could start using b4, like we ask them...
Best regards,
Krzysztof