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

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

Pull-request

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

Message

Stephen Boyd Sept. 29, 2023, 12:06 a.m. UTC
  The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -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 a47b44fbb13f5e7a981b4515dcddc93a321ae89c:

  clk: tegra: fix error return case for recalc_rate (2023-09-12 10:56:05 -0700)

----------------------------------------------------------------
A bunch of clk driver fixes for issues found recently.

 - Fix the binding for versaclock3 that was introduced this merge window
   so we know what the values are for clk consumers
 - Fix a 64-bit division issue in the versaclock3 driver
 - Avoid breakage in the versaclock3 driver by rejiggering the enums
   used to layout clks
 - Fix the parent name of a clk in the Spreadtrum ums512 clk driver
 - Fix a suspend/resume issue in Skyworks Si521xx clk driver where
   regmap restoration fails because writes are wedged
 - Return zero from Tegra bpmp recalc_rate() implementation when an
   error occurs so we don't consider an error as a large rate

----------------------------------------------------------------
Biju Das (4):
      dt-bindings: clock: versaclock3: Add description for #clock-cells property
      clk: vc3: Fix 64 by 64 division
      clk: vc3: Fix output clock mapping
      clk: vc3: Make vc3_clk_mux enum values based on vc3_clk enum values

Marek Vasut (2):
      clk: si521xx: Use REGCACHE_FLAT instead of NONE
      clk: si521xx: Fix regmap write accessor

Timo Alho (1):
      clk: tegra: fix error return case for recalc_rate

Zhifeng Tang (1):
      clk: sprd: Fix thm_parents incorrect configuration

 .../devicetree/bindings/clock/renesas,5p35023.yaml |  11 +-
 drivers/clk/clk-si521xx.c                          |   9 +-
 drivers/clk/clk-versaclock3.c                      | 117 ++++++++++-----------
 drivers/clk/sprd/ums512-clk.c                      |   2 +-
 drivers/clk/tegra/clk-bpmp.c                       |   2 +-
 5 files changed, 72 insertions(+), 69 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Sept. 29, 2023, 4:29 p.m. UTC | #1
The pull request you sent on Thu, 28 Sep 2023 17:06: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/acfdcaeed6e6b954f5b99210b8f05cbc18200945

Thank you!