* [GIT PULL] clk fixes for v6.6-rc7
@ 2023-10-28 2:15 Stephen Boyd
2023-10-28 18:00 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2023-10-28 2:15 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Michael Turquette, linux-clk, linux-kernel
The following changes since commit a47b44fbb13f5e7a981b4515dcddc93a321ae89c:
clk: tegra: fix error return case for recalc_rate (2023-09-12 10:56:05 -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 790437bbe0ef7e5cb5d091dd711c0d61d03945a5:
clk: stm32: Fix a signedness issue in clk_stm32_composite_determine_rate() (2023-10-12 17:30:54 -0700)
----------------------------------------------------------------
Three fixes, one for the clk framework and two for clk drivers:
- Avoid an oops in possible_parent_show() by checking for no parent
properly when a DT index based lookup is used
- Handle errors returned from divider_ro_round_rate() in
clk_stm32_composite_determine_rate()
- Fix clk_ops::determine_rate() implementation of socfpga's gateclk_ops
that was ruining uart output because the divider was forgotten about
----------------------------------------------------------------
Alessandro Carminati (1):
clk: Sanitize possible_parent_show to Handle Return Value of of_clk_get_parent_name
Dan Carpenter (1):
clk: stm32: Fix a signedness issue in clk_stm32_composite_determine_rate()
Maxime Ripard (1):
clk: socfpga: gate: Account for the divider in determine_rate
drivers/clk/clk.c | 21 ++++++++++++---------
drivers/clk/socfpga/clk-gate.c | 27 +++++++++++++++++++++++----
drivers/clk/stm32/clk-stm32-core.c | 2 +-
3 files changed, 36 insertions(+), 14 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
end of thread, other threads:[~2023-10-28 18:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-28 2:15 [GIT PULL] clk fixes for v6.6-rc7 Stephen Boyd
2023-10-28 18:00 ` 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