[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211013221021.3433704-1-willmcvicker@google.com>
Date: Wed, 13 Oct 2021 22:10:18 +0000
From: Will McVicker <willmcvicker@...gle.com>
To: Sylwester Nawrocki <s.nawrocki@...sung.com>,
Tomasz Figa <tomasz.figa@...il.com>,
Chanwoo Choi <cw00.choi@...sung.com>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
Cc: kernel-team@...roid.com, Will McVicker <willmcvicker@...gle.com>,
linux-samsung-soc@...r.kernel.org, linux-clk@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: [RFT PATCH v3 0/2] clk: samsung: add common support for CPU clocks
These two patches were originally a part of the series [1]. They add
support to the common samsung clock driver to parse and register the
CPU clocks when provided. This allows for the samsung clock drivers to
simply provide a `struct samsung_cpu_clock` to `struct samsung_cmu_info`
and then call samsung_cmu_register_one(). With this new support, we can
now get rid of the custom apollo and atlas CLK_OF_DECLARE init functions.
Since I don't have the hardware to test these, I'm including the RFT tag
to try and get help testing and verifying these.
[1] https://lore.kernel.org/all/20210928235635.1348330-4-willmcvicker@google.com/
Will McVicker (2):
[RFT] clk: samsung: add support for CPU clocks
[RFT] clk: samsung: exynos5433: update apollo and atlas clock probing
drivers/clk/samsung/clk-cpu.c | 26 ++++++
drivers/clk/samsung/clk-exynos5433.c | 120 +++++++++++----------------
drivers/clk/samsung/clk.c | 2 +
drivers/clk/samsung/clk.h | 26 ++++++
4 files changed, 102 insertions(+), 72 deletions(-)
--
2.33.0.882.g93a45727a2-goog
Powered by blists - more mailing lists