mbox series

[GIT,PULL] clk fixes for v6.11-rc7

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

Pull-request

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

Message

Stephen Boyd Sept. 12, 2024, 11:31 p.m. UTC
The following changes since commit 71c03a8cb213d267853e0d9f520c972480960544:

  clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPs (2024-09-03 13:01:34 -0700)

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 a4d89b11aca3ffa73e234f06685261ce85e5fb41:

  clk: qcom: clk-alpha-pll: Simplify the zonda_pll_adjust_l_val() (2024-09-09 14:06:07 -0700)

----------------------------------------------------------------
One build fix for 32-bit arches using the Qualcomm PLL driver. It's
cheaper to use a comparison here instead of a division so we just do
that to fix the build.

----------------------------------------------------------------
Satya Priya Kakitapalli (1):
      clk: qcom: clk-alpha-pll: Simplify the zonda_pll_adjust_l_val()

 drivers/clk/qcom/clk-alpha-pll.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 12, 2024, 11:40 p.m. UTC | #1
The pull request you sent on Thu, 12 Sep 2024 16:31:47 -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/196145c606d0f816fd3926483cb1ff87e09c2c0b

Thank you!