mbox series

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

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

Pull-request

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

Message

Stephen Boyd May 29, 2020, 3:57 a.m. UTC
The following changes since commit 852049594b9af58fa2972103699fd58a7ac165c6:

  clk: ti: clkctrl: convert subclocks to use proper names also (2020-05-12 20:18:19 -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 a76f274182f054481182c81cd62bb8794a5450a6:

  clk: qcom: gcc: Fix parent for gpll0_out_even (2020-05-26 17:15:06 -0700)

----------------------------------------------------------------
Two fixes for the new SM8150 and SM8250 Qualcomm clk drivers
to fix a randconfig build error and an incorrect parent mapping.

----------------------------------------------------------------
Jonathan Marek (1):
      clk: qcom: sm8250 gcc depends on QCOM_GDSC

Vinod Koul (1):
      clk: qcom: gcc: Fix parent for gpll0_out_even

 drivers/clk/qcom/Kconfig      | 1 +
 drivers/clk/qcom/gcc-sm8150.c | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org May 29, 2020, 9:10 p.m. UTC | #1
The pull request you sent on Thu, 28 May 2020 20:57:29 -0700:

> 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/170ee4d74781ed3d7b0f489c0b1c4debc33a2c1d

Thank you!