mbox series

[GIT,PULL] clk fixes for v4.20-rc6

Message ID 20181214181921.99645-1-sboyd@kernel.org (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] clk fixes for v4.20-rc6 | expand

Pull-request

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

Message

Stephen Boyd Dec. 14, 2018, 6:19 p.m. UTC
The following changes since commit 9a43be9cedd516f188e6333d3b43402386723eff:

  clk: zynqmp: Off by one in zynqmp_is_valid_clock() (2018-12-03 09:54:48 -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 8a034aad4892baf82f8c9082f969c5ebc1143a05:

  clk: qcom: qcs404: Fix gpll0_out_main parent (2018-12-10 11:31:30 -0800)

----------------------------------------------------------------
One fix for the qcom QCS404 clk driver that was merged for this release.
It specified the wrong parent for a PLL so a part of the clk tree wasn't
rooted correctly. This fixes it by using the right name.

----------------------------------------------------------------
Srinivas Kandagatla (1):
      clk: qcom: qcs404: Fix gpll0_out_main parent

 drivers/clk/qcom/gcc-qcs404.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Dec. 14, 2018, 8:40 p.m. UTC | #1
The pull request you sent on Fri, 14 Dec 2018 10:19:21 -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/743e3c8f19db951ce9d20e6accb290444f4737a4

Thank you!