mbox series

[GIT,PULL] clk fixes for v6.14-rc6

Message ID 20250314005511.1022757-1-sboyd@kernel.org (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk fixes for v6.14-rc6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

Message

Stephen Boyd March 14, 2025, 12:55 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 14, 2025, 1:38 a.m. UTC | #1
The pull request you sent on Thu, 13 Mar 2025 17:55:10 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e3a854b577cb05ceb77c0eba54bfef98a03278fa

Thank you!