mbox series

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

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

Pull-request

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

Message

Stephen Boyd April 19, 2020, 6:12 p.m. UTC
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -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 ca6df49d62d7cc4c1653a4d9b1ecc61ecd530e02:

  clk: sprd: don't gate uart console clock (2020-04-13 12:20:07 -0700)

----------------------------------------------------------------
Two build fixes for a couple clk drivers and a fix for the Unisoc serial
clk where we want to keep it on for earlycon.

----------------------------------------------------------------
Arnd Bergmann (2):
      clk: asm9260: fix __clk_hw_register_fixed_rate_with_accuracy typo
      clk: mmp2: fix link error without mmp2

Chunyan Zhang (1):
      clk: sprd: don't gate uart console clock

 drivers/clk/clk-asm9260.c      |  2 +-
 drivers/clk/mmp/clk-pll.c      | 33 ++++++++++++++++++++++++++++++++-
 drivers/clk/mmp/clk.c          | 31 -------------------------------
 drivers/clk/mmp/clk.h          |  7 -------
 drivers/clk/sprd/sc9863a-clk.c |  3 ++-
 5 files changed, 35 insertions(+), 41 deletions(-)

Comments

pr-tracker-bot@kernel.org April 19, 2020, 9:05 p.m. UTC | #1
The pull request you sent on Sun, 19 Apr 2020 11:12:10 -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/86cc339856c5757fb4ed34637eb4cf60ab28eb79

Thank you!