From: Dario Binacchi <dario.binacchi@amarulasolutions.com>
To: linux-kernel@vger.kernel.org
Cc: linux-amarula@amarulasolutions.com,
Dario Binacchi <dario.binacchi@amarulasolutions.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Michael Turquette <mturquette@baylibre.com>,
Philipp Zabel <p.zabel@pengutronix.de>,
Rob Herring <robh@kernel.org>, Stephen Boyd <sboyd@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-clk@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com
Subject: [PATCH v2 0/4] Support spread spectrum clocking for stm32f{4,7} platforms
Date: Thu, 9 Jan 2025 22:18:27 +0100 [thread overview]
Message-ID: <20250109211908.1553072-1-dario.binacchi@amarulasolutions.com> (raw)
The series adds support for spread spectrum clocking for stm32f{4,7}
main PLL.
To achieve this, it was considered necessary to also apply patches to
improve the documentation (conversion of `st,stm32-rcc.txt` according to
the json-schema) and the code (use of FIELD helpers).
The series has been tested on the STM32F469I-DISCO board.
Changes in v2:
- Fixup patches:
2/6 dt-bindings: reset: st,stm32-rcc: update reference due to rename
3/6 dt-bindings: clock: stm32fx: update reference due to rename
to
1/6 dt-bindings: clock: convert stm32 rcc bindings to json-schema
- Changes to dt-bindings: clock: convert stm32 rcc bindings to json-schema
- Changes to dt-bindings: clock: st,stm32-rcc: support spread spectrum clocking
Dario Binacchi (4):
dt-bindings: clock: convert stm32 rcc bindings to json-schema
dt-bindings: clock: st,stm32-rcc: support spread spectrum clocking
clk: stm32f4: use FIELD helpers to access the PLLCFGR fields
clk: stm32f4: support spread spectrum clock generation
.../bindings/clock/st,stm32-rcc.txt | 138 ----------------
.../bindings/clock/st,stm32-rcc.yaml | 147 +++++++++++++++++
.../bindings/reset/st,stm32-rcc.txt | 2 +-
drivers/clk/clk-stm32f4.c | 155 +++++++++++++++++-
include/dt-bindings/clock/stm32fx-clock.h | 2 +-
5 files changed, 298 insertions(+), 146 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/clock/st,stm32-rcc.txt
create mode 100644 Documentation/devicetree/bindings/clock/st,stm32-rcc.yaml
--
2.43.0
next reply other threads:[~2025-01-09 21:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-09 21:18 Dario Binacchi [this message]
2025-01-09 21:18 ` [PATCH v2 1/4] dt-bindings: clock: convert stm32 rcc bindings to json-schema Dario Binacchi
2025-01-11 9:25 ` Krzysztof Kozlowski
2025-01-14 9:10 ` Dario Binacchi
2025-01-14 9:28 ` Krzysztof Kozlowski
2025-01-09 21:18 ` [PATCH v2 2/4] dt-bindings: clock: st,stm32-rcc: support spread spectrum clocking Dario Binacchi
2025-01-11 9:35 ` 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=20250109211908.1553072-1-dario.binacchi@amarulasolutions.com \
--to=dario.binacchi@amarulasolutions.com \
--cc=alexandre.torgue@foss.st.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-amarula@amarulasolutions.com \
--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=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).