[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240504030607.999295-1-sboyd@kernel.org>
Date: Fri, 3 May 2024 20:06:06 -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 v6.9-rc6
The following changes since commit d3e8a91a848a5941e3c31ecebd6b2612b37e01a6:
clk: mediatek: mt7988-infracfg: fix clocks for 2nd PCIe port (2024-04-10 20:50:26 -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 aacb99de1099346244d488bdf7df489a44278574:
clk: samsung: Revert "clk: Use device_get_match_data()" (2024-04-30 14:24:27 -0700)
----------------------------------------------------------------
A handful of clk driver fixes:
- Avoid a deadlock in the Qualcomm clk driver by making the regulator
which supplies the GDSC optional.
- Restore RPM clks on Qualcomm msm8976 by setting num_clks.
- Fix Allwinner H6 CPU rate changing logic to avoid system crashes by
temporarily reparenting the CPU clk to something that isn't being
changed.
- Set a MIPI PLL min/max rate on Allwinner A64 to fix blank screens on
some devices.
- Revert back to of_match_device() in the Samsung clkout driver to get
the match data based on the parent device's compatible string.
----------------------------------------------------------------
Adam Skladowski (1):
clk: qcom: smd-rpm: Restore msm8976 num_clk
Frank Oltmanns (2):
clk: sunxi-ng: common: Support minimum and maximum rate
clk: sunxi-ng: a64: Set minimum and maximum rate for PLL-MIPI
Jernej Skrabec (1):
clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change
Johan Hovold (1):
clk: qcom: gdsc: treat optional supplies as optional
Marek Szyprowski (1):
clk: samsung: Revert "clk: Use device_get_match_data()"
Stephen Boyd (2):
Merge tag 'qcom-clk-fixes-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into clk-fixes
Merge tag 'sunxi-clk-fixes-for-6.9-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes
drivers/clk/qcom/clk-smd-rpm.c | 1 +
drivers/clk/qcom/gdsc.c | 11 ++++++++---
drivers/clk/samsung/clk-exynos-clkout.c | 13 ++++++++++---
drivers/clk/sunxi-ng/ccu-sun50i-a64.c | 2 ++
drivers/clk/sunxi-ng/ccu-sun50i-h6.c | 19 +++++++++++++++++--
drivers/clk/sunxi-ng/ccu_common.c | 19 +++++++++++++++++++
drivers/clk/sunxi-ng/ccu_common.h | 3 +++
7 files changed, 60 insertions(+), 8 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