[GIT,PULL] clk fixes for v6.1-rc3

Message ID 20221104020852.3958600-1-sboyd@kernel.org
State New
Headers
Series [GIT,PULL] clk fixes for v6.1-rc3 |

Pull-request

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

Message

Stephen Boyd Nov. 4, 2022, 2:08 a.m. UTC
  The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -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 ffa20aa581cf5377fc397b0d0ff9d67ea823629b:

  clk: qcom: Update the force mem core bit for GPU clocks (2022-10-27 17:23:29 -0700)

----------------------------------------------------------------
Fixes in clk drivers and some clk rate range fixes in the core as well.

 - Make sure the struct clk_rate_request is more sane.

 - Remove a WARN_ON that was triggering for clks with no parents
   that can change frequency.

 - Fix bad i2c bus transactions on Renesas rs9.

 - Actually return an error in clk_mt8195_topck_probe() on an error
   path.

 - Keep the GPU memories powered while the clk isn't enabled on
   Qualcomm's sc7280 SoC.

 - Fix the parent clk for HSCIF modules on Renesas' R-Car V4H SoC.

----------------------------------------------------------------
Conor Dooley (1):
      clk: sifive: select by default if SOC_SIFIVE

Geert Uytterhoeven (2):
      clk: renesas: r8a779g0: Add SASYNCPER clocks
      clk: renesas: r8a779g0: Fix HSCIF parent clocks

Marek Vasut (1):
      clk: rs9: Fix I2C accessors

Maxime Ripard (3):
      clk: Remove WARN_ON NULL parent in clk_core_init_rate_req()
      clk: Initialize the clk_rate_request even if clk_core is NULL
      clk: Initialize max_rate in struct clk_rate_request

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

Taniya Das (1):
      clk: qcom: Update the force mem core bit for GPU clocks

Yang Yingliang (1):
      clk: mediatek: clk-mt8195-topckgen: Fix error return code in clk_mt8195_topck_probe()

 drivers/clk/clk-renesas-pcie.c             | 65 ++++++++++++++++++++++++++++--
 drivers/clk/clk.c                          |  6 ++-
 drivers/clk/mediatek/clk-mt8195-topckgen.c |  4 +-
 drivers/clk/qcom/gcc-sc7280.c              |  1 +
 drivers/clk/qcom/gpucc-sc7280.c            |  1 +
 drivers/clk/renesas/r8a779g0-cpg-mssr.c    | 13 ++++--
 drivers/clk/sifive/Kconfig                 |  4 +-
 7 files changed, 84 insertions(+), 10 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 4, 2022, 9:17 p.m. UTC | #1
The pull request you sent on Thu,  3 Nov 2022 19:08:52 -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/db385e0be4d7a737ddb793d2275a24735f4e9bd7

Thank you!