public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Introduce support for Exynos7870 clocks and PMU
@ 2025-02-18 18:50 Kaustabh Chakraborty
  2025-02-18 18:50 ` [PATCH v3 1/5] dt-bindings: clock: add clock definitions for exynos7870 CMU Kaustabh Chakraborty
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Kaustabh Chakraborty @ 2025-02-18 18:50 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Sylwester Nawrocki, Chanwoo Choi,
	Alim Akhtar, Michael Turquette, Stephen Boyd, Rob Herring,
	Conor Dooley, Krzysztof Kozlowski
  Cc: linux-kernel, linux-samsung-soc, linux-clk, devicetree,
	linux-arm-kernel, Kaustabh Chakraborty

Add a CMU driver for Exynos7870 devices. It handles the following
clock banks:
 * CMU_MIF
 * CMU_DISPAUD
 * CMU_FSYS
 * CMU_G3D
 * CMU_ISP
 * CMU_MFCMSCL
 * CMU_PERI

It also documents Exynos7870 PMU's compatible, and adds a CLKOUT driver
which depends on the compatible. The CLKOUT driver manages clocks from
PMU_DEBUG.

This patch series is a part of Exynos7870 upstreaming.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
---
Changes in v3:
- Fix incorrect versioning (Link to v2: is labelled as v1).
- Fix formatting issues in clk-exynos7870 DT docs (from v1).
- Add myself as maintainer for clk-exynos7870.
- Change clock name definitions in clk-exynos7870 DT docs.
- Fix line wrapping in commit message of exynos7870-pmu DT docs.
- Change a few ordinals of PERI* clocks in the clk-exynos7870 driver.
- Take over ownership of patches by the co-author, upon their request.
- Link to v2: https://lore.kernel.org/r/20250204-exynos7870-pmu-clocks-v1-0-a3030ae5bb53@disroot.org

Changes in v2:
- Drop all patches from v1 except:
  - dt-bindings: clock: add clock definitions for exynos7870 CMU
  - dt-bindings: clock: document exynos7870 clock driver CMU bindings
- Add patch for adding appropriate PMU compatible.
- Add patches for CMU and CLKOUT drivers.
- Link to v1: https://lore.kernel.org/all/20250203-exynos7870-v1-0-2b6df476a3f0@disroot.org/

---
Kaustabh Chakraborty (5):
      dt-bindings: clock: add clock definitions for exynos7870 CMU
      dt-bindings: clock: document exynos7870 clock driver CMU bindings
      dt-bindings: soc: samsung: exynos-pmu: add exynos7870-pmu compatible
      clk: samsung: add initial exynos7870 clock driver
      clk: samsung: add exynos7870 CLKOUT support

 .../bindings/clock/samsung,exynos7870-clock.yaml   |  227 +++
 .../bindings/soc/samsung/exynos-pmu.yaml           |    1 +
 drivers/clk/samsung/Makefile                       |    1 +
 drivers/clk/samsung/clk-exynos-clkout.c            |    3 +
 drivers/clk/samsung/clk-exynos7870.c               | 1830 ++++++++++++++++++++
 include/dt-bindings/clock/exynos7870.h             |  324 ++++
 6 files changed, 2386 insertions(+)
---
base-commit: e5d3fd687aac5eceb1721fa92b9f49afcf4c3717
change-id: 20250203-exynos7870-pmu-clocks-d0b330970ea7

Best regards,
-- 
Kaustabh Chakraborty <kauschluss@disroot.org>


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

end of thread, other threads:[~2025-02-28 19:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-18 18:50 [PATCH v3 0/5] Introduce support for Exynos7870 clocks and PMU Kaustabh Chakraborty
2025-02-18 18:50 ` [PATCH v3 1/5] dt-bindings: clock: add clock definitions for exynos7870 CMU Kaustabh Chakraborty
2025-02-19  8:07   ` Krzysztof Kozlowski
2025-02-19  8:10     ` Krzysztof Kozlowski
2025-02-23  9:57   ` Krzysztof Kozlowski
2025-02-18 18:50 ` [PATCH v3 2/5] dt-bindings: clock: document exynos7870 clock driver CMU bindings Kaustabh Chakraborty
2025-02-19  8:05   ` Krzysztof Kozlowski
2025-02-19  8:10     ` Krzysztof Kozlowski
2025-02-18 18:50 ` [PATCH v3 3/5] dt-bindings: soc: samsung: exynos-pmu: add exynos7870-pmu compatible Kaustabh Chakraborty
2025-02-19  8:09   ` Krzysztof Kozlowski
2025-02-19  8:18     ` Krzysztof Kozlowski
2025-02-18 18:50 ` [PATCH v3 4/5] clk: samsung: add initial exynos7870 clock driver Kaustabh Chakraborty
2025-02-18 18:50 ` [PATCH v3 5/5] clk: samsung: add exynos7870 CLKOUT support Kaustabh Chakraborty
2025-02-19  8:11   ` Krzysztof Kozlowski
2025-02-24 17:47     ` Kaustabh Chakraborty
2025-02-24 19:13       ` Krzysztof Kozlowski
2025-02-25 18:33         ` Kaustabh Chakraborty
2025-02-28 19:07         ` David Virag

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