[GIT PULL] clk fixes for v6.14-rc6
From: Stephen Boyd
Date: Thu Mar 13 2025 - 20:55:18 EST
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus
for you to fetch changes up to 54493279312f9e6edf64173681cb18d1df4297c1:
Merge tag 'samsung-clk-fixes-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into clk-fixes (2025-03-11 10:51:13 -0700)
----------------------------------------------------------------
A few clk driver fixes for Samsung and Qualcomm clk drivers
- Suspend on Google GS101 crashes when trying to save some clk
registers that we shouldn't be saving so we don't do that anymore
- The PLL lock time was wrong on the Tesla FSD which could lead to the
PLL never locking
- Qualcomm's display clk controller on SM8750 was trying to change the
frequency of a parent clk for the DSI device when it should have
stopped and adjusted the divider. The failure is that the clk
frequency was half what was expected, leading to broken display.
----------------------------------------------------------------
Krzysztof Kozlowski (1):
clk: qcom: dispcc-sm8750: Drop incorrect CLK_SET_RATE_PARENT on byte intf parent
Peter Griffin (1):
clk: samsung: gs101: fix synchronous external abort in samsung_clk_save()
Stephen Boyd (1):
Merge tag 'samsung-clk-fixes-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into clk-fixes
Varada Pavani (1):
clk: samsung: update PLL locktime for PLL142XX used on FSD platform
drivers/clk/qcom/dispcc-sm8750.c | 2 --
drivers/clk/samsung/clk-gs101.c | 8 --------
drivers/clk/samsung/clk-pll.c | 7 ++++++-
3 files changed, 6 insertions(+), 11 deletions(-)
--
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git