All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk fixes for v6.14-rc6
@ 2025-03-14  0:55 Stephen Boyd
  2025-03-14  1:38 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2025-03-14  0:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Michael Turquette, linux-clk, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-14  1:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-14  0:55 [GIT PULL] clk fixes for v6.14-rc6 Stephen Boyd
2025-03-14  1:38 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.