Thread (4 messages) 4 messages, 2 authors, 2024-10-26
STALE620d
Revisions (2)
  1. v1 [diff vs current]
  2. v2 current

[PATCH v2 0/3] clk: samsung: Introduce Exynos8895 clock driver

From: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
Date: 2024-10-23 09:01:42
Also in: linux-clk, linux-devicetree, linux-samsung-soc, lkml

Hey folks,

This patchset adds initial clock driver support for Exynos8895 SoC,
which allows clocking peripherals like MCT, serial buses, MMC, UFS and
PCIE. As platform support grows in the future, other blocks like APM
will be added.

Support for the following clock management unit blocks is implemented
in this patchset:
 - CMU_TOP
 - CMU_FSYS0/1
 - CMU_PERIC0/1
 - CMU_PERIS

Changes in v2:
 - Drop headers for CMU_CORE and CMU_G3D
 - Drop Sylwester and Tomasz from the dt-schema maintainers
 - Alphabetically order compatibles in dt-schema
 - Move the required block in dt-schema
 - Rename clock-names items to follow the one-word convention

Ivaylo Ivanov (3):
  dt-bindings: clock: Add Exynos8895 SoC
  clk: samsung: clk-pll: Add support for pll_{1051x,1052x}
  clk: samsung: Introduce Exynos8895 clock driver

 .../clock/samsung,exynos8895-clock.yaml       |  240 ++
 drivers/clk/samsung/Makefile                  |    1 +
 drivers/clk/samsung/clk-exynos8895.c          | 2803 +++++++++++++++++
 drivers/clk/samsung/clk-pll.c                 |    2 +
 drivers/clk/samsung/clk-pll.h                 |    2 +
 .../dt-bindings/clock/samsung,exynos8895.h    |  453 +++
 6 files changed, 3501 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/samsung,exynos8895-clock.yaml
 create mode 100644 drivers/clk/samsung/clk-exynos8895.c
 create mode 100644 include/dt-bindings/clock/samsung,exynos8895.h

-- 
2.43.0

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help