Re: [PATCH v8 0/7] Add STM32MP25 SPI NOR support

From: Krzysztof Kozlowski
Date: Tue Apr 08 2025 - 03:02:23 EST


On Tue, Apr 08, 2025 at 08:38:08AM GMT, Krzysztof Kozlowski wrote:
> On Mon, Apr 07, 2025 at 03:27:31PM GMT, Patrice Chotard wrote:
> > Signed-off-by: Patrice Chotard <patrice.chotard@xxxxxxxxxxx>
> > ---
> > Patrice Chotard (7):
> > MAINTAINERS: add entry for STM32 OCTO MEMORY MANAGER driver
> > dt-bindings: memory-controllers: Add STM32 Octo Memory Manager controller
> > memory: Add STM32 Octo Memory Manager driver
> > arm64: dts: st: Add OMM node on stm32mp251
> > arm64: dts: st: Add ospi port1 pinctrl entries in stm32mp25-pinctrl.dtsi
> > arm64: dts: st: Add SPI NOR flash support on stm32mp257f-ev1 board
> > arm64: defconfig: Enable STM32 Octo Memory Manager and OcstoSPI driver
> >
> > .../memory-controllers/st,stm32mp25-omm.yaml | 226 ++++++++++
> > MAINTAINERS | 6 +
> > arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi | 51 +++
> > arch/arm64/boot/dts/st/stm32mp251.dtsi | 54 +++
> > arch/arm64/boot/dts/st/stm32mp257f-ev1.dts | 32 ++
> > arch/arm64/configs/defconfig | 2 +
> > drivers/memory/Kconfig | 17 +
> > drivers/memory/Makefile | 1 +
> > drivers/memory/stm32_omm.c | 474 +++++++++++++++++++++
> > 9 files changed, 863 insertions(+)
> > ---
> > base-commit: 88424abd55ab36c3565898a656589a0a25ecd92f
>
> That's unknown commit.
>
> b4 diff '20250407-upstream_ospi_v6-v8-0-7b7716c1c1f6@xxxxxxxxxxx'
> Using cached copy of the lookup
> ---
> Analyzing 81 messages in the thread
> Preparing fake-am for v7: MAINTAINERS: add entry for STM32 OCTO MEMORY MANAGER driver
> ERROR: Could not write fake-am tree
> ---
> Could not create fake-am range for lower series v7

Hm, both v7 and v8 apply cleanly on next, so not sure why fake-am
failed.

Best regards,
Krzysztof