From: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
To: Krzysztof Kozlowski <krzk@kernel.org>,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Chanwoo Choi <cw00.choi@samsung.com>,
Alim Akhtar <alim.akhtar@samsung.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/3] clk: samsung: Introduce Exynos8895 clock driver
Date: Wed, 23 Oct 2024 12:01:33 +0300 [thread overview]
Message-ID: <20241023090136.537395-1-ivo.ivanov.ivanov1@gmail.com> (raw)
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
next reply other threads:[~2024-10-23 9:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-23 9:01 Ivaylo Ivanov [this message]
2024-10-23 9:01 ` [PATCH v2 1/3] dt-bindings: clock: Add Exynos8895 SoC Ivaylo Ivanov
2024-10-23 9:01 ` [PATCH v2 2/3] clk: samsung: clk-pll: Add support for pll_{1051x,1052x} Ivaylo Ivanov
2024-10-23 9:01 ` [PATCH v2 3/3] clk: samsung: Introduce Exynos8895 clock driver Ivaylo Ivanov
2024-10-26 12:01 ` (subset) [PATCH v2 0/3] " Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241023090136.537395-1-ivo.ivanov.ivanov1@gmail.com \
--to=ivo.ivanov.ivanov1@gmail.com \
--cc=alim.akhtar@samsung.com \
--cc=conor+dt@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=robh@kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=sboyd@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).