public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] Introduce STM32MP13 RCC driver
@ 2022-10-12 12:33 Gabriel Fernandez
  2022-10-12 12:33 ` [PATCH 1/3] dt-bindings: stm32mp13: add clock & reset support for STM32MP13 Gabriel Fernandez
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Gabriel Fernandez @ 2022-10-12 12:33 UTC (permalink / raw)
  To: u-boot
  Cc: Gabriel FERNANDEZ, Patrick DELAUNAY, U-Boot STM32,
	Lukasz Majewski, Patrice Chotard, Sean Anderson, Tom Rini

This serie adds support of clock and reset for STM32MP13.

Gabriel Fernandez (3):
  dt-bindings: stm32mp13: add clock & reset support for STM32MP13
  clk: stm32mp13: introduce STM32MP13 RCC driver
  arm: dts: stm32mp13: add support of RCC driver

 MAINTAINERS                                  |    2 +
 arch/arm/dts/stm32mp13-u-boot.dtsi           |    4 +
 arch/arm/dts/stm32mp131.dtsi                 |  119 +-
 arch/arm/dts/stm32mp133.dtsi                 |    4 +-
 arch/arm/dts/stm32mp13xf.dtsi                |    3 +-
 drivers/clk/stm32/Kconfig                    |   15 +
 drivers/clk/stm32/Makefile                   |    2 +
 drivers/clk/stm32/clk-stm32-core.c           |  349 ++++
 drivers/clk/stm32/clk-stm32-core.h           |  154 ++
 drivers/clk/stm32/clk-stm32mp13.c            |  839 +++++++++
 drivers/clk/stm32/stm32mp13_rcc.h            | 1751 ++++++++++++++++++
 include/dt-bindings/clock/stm32mp13-clks.h   |  229 +++
 include/dt-bindings/reset/stm32mp13-resets.h |  100 +
 13 files changed, 3493 insertions(+), 78 deletions(-)
 create mode 100644 drivers/clk/stm32/clk-stm32-core.c
 create mode 100644 drivers/clk/stm32/clk-stm32-core.h
 create mode 100644 drivers/clk/stm32/clk-stm32mp13.c
 create mode 100644 drivers/clk/stm32/stm32mp13_rcc.h
 create mode 100644 include/dt-bindings/clock/stm32mp13-clks.h
 create mode 100644 include/dt-bindings/reset/stm32mp13-resets.h

-- 
2.25.1


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

end of thread, other threads:[~2022-11-08 12:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-12 12:33 [PATCH 0/3] Introduce STM32MP13 RCC driver Gabriel Fernandez
2022-10-12 12:33 ` [PATCH 1/3] dt-bindings: stm32mp13: add clock & reset support for STM32MP13 Gabriel Fernandez
2022-10-12 15:46   ` Patrick DELAUNAY
2022-10-12 12:33 ` [PATCH 2/3] clk: stm32mp13: introduce STM32MP13 RCC driver Gabriel Fernandez
2022-10-12 16:29   ` Patrick DELAUNAY
2022-10-12 17:05   ` Sean Anderson
2022-10-14 13:00     ` Gabriel FERNANDEZ
2022-10-19 15:48       ` Sean Anderson
2022-10-26 13:22         ` Gabriel FERNANDEZ
2022-11-08  1:47           ` Sean Anderson
2022-10-12 12:33 ` [PATCH 3/3] arm: dts: stm32mp13: add support of " Gabriel Fernandez
2022-10-12 16:40   ` Patrick DELAUNAY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox