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

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

Pull-request

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

Message

Stephen Boyd Aug. 25, 2023, 9:08 p.m. UTC
  The following changes since commit ae9b14582ad03abb3db66ba3f8dc5ca443ff54a1:

  Merge tag 'clk-meson-fixes-v6.5-1' of https://github.com/BayLibre/clk-meson into clk-fixes (2023-07-26 11:47:57 -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 66fbfb35da47f391bdadf9fa7ceb88af4faa9022:

  clk: Fix slab-out-of-bounds error in devm_clk_release() (2023-08-22 15:25:18 -0700)

----------------------------------------------------------------
One clk driver fix and two clk framework fixes

 - Fix an OOB access when devm_get_clk_from_child() is used and
   devm_clk_release() casts the void pointer to the wrong type
 - Move clk_rate_exclusive_{get,put}() within the correct ifdefs in
   clk.h so that the stubs are used when CONFIG_COMMON_CLK=n
 - Register the proper clk provider function depending on the value of
   #clock-cells in the TI keystone driver

----------------------------------------------------------------
Andrey Skvortsov (1):
      clk: Fix slab-out-of-bounds error in devm_clk_release()

Biju Das (1):
      clk: Fix undefined reference to `clk_rate_exclusive_{get,put}'

Francesco Dolcini (1):
      clk: keystone: syscon-clk: Fix audio refclk

 drivers/clk/clk-devres.c          | 13 ++++---
 drivers/clk/keystone/syscon-clk.c |  6 ++-
 include/linux/clk.h               | 80 +++++++++++++++++++--------------------
 3 files changed, 51 insertions(+), 48 deletions(-)