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(-) -- Sent by a computer through tubes

