* [GIT PULL] clk fixes for v5.16-rc4
@ 2021-12-11 2:29 Stephen Boyd
2021-12-11 17:28 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2021-12-11 2:29 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Michael Turquette, linux-clk, linux-kernel
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
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 2d4fcc5ab35fac2e995f497d62439dcbb416babc:
clk: versatile: clk-icst: use after free on error path (2021-12-07 12:25:29 -0800)
----------------------------------------------------------------
Here's a collection of clk driver fixes.
- Fix qcom mux logic to look at the proper parent table member.
Luckily this clk type isn't very common.
- Don't kill clks on qcom systems that use Trion PLLs that are
enabled out of the bootloader. We will simply skip programming
the PLL rate if it's already done.
- Use the proper clk_ops for the qcom sm6125 ICE clks.
- Use module_platform_driver() in i.MX as it can be a module.
- Fix a UAF in the versatile clk driver on an error path.
----------------------------------------------------------------
Bjorn Andersson (1):
clk: qcom: clk-alpha-pll: Don't reconfigure running Trion
Dan Carpenter (1):
clk: versatile: clk-icst: use after free on error path
Dmitry Baryshkov (1):
clk: qcom: regmap-mux: fix parent clock lookup
Martin Botka (1):
clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1
Miles Chen (1):
clk: imx: use module_platform_driver
drivers/clk/imx/clk-imx8qxp-lpcg.c | 2 +-
drivers/clk/imx/clk-imx8qxp.c | 2 +-
drivers/clk/qcom/clk-alpha-pll.c | 9 +++++++++
drivers/clk/qcom/clk-regmap-mux.c | 2 +-
drivers/clk/qcom/common.c | 12 ++++++++++++
drivers/clk/qcom/common.h | 2 ++
drivers/clk/qcom/gcc-sm6125.c | 4 ++--
drivers/clk/versatile/clk-icst.c | 2 +-
8 files changed, 29 insertions(+), 6 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:[~2021-12-11 17:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-11 2:29 [GIT PULL] clk fixes for v5.16-rc4 Stephen Boyd
2021-12-11 17:28 ` 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