public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk fixes for v6.5-rc7
@ 2023-08-25 21:08 Stephen Boyd
  2023-08-26  0:54 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2023-08-25 21:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Michael Turquette, linux-clk, linux-kernel

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(-)

-- 
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] clk fixes for v6.5-rc7
  2023-08-25 21:08 [GIT PULL] clk fixes for v6.5-rc7 Stephen Boyd
@ 2023-08-26  0:54 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-08-26  0:54 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Linus Torvalds, Michael Turquette, linux-clk, linux-kernel

The pull request you sent on Fri, 25 Aug 2023 14:08:46 -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/7d2f353b2682dcfe5f9bc71e5b61d5b61770d98e

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-26  0:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25 21:08 [GIT PULL] clk fixes for v6.5-rc7 Stephen Boyd
2023-08-26  0:54 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox