* [GIT PULL] clk fixes for v6.6-rc3
@ 2023-09-29 0:06 Stephen Boyd
2023-09-29 16:29 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2023-09-29 0:06 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Michael Turquette, linux-clk, linux-kernel
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
Linux 6.6-rc1 (2023-09-10 16:28:41 -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 a47b44fbb13f5e7a981b4515dcddc93a321ae89c:
clk: tegra: fix error return case for recalc_rate (2023-09-12 10:56:05 -0700)
----------------------------------------------------------------
A bunch of clk driver fixes for issues found recently.
- Fix the binding for versaclock3 that was introduced this merge window
so we know what the values are for clk consumers
- Fix a 64-bit division issue in the versaclock3 driver
- Avoid breakage in the versaclock3 driver by rejiggering the enums
used to layout clks
- Fix the parent name of a clk in the Spreadtrum ums512 clk driver
- Fix a suspend/resume issue in Skyworks Si521xx clk driver where
regmap restoration fails because writes are wedged
- Return zero from Tegra bpmp recalc_rate() implementation when an
error occurs so we don't consider an error as a large rate
----------------------------------------------------------------
Biju Das (4):
dt-bindings: clock: versaclock3: Add description for #clock-cells property
clk: vc3: Fix 64 by 64 division
clk: vc3: Fix output clock mapping
clk: vc3: Make vc3_clk_mux enum values based on vc3_clk enum values
Marek Vasut (2):
clk: si521xx: Use REGCACHE_FLAT instead of NONE
clk: si521xx: Fix regmap write accessor
Timo Alho (1):
clk: tegra: fix error return case for recalc_rate
Zhifeng Tang (1):
clk: sprd: Fix thm_parents incorrect configuration
.../devicetree/bindings/clock/renesas,5p35023.yaml | 11 +-
drivers/clk/clk-si521xx.c | 9 +-
drivers/clk/clk-versaclock3.c | 117 ++++++++++-----------
drivers/clk/sprd/ums512-clk.c | 2 +-
drivers/clk/tegra/clk-bpmp.c | 2 +-
5 files changed, 72 insertions(+), 69 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.6-rc3
2023-09-29 0:06 [GIT PULL] clk fixes for v6.6-rc3 Stephen Boyd
@ 2023-09-29 16:29 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-09-29 16:29 UTC (permalink / raw)
To: Stephen Boyd; +Cc: Linus Torvalds, Michael Turquette, linux-clk, linux-kernel
The pull request you sent on Thu, 28 Sep 2023 17:06:34 -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/acfdcaeed6e6b954f5b99210b8f05cbc18200945
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-09-29 16:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-29 0:06 [GIT PULL] clk fixes for v6.6-rc3 Stephen Boyd
2023-09-29 16:29 ` 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
all inboxes | Powered by JetHome®