[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240726185715.3655728-1-sboyd@kernel.org>
Date: Fri, 26 Jul 2024 11:57:14 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Michael Turquette <mturquette@...libre.com>,
linux-clk@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] clk fixes for the merge window
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(-)
--
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git
Powered by blists - more mailing lists