From: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
To: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@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>
Cc: <linux-clk@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-stm32@st-md-mailman.stormreply.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>,
Gabriel Fernandez <gabriel.fernandez@foss.st.com>,
Nicolas Le Bayon <nicolas.le.bayon@foss.st.com>,
Conor Dooley <conor.dooley@microchip.com>,
Alok Tiwari <alok.a.tiwari@oracle.com>
Subject: [PATCH RESEND v4 0/3] Introduce Clock and Reset Driver for STM32MP21 Platform
Date: Wed, 25 Jun 2025 11:07:23 +0200 [thread overview]
Message-ID: <20250625-upstream_rcc_mp21-v4-0-9368a86c8515@foss.st.com> (raw)
This patchset implements a new driver to manage clock and reset functionalities
for the STM32MP21 platform.
Changes in v4:
- add missing fix : replace double '::' by ':' from dt-bindings documentation of STM32MP21
- Link to v3: https://lore.kernel.org/r/20250521-upstream_rcc_mp21-v3-0-cac9d8f63d20@foss.st.com
Changes in v3:
- Fixes dt-bindings documentation
- drop minItems for access-controllers
- remove rcc label from example
- remove double '::' from 'See also::'
- Add patch to report these fixes to STM32MP25
- Fixes typos in RCC drivers (Alock)
- Link to v2: https://lore.kernel.org/r/20250520-upstream_rcc_mp21-v2-0-3c776a6e5862@foss.st.com
Changes in v2:
- add list item for access-controlers and fix maxItems value from bindings
- drop STM32MP21_LAST_CLK and STM32MP21_LAST_RESET defines from bindings
- typo fixes from ALOK TIWARI
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
---
Gabriel Fernandez (3):
dt-bindings: stm32: add STM32MP21 clocks and reset bindings
clk: stm32: introduce clocks for STM32MP21 platform
dt-bindings: stm32: cosmetic fixes for STM32MP25 clock and reset bindings
.../bindings/clock/st,stm32mp21-rcc.yaml | 199 +++
.../bindings/clock/st,stm32mp25-rcc.yaml | 13 +-
drivers/clk/stm32/Kconfig | 7 +
drivers/clk/stm32/Makefile | 1 +
drivers/clk/stm32/clk-stm32mp21.c | 1586 ++++++++++++++++++++
drivers/clk/stm32/stm32mp21_rcc.h | 651 ++++++++
include/dt-bindings/clock/st,stm32mp21-rcc.h | 426 ++++++
include/dt-bindings/reset/st,stm32mp21-rcc.h | 138 ++
8 files changed, 3014 insertions(+), 7 deletions(-)
---
base-commit: 8566fc3b96539e3235909d6bdda198e1282beaed
change-id: 20250520-upstream_rcc_mp21-d0862e7dc769
Best regards,
--
Gabriel Fernandez <gabriel.fernandez@foss.st.com>
next reply other threads:[~2025-06-25 9:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-25 9:07 Gabriel Fernandez [this message]
2025-06-25 9:07 ` [PATCH RESEND v4 1/3] dt-bindings: stm32: add STM32MP21 clocks and reset bindings Gabriel Fernandez
2025-06-25 9:07 ` [PATCH RESEND v4 2/3] clk: stm32: introduce clocks for STM32MP21 platform Gabriel Fernandez
2025-06-25 9:07 ` [PATCH RESEND v4 3/3] dt-bindings: stm32: cosmetic fixes for STM32MP25 clock and reset bindings Gabriel Fernandez
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=20250625-upstream_rcc_mp21-v4-0-9368a86c8515@foss.st.com \
--to=gabriel.fernandez@foss.st.com \
--cc=alexandre.torgue@foss.st.com \
--cc=alok.a.tiwari@oracle.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=mturquette@baylibre.com \
--cc=nicolas.le.bayon@foss.st.com \
--cc=p.zabel@pengutronix.de \
--cc=robh@kernel.org \
--cc=sboyd@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;
as well as URLs for NNTP newsgroup(s).