From: Stephen Boyd <sboyd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] clk fixes for v6.5-rc7
Date: Fri, 25 Aug 2023 14:08:46 -0700 [thread overview]
Message-ID: <20230825210848.1209346-1-sboyd@kernel.org> (raw)
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
next reply other threads:[~2023-08-25 21:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-25 21:08 Stephen Boyd [this message]
2023-08-26 0:54 ` [GIT PULL] clk fixes for v6.5-rc7 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230825210848.1209346-1-sboyd@kernel.org \
--to=sboyd@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox