[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211211022912.3311440-1-sboyd@kernel.org>
Date: Fri, 10 Dec 2021 18:29:11 -0800
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 v5.16-rc4
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
Powered by blists - more mailing lists