mbox series

[GIT,PULL] clk fixes for v5.17-rc7

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

Pull-request

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

Message

Stephen Boyd March 10, 2022, 4:31 a.m. UTC
The following changes since commit 2f0754f27a230fee6e6d753f07585cee03bedfe3:

  clk: jz4725b: fix mmc0 clock gating (2022-02-17 17:05:07 -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 aa091a6a91df395a0fa00a808a543301ec99e734:

  clk: lan966x: Fix linking error (2022-02-24 16:53:24 -0800)

----------------------------------------------------------------
One more small batch of clk driver fixes

 - A fix for the Qualcomm GDSC power domain delays that
   avoids black screens at boot on some more recent SoCs
   that use a different delay than the hard-coded delays
   in the driver.

 - A build fix LAN966X clk driver that let it be built
   on architectures that didn't have IOMEM.

----------------------------------------------------------------
Horatiu Vultur (1):
      clk: lan966x: Fix linking error

Taniya Das (2):
      clk: qcom: gdsc: Add support to update GDSC transition delay
      clk: qcom: dispcc: Update the transition delay for MDSS GDSC

 drivers/clk/Kconfig              |  2 ++
 drivers/clk/qcom/dispcc-sc7180.c |  5 ++++-
 drivers/clk/qcom/dispcc-sc7280.c |  5 ++++-
 drivers/clk/qcom/dispcc-sm8250.c |  5 ++++-
 drivers/clk/qcom/gdsc.c          | 26 +++++++++++++++++++++-----
 drivers/clk/qcom/gdsc.h          |  8 +++++++-
 6 files changed, 42 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org March 10, 2022, 12:02 p.m. UTC | #1
The pull request you sent on Wed,  9 Mar 2022 20:31:12 -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/9c674947f6112e4d68715e9f363c6698c2b0eead

Thank you!