mbox series

[GIT,PULL] clk fixes for v5.16-rc4

Message ID 20211211022912.3311440-1-sboyd@kernel.org (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk fixes for v5.16-rc4 | expand

Pull-request

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

Message

Stephen Boyd Dec. 11, 2021, 2:29 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 11, 2021, 5:28 p.m. UTC | #1
The pull request you sent on Fri, 10 Dec 2021 18:29:11 -0800:

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

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

Thank you!