mbox series

[GIT,PULL] clk fixes for v5.8-rc5

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

Pull-request

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

Message

Stephen Boyd July 16, 2020, 1:22 a.m. UTC
The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -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 1e7468bd9d30a21e059af477106dc5588ae52dff:

  clk: Specify IOMEM dependency for HSDK pll driver (2020-07-11 09:28:10 -0700)

----------------------------------------------------------------
A couple build fixes for issues exposed this merge window and a fix for
the eMMC clk on AST2600 SoCs that fixes the rate that is calculated by
the clk framework.

----------------------------------------------------------------
David Gow (1):
      clk: Specify IOMEM dependency for HSDK pll driver

Eddie James (1):
      clk: AST2600: Add mux for EMMC clock

Nathan Chancellor (1):
      clk: mvebu: ARMADA_AP_CPU_CLK needs to select ARMADA_AP_CP_HELPER

 drivers/clk/Kconfig       |  1 +
 drivers/clk/clk-ast2600.c | 49 +++++++++++++++++++++++++++++++++++++++--------
 drivers/clk/mvebu/Kconfig |  1 +
 3 files changed, 43 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org July 16, 2020, 3:05 a.m. UTC | #1
The pull request you sent on Wed, 15 Jul 2020 18:22:21 -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/f8456690ba8eb18ea4714e68554e242a04f65cff

Thank you!