[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240702063120.5821-1-krzysztof.kozlowski@linaro.org>
Date: Tue, 2 Jul 2024 08:31:19 +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,
Sylwester Nawrocki <snawrocki@...nel.org>,
Alim Akhtar <alim.akhtar@...sung.com>,
Peter Griffin <peter.griffin@...aro.org>,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzk@...nel.org>
Subject: [GIT PULL] clk: samsung: drivers for v6.11
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-6.11
for you to fetch changes up to e61f400d6cf3d598ac3ff88a47b34823f9e1f2d5:
clk: samsung: gs101: mark gout_hsi2_ufs_embd_i_clk_unipro as critical (2024-07-01 10:15:30 +0200)
----------------------------------------------------------------
Samsung SoC clock drivers changes for 6.11
1. exynos-clkout: Remove usage of of_device_id table as .of_match_table,
because the driver is instantiated as MFD cell, not as standalone
platform driver. Populated .of_match_table confused people few times
to convert the code to device_get_match_data(), which broke the
driver.
2. Mark one of UFS clocks as critical, because having it off stops the
system from shutdown.
3. Cleanup: Use kmemdup_array() when applicable.
----------------------------------------------------------------
Andy Shevchenko (1):
clk: samsung: Switch to use kmemdup_array()
Marek Szyprowski (1):
clk: samsung: exynos-clkout: Remove misleading of_match_table/MODULE_DEVICE_TABLE
Peter Griffin (1):
clk: samsung: gs101: mark gout_hsi2_ufs_embd_i_clk_unipro as critical
drivers/clk/samsung/clk-cpu.c | 4 ++--
drivers/clk/samsung/clk-exynos-clkout.c | 7 ++++---
drivers/clk/samsung/clk-gs101.c | 2 +-
drivers/clk/samsung/clk-pll.c | 8 ++++----
4 files changed, 11 insertions(+), 10 deletions(-)
Powered by blists - more mailing lists