linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* v1-0000-cover-letter.patchFrom 10d9a244391bcf592fd3e5fd902bae7f01cb4d4b Mon
@ 2024-12-05 19:34 Igor Belwon
  2024-12-05 19:34 ` [PATCH v1 1/3] dt-bindings: clock: Add Exynos990 SoC CMU bindings Igor Belwon
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Igor Belwon @ 2024-12-05 19:34 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Sylwester Nawrocki, Chanwoo Choi,
	Alim Akhtar, Michael Turquette, Stephen Boyd, Rob Herring,
	Conor Dooley
  Cc: linux-samsung-soc, linux-clk, devicetree, linux-arm-kernel,
	linux-kernel

Hi all,

This patchset adds support for the Clock Management Unit found in the
Exynos990 SoC. This CMU allows for clocking peripherals such as USB, UFS,
MCT, et cetera.

Currently there are two blocks implemented, CMU_TOP which
generates clocks for other blocks, and CMU_HSI0, which generates clocks
for USB. More blocks will be added (hopefully soon), like HSI1 for UFS.

Best regards

Igor

Igor Belwon (3):
  dt-bindings: clock: Add Exynos990 SoC CMU bindings
  clk: samsung: clk-pll: Add support for pll_{0717x, 0718x, 0732x}
  clk: samsung: Introduce Exynos990 clock controller driver

 .../clock/samsung,exynos990-clock.yaml        |  120 ++
 drivers/clk/samsung/Makefile                  |    1 +
 drivers/clk/samsung/clk-exynos990.c           | 1343 +++++++++++++++++
 drivers/clk/samsung/clk-pll.c                 |   14 +-
 drivers/clk/samsung/clk-pll.h                 |    3 +
 include/dt-bindings/clock/exynos990.h         |  236 +++
 6 files changed, 1715 insertions(+), 2 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/clock/samsung,exynos990-clock.yaml
 create mode 100644 drivers/clk/samsung/clk-exynos990.c
 create mode 100644 include/dt-bindings/clock/exynos990.h

--
2.45.2


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

end of thread, other threads:[~2024-12-06  8:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-05 19:34 v1-0000-cover-letter.patchFrom 10d9a244391bcf592fd3e5fd902bae7f01cb4d4b Mon Igor Belwon
2024-12-05 19:34 ` [PATCH v1 1/3] dt-bindings: clock: Add Exynos990 SoC CMU bindings Igor Belwon
2024-12-05 19:34 ` [PATCH v1 2/3] clk: samsung: clk-pll: Add support for pll_{0717x, 0718x, 0732x} Igor Belwon
2024-12-05 19:34 ` [PATCH v1 3/3] clk: samsung: Introduce Exynos990 clock controller driver Igor Belwon
2024-12-06  2:28   ` kernel test robot
2024-12-06  7:58   ` kernel test robot
2024-12-05 19:45 ` Add Exynos990 CMU support Igor Belwon

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