mbox series

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

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

Pull-request

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

Message

Stephen Boyd July 7, 2024, 5:55 p.m. UTC
The following changes since commit 2607133196c35f31892ee199ce7ffa717bea4ad1:

  clk: sifive: Do not register clkdevs for PRCI clocks (2024-05-29 12:31:02 -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 10f84de27bd05bd2648512975d085dbe0a1e71c3:

  Merge tag 'qcom-clk-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into clk-fixes (2024-07-02 12:03:15 -0700)

----------------------------------------------------------------
A set of clk fixes for the Qualcomm, Mediatek, and Allwinner drivers:

 - Fix the Qualcomm Stromer Plus PLL set_rate() clk_op to explicitly set
   the alpha enable bit and not set bits that don't exist
 - Mark Qualcomm IPQ9574 crypto clks as voted to avoid stuck clk
   warnings
 - Fix the parent of some PLLs on Qualcomm sm6530 so their rate is
   correct
 - Fix the min/max rate clamping logic in the Allwinner driver that got
   broken in v6.9
 - Limit runtime PM enabling in the Mediatek driver to only
   mt8183-mfgcfg so that system wide resume doesn't break on other
   Mediatek SoCs

----------------------------------------------------------------
Frank Oltmanns (1):
      clk: sunxi-ng: common: Don't call hw_to_ccu_common on hw without common

Gabor Juhos (2):
      clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs
      clk: qcom: apss-ipq-pll: remove 'config_ctl_hi_val' from Stromer pll configs

Luca Weiss (1):
      clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents

Md Sadre Alam (1):
      clk: qcom: gcc-ipq9574: Add BRANCH_HALT_VOTED flag

Pin-yen Lin (1):
      clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg

Stephen Boyd (2):
      Merge tag 'sunxi-clk-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes
      Merge tag 'qcom-clk-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into clk-fixes

 drivers/clk/mediatek/clk-mt8183-mfgcfg.c |  1 +
 drivers/clk/mediatek/clk-mtk.c           | 24 ++++++++++++++----------
 drivers/clk/mediatek/clk-mtk.h           |  2 ++
 drivers/clk/qcom/apss-ipq-pll.c          |  2 --
 drivers/clk/qcom/clk-alpha-pll.c         |  3 +++
 drivers/clk/qcom/gcc-ipq9574.c           | 10 ++++++----
 drivers/clk/qcom/gcc-sm6350.c            | 10 +++++-----
 drivers/clk/sunxi-ng/ccu_common.c        | 18 ++++++++++++------
 8 files changed, 43 insertions(+), 27 deletions(-)

Comments

pr-tracker-bot@kernel.org July 7, 2024, 6:34 p.m. UTC | #1
The pull request you sent on Sun,  7 Jul 2024 10:55:58 -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/5a4bd506ddad75f1f2711cfbcf7551a5504e3f1e

Thank you!