From: Krzysztof Kozlowski <krzk@kernel.org>
To: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Rob Herring <robh@kernel.org>, Conor Dooley <conor+dt@kernel.org>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Philipp Zabel <p.zabel@pengutronix.de>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
christophe.kerello@foss.st.com, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v8 0/7] Add STM32MP25 SPI NOR support
Date: Tue, 8 Apr 2025 09:02:04 +0200 [thread overview]
Message-ID: <20250408-offbeat-esoteric-millipede-ed8a2a@shite> (raw)
In-Reply-To: <20250408-opal-pillbug-of-acumen-0fbb68@shite>
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@foss.st.com>
> > ---
> > 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@foss.st.com'
> 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
next prev parent reply other threads:[~2025-04-08 7:02 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-07 13:27 [PATCH v8 0/7] Add STM32MP25 SPI NOR support Patrice Chotard
2025-04-07 13:27 ` [PATCH v8 1/7] MAINTAINERS: add entry for STM32 OCTO MEMORY MANAGER driver Patrice Chotard
2025-04-07 13:27 ` [PATCH v8 2/7] dt-bindings: memory-controllers: Add STM32 Octo Memory Manager controller Patrice Chotard
2025-04-08 6:45 ` Krzysztof Kozlowski
2025-04-08 13:16 ` Patrice CHOTARD
2025-04-07 13:27 ` [PATCH v8 3/7] memory: Add STM32 Octo Memory Manager driver Patrice Chotard
2025-04-08 7:00 ` Krzysztof Kozlowski
2025-04-09 15:27 ` Patrice CHOTARD
2025-04-08 8:59 ` Philipp Zabel
2025-04-08 15:04 ` Patrice CHOTARD
2025-04-07 13:27 ` [PATCH v8 4/7] arm64: dts: st: Add OMM node on stm32mp251 Patrice Chotard
2025-04-07 13:27 ` [PATCH v8 5/7] arm64: dts: st: Add ospi port1 pinctrl entries in stm32mp25-pinctrl.dtsi Patrice Chotard
2025-04-07 13:27 ` [PATCH v8 6/7] arm64: dts: st: Add SPI NOR flash support on stm32mp257f-ev1 board Patrice Chotard
2025-04-07 13:27 ` [PATCH v8 7/7] arm64: defconfig: Enable STM32 Octo Memory Manager and OcstoSPI driver Patrice Chotard
2025-04-08 6:38 ` [PATCH v8 0/7] Add STM32MP25 SPI NOR support Krzysztof Kozlowski
2025-04-08 7:02 ` Krzysztof Kozlowski [this message]
2025-04-09 15:54 ` Patrice CHOTARD
2025-04-09 16:13 ` [Linux-stm32] " Patrice CHOTARD
2025-04-10 5:33 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250408-offbeat-esoteric-millipede-ed8a2a@shite \
--to=krzk@kernel.org \
--cc=alexandre.torgue@foss.st.com \
--cc=catalin.marinas@arm.com \
--cc=christophe.kerello@foss.st.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=p.zabel@pengutronix.de \
--cc=patrice.chotard@foss.st.com \
--cc=robh@kernel.org \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox