lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250314005511.1022757-1-sboyd@kernel.org>
Date: Thu, 13 Mar 2025 17:55:10 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Michael Turquette <mturquette@...libre.com>,
	linux-clk@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] clk fixes for v6.14-rc6

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ