devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce Clock and Reset Driver for STM32MP21 Platform
@ 2025-05-19 14:20 gabriel.fernandez
  2025-05-19 14:20 ` [PATCH 1/2] dt-bindings: stm32: add STM32MP21 clocks and reset bindings gabriel.fernandez
  2025-05-19 14:20 ` [PATCH 2/2] clk: stm32: introduce clocks for STM32MP21 platform gabriel.fernandez
  0 siblings, 2 replies; 9+ messages in thread
From: gabriel.fernandez @ 2025-05-19 14:20 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Maxime Coquelin, Alexandre Torgue, Philipp Zabel,
	Gabriel Fernandez
  Cc: linux-clk, devicetree, linux-stm32, linux-arm-kernel,
	linux-kernel

From: Gabriel Fernandez <gabriel.fernandez@foss.st.com>

This patchset implements a new driver to manage clock and reset functionalities
for the STM32MP21 platform.


Gabriel Fernandez (2):
  dt-bindings: stm32: add STM32MP21 clocks and reset bindings
  clk: stm32: introduce clocks for STM32MP21 platform

 .../bindings/clock/st,stm32mp21-rcc.yaml      |  200 +++
 drivers/clk/stm32/Kconfig                     |    7 +
 drivers/clk/stm32/Makefile                    |    1 +
 drivers/clk/stm32/clk-stm32mp21.c             | 1583 +++++++++++++++++
 drivers/clk/stm32/stm32mp21_rcc.h             |  651 +++++++
 include/dt-bindings/clock/st,stm32mp21-rcc.h  |  428 +++++
 include/dt-bindings/reset/st,stm32mp21-rcc.h  |  140 ++
 7 files changed, 3010 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/st,stm32mp21-rcc.yaml
 create mode 100644 drivers/clk/stm32/clk-stm32mp21.c
 create mode 100644 drivers/clk/stm32/stm32mp21_rcc.h
 create mode 100644 include/dt-bindings/clock/st,stm32mp21-rcc.h
 create mode 100644 include/dt-bindings/reset/st,stm32mp21-rcc.h


base-commit: 8566fc3b96539e3235909d6bdda198e1282beaed
-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-05-20 13:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-19 14:20 [PATCH 0/2] Introduce Clock and Reset Driver for STM32MP21 Platform gabriel.fernandez
2025-05-19 14:20 ` [PATCH 1/2] dt-bindings: stm32: add STM32MP21 clocks and reset bindings gabriel.fernandez
2025-05-19 14:38   ` Krzysztof Kozlowski
2025-05-20 13:53     ` Gabriel FERNANDEZ
2025-05-19 14:42   ` ALOK TIWARI
2025-05-20 13:55     ` Gabriel FERNANDEZ
2025-05-19 14:20 ` [PATCH 2/2] clk: stm32: introduce clocks for STM32MP21 platform gabriel.fernandez
2025-05-19 15:36   ` ALOK TIWARI
2025-05-20 13:56     ` Gabriel FERNANDEZ

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).