devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] clk: samsung: exynos850: Add CMUs needed for SysMMU
@ 2022-08-08 18:15 Sam Protsenko
  2022-08-09  7:09 ` Krzysztof Kozlowski
  2022-08-09 11:45 ` Sam Protsenko
  0 siblings, 2 replies; 4+ messages in thread
From: Sam Protsenko @ 2022-08-08 18:15 UTC (permalink / raw)
  To: Sylwester Nawrocki, Krzysztof Kozlowski, Rob Herring,
	Chanwoo Choi
  Cc: Tomasz Figa, Alim Akhtar, Michael Turquette, Stephen Boyd,
	Sumit Semwal, linux-samsung-soc, linux-clk, devicetree,
	linux-arm-kernel, linux-kernel

This patch series implements some missing Exynos850 clock domains. Right
now those are mainly required for SysMMU clocks, although of course
there is a lot of other clocks generated by those CMUs.

Exynos850 has next SysMMU instances:
  - SYSMMU_AUD
  - SYSMMU_DPU
  - SYSMMU_IS0
  - SYSMMU_IS1
  - SYSMMU_MFCMSCL

As CMU_DPU is already implemented, that leaves CMU_AUD, CMU_IS and
CMU_MFCMSCL to be implemented, which is done in this series:
  - CMU_AUD: audio clocks
  - CMU_IS: camera clocks (Image Signal Processing)
  - CMU_MFCMSCL: multi-format codec and scaler clocks

Sam Protsenko (7):
  dt-bindings: clock: Add bindings for Exynos850 CMU_AUD
  dt-bindings: clock: Add bindings for Exynos850 CMU_IS
  dt-bindings: clock: Add bindings for Exynos850 CMU_MFCMSCL
  clk: samsung: exynos850: Style fixes
  clk: samsung: exynos850: Implement CMU_AUD domain
  clk: samsung: exynos850: Implement CMU_IS domain
  clk: samsung: exynos850: Implement CMU_MFCMSCL domain

 .../clock/samsung,exynos850-clock.yaml        |  69 ++
 drivers/clk/samsung/clk-exynos850.c           | 682 +++++++++++++++++-
 include/dt-bindings/clock/exynos850.h         | 136 +++-
 3 files changed, 883 insertions(+), 4 deletions(-)

-- 
2.30.2


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 18:15 [PATCH 0/7] clk: samsung: exynos850: Add CMUs needed for SysMMU Sam Protsenko
2022-08-09  7:09 ` Krzysztof Kozlowski
2022-08-09 11:09   ` Sam Protsenko
2022-08-09 11:45 ` Sam Protsenko

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