* [GIT PULL] clk fixes for v6.16-rc5
@ 2025-07-13 16:52 Stephen Boyd
2025-07-13 18:43 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2025-07-13 16:52 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Michael Turquette, linux-clk, linux-kernel
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -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 a42b4dcc4f9f309a23e6de5ae57a680b9fd2ea10:
dt-bindings: clock: mediatek: Add #reset-cells property for MT8188 (2025-06-20 18:17:23 -0700)
----------------------------------------------------------------
Fixes for a few clk drivers and bindings:
- Add a missing property to the Mediatek MT8188 clk binding to
keep binding checks happy
- Avoid an OOB by setting the correct number of parents in
dispmix_csr_clk_dev_data
- Allocate clk_hw structs early in probe to avoid an ordering
issue where clk_parent_data points to an unallocated clk_hw
when the child clk is registered before the parent clk in the
SCMI clk driver
----------------------------------------------------------------
Julien Massot (1):
dt-bindings: clock: mediatek: Add #reset-cells property for MT8188
Sascha Hauer (1):
clk: scmi: Handle case where child clocks are initialized before their parents
Xiaolei Wang (1):
clk: imx: Fix an out-of-bounds access in dispmix_csr_clk_dev_data
.../bindings/clock/mediatek,mt8188-clock.yaml | 3 +++
drivers/clk/clk-scmi.c | 18 ++++++++++--------
drivers/clk/imx/clk-imx95-blk-ctl.c | 12 ++++++++----
3 files changed, 21 insertions(+), 12 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.16-rc5
2025-07-13 16:52 [GIT PULL] clk fixes for v6.16-rc5 Stephen Boyd
@ 2025-07-13 18:43 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-07-13 18:43 UTC (permalink / raw)
To: Stephen Boyd; +Cc: Linus Torvalds, Michael Turquette, linux-clk, linux-kernel
The pull request you sent on Sun, 13 Jul 2025 09:52:54 -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/3cd752194e2ec2573d0e740f4a1edbfcc28257f5
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:[~2025-07-13 18:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-13 16:52 [GIT PULL] clk fixes for v6.16-rc5 Stephen Boyd
2025-07-13 18:43 ` 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;
as well as URLs for NNTP newsgroup(s).