mbox series

[GIT,PULL] clk fixes for the merge window

Message ID 20240726185715.3655728-1-sboyd@kernel.org (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk fixes for the merge window | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-for-linus

Message

Stephen Boyd July 26, 2024, 6:57 p.m. UTC
The following changes since commit 589eb11498fbf7de7a1bc8ff1f4b7592687dfd46:

  Merge branches 'clk-qcom', 'clk-rockchip', 'clk-sophgo' and 'clk-thead' into clk-next (2024-07-16 11:24:25 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-for-linus

for you to fetch changes up to f99b3feb3b0e9fca2257c90fc8317be8ee44c19a:

  clk: samsung: fix getting Exynos4 fin_pll rate from external clocks (2024-07-23 11:29:23 -0700)

----------------------------------------------------------------
A few clk driver fixes for the merge window to fix the build and boot on
some SoCs.

 - Initialize struct clk_init_data in the TI da8xx-cfgchip driver so
   that stack contents aren't used for things like clk flags leading to
   unexpected behavior

 - Don't leak stack contents in a debug print in the new Sophgo clk
   driver

 - Disable the new T-Head clk driver on 32-bit targets to fix the build
   due to a division

 - Fix Samsung Exynos4 fin_pll wreckage from the clkdev rework done last
   cycle by using a struct clk_hw directly instead of a struct clk
   consumer

----------------------------------------------------------------
Bastien Curutchet (1):
      clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use

Dan Carpenter (1):
      clk: sophgo: clk-sg2042-pll: Fix uninitialized variable in debug output

Krzysztof Kozlowski (1):
      clk: samsung: fix getting Exynos4 fin_pll rate from external clocks

Palmer Dabbelt (1):
      clk: T-Head: Disable on 32-bit Targets

 drivers/clk/davinci/da8xx-cfgchip.c |  4 ++--
 drivers/clk/samsung/clk-exynos4.c   | 13 +++++++------
 drivers/clk/sophgo/clk-sg2042-pll.c |  2 +-
 drivers/clk/thead/Kconfig           |  1 +
 4 files changed, 11 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org July 27, 2024, 8:07 p.m. UTC | #1
The pull request you sent on Fri, 26 Jul 2024 11:57:14 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/de5f4fbe7bd20a5c464c3b0101ee3b8486f40189

Thank you!