[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230820073429.9069-1-krzysztof.kozlowski@linaro.org>
Date: Sun, 20 Aug 2023 09:34:29 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Chanwoo Choi <cw00.choi@...sung.com>,
linux-clk@...r.kernel.org, Tomasz Figa <tomasz.figa@...il.com>,
Sylwester Nawrocki <snawrocki@...nel.org>,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
Alim Akhtar <alim.akhtar@...sung.com>,
Krzysztof Kozlowski <krzk@...nel.org>
Subject: [GIT PULL] clk: samsung: drivers for v6.6
Hi,
Few commits for Samsung clock drivers.
Best regards,
Krzysztof
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-6.6
for you to fetch changes up to b3f9581affb03ed28ff1905b649e66904f29b9e4:
dt-bindings: clock: samsung: remove define with number of clocks (2023-08-15 07:50:15 +0200)
----------------------------------------------------------------
Samsung SoC clock drivers changes for 6.6
Remove from the bindings the #defines with number of clocks supported by
each clock controller driver. This number can vary, e.g. when we
implement more clocks in the driver. Having the number in the bindings
prevents changing it. Instead, this should be just a #define inside the
driver.
----------------------------------------------------------------
Krzysztof Kozlowski (11):
clk: samsung: exynos3250: do not define number of clocks in bindings
clk: samsung: exynos4: do not define number of clocks in bindings
clk: samsung: exynos5250: do not define number of clocks in bindings
clk: samsung: exynos5260: do not define number of clocks in bindings
clk: samsung: exynos5410: do not define number of clocks in bindings
clk: samsung: exynos5420: do not define number of clocks in bindings
clk: samsung: exynos5433: do not define number of clocks in bindings
clk: samsung: exynos7885: do not define number of clocks in bindings
clk: samsung: exynos850: do not define number of clocks in bindings
clk: samsung: exynoautov9: do not define number of clocks in bindings
dt-bindings: clock: samsung: remove define with number of clocks
drivers/clk/samsung/clk-exynos3250.c | 11 ++--
drivers/clk/samsung/clk-exynos4.c | 5 +-
drivers/clk/samsung/clk-exynos4412-isp.c | 5 +-
drivers/clk/samsung/clk-exynos5250.c | 5 +-
drivers/clk/samsung/clk-exynos5260.c | 41 ++++++++++-----
drivers/clk/samsung/clk-exynos5410.c | 5 +-
drivers/clk/samsung/clk-exynos5420.c | 5 +-
drivers/clk/samsung/clk-exynos5433.c | 65 ++++++++++++++++--------
drivers/clk/samsung/clk-exynos7885.c | 14 +++--
drivers/clk/samsung/clk-exynos850.c | 35 +++++++++----
drivers/clk/samsung/clk-exynosautov9.c | 29 +++++++----
include/dt-bindings/clock/exynos3250.h | 18 -------
include/dt-bindings/clock/exynos4.h | 5 --
include/dt-bindings/clock/exynos5250.h | 3 --
include/dt-bindings/clock/exynos5260-clk.h | 25 ---------
include/dt-bindings/clock/exynos5410.h | 2 -
include/dt-bindings/clock/exynos5420.h | 3 --
include/dt-bindings/clock/exynos5433.h | 42 ---------------
include/dt-bindings/clock/exynos7885.h | 4 --
include/dt-bindings/clock/exynos850.h | 10 ----
include/dt-bindings/clock/samsung,exynosautov9.h | 18 -------
21 files changed, 154 insertions(+), 196 deletions(-)
Powered by blists - more mailing lists