mbox series

[GIT,PULL] clk fixes for v5.15-rc5

Message ID 20211016000534.972778-1-sboyd@kernel.org (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk fixes for v5.15-rc5 | expand

Pull-request

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

Message

Stephen Boyd Oct. 16, 2021, 12:05 a.m. UTC
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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 92c02ff1a43edce37cf1b092bfad37d84d7e4ea6:

  clk: qcom: add select QCOM_GDSC for SM6350 (2021-10-13 11:44:42 -0700)

----------------------------------------------------------------
Clk driver fixes for critical issues found in the past few weeks.

 - Select gdsc config so qcom sm6350 driver probes
 - Fix a register offset in qcom gcc-sm6115 so the correct clk is
   controlled
 - Fix inverted logic in Renesas RZ/G2L .is_enabled()
 - Mark some more clks critical in Renesas clk driver
 - Remove a duplicate clk in the agilex driver

----------------------------------------------------------------
Biju Das (2):
      clk: renesas: r9a07g044: Mark IA55_CLK and DMAC_ACLK critical
      clk: renesas: rzg2l: Fix clk status function

Dinh Nguyen (1):
      clk: socfpga: agilex: fix duplicate s2f_user0_clk

Luca Weiss (1):
      clk: qcom: add select QCOM_GDSC for SM6350

Shawn Guo (1):
      clk: qcom: gcc-sm6115: Fix offset for hlos1_vote_turing_mmu_tbu0_gdsc

Stephen Boyd (1):
      Merge tag 'renesas-clk-for-v5.15-tag3' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into clk-fixes

 drivers/clk/qcom/Kconfig            | 1 +
 drivers/clk/qcom/gcc-sm6115.c       | 2 +-
 drivers/clk/renesas/r9a07g044-cpg.c | 2 ++
 drivers/clk/renesas/rzg2l-cpg.c     | 2 +-
 drivers/clk/socfpga/clk-agilex.c    | 9 ---------
 5 files changed, 5 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 16, 2021, 5:28 p.m. UTC | #1
The pull request you sent on Fri, 15 Oct 2021 17:05:34 -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/6985c40ab6c5d63a494ce9adce9a4768364f2507

Thank you!