mbox series

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

Message ID 20190502204640.26046-1-sboyd@kernel.org (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk fixes for v5.1-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 2, 2019, 8:46 p.m. UTC
The following changes since commit f89b9e1be7da8bb0aac667a0206a00975cefe6d3:

  clk: imx: Fix PLL_1416X not rounding rates (2019-04-12 14:21:43 -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 b88c9f4129dcec941e5a26508e991c08051ed1ac:

  clk: Add missing stubs for a few functions (2019-04-25 08:19:15 -0700)

----------------------------------------------------------------
Two fixes for the NKMP clks on Allwinner SoCs, a locking fix for clkdev
where we forgot to hold a lock while iterating a list that can change,
and finally a build fix that adds some stubs for clk APIs that are used
by devfreq drivers on platforms without the clk APIs.

----------------------------------------------------------------
Dmitry Osipenko (1):
      clk: Add missing stubs for a few functions

Jernej Skrabec (2):
      clk: sunxi-ng: nkmp: Avoid GENMASK(-1, 0)
      clk: sunxi-ng: nkmp: Explain why zero width check is needed

Stephen Boyd (2):
      clkdev: Hold clocks_mutex while iterating clocks list
      Merge tag 'clk-fixes-for-5.1' of https://git.kernel.org/.../sunxi/linux into clk-fixes

 drivers/clk/clkdev.c            |  5 +++++
 drivers/clk/sunxi-ng/ccu_nkmp.c | 24 +++++++++++++++++++-----
 include/linux/clk.h             | 16 ++++++++++++++++
 3 files changed, 40 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org May 3, 2019, 4:20 p.m. UTC | #1
The pull request you sent on Thu,  2 May 2019 13:46:40 -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/8f76216c80c299ab8074b8658b73faa3815c6f39

Thank you!