The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
Linux 5.9-rc1 (2020-08-16 13:04:57 -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 d2249bf25c565b6e310453962fef63f8d38677a6: clk: qcom: lpass: Correct goto target in lpass_core_sc7180_probe() (2020-09-10 13:42:35 -0700) ---------------------------------------------------------------- A handful of clk driver fixes. Mostly they're for error paths or improper memory allocations sizes. Nothing as exciting as a wildfire. ---------------------------------------------------------------- Christophe JAILLET (1): clk: davinci: Use the correct size when allocating memory Jing Xiangfeng (1): clk: qcom: lpass: Correct goto target in lpass_core_sc7180_probe() Maxime Ripard (1): clk: bcm: dvp: Select the reset framework Nathan Chancellor (1): clk: rockchip: Fix initialization of mux_pll_src_4plls_p Sumera Priyadarsini (1): clk: versatile: Add of_node_put() before return statement drivers/clk/bcm/Kconfig | 1 + drivers/clk/davinci/pll.c | 2 +- drivers/clk/qcom/lpasscorecc-sc7180.c | 7 ++++--- drivers/clk/rockchip/clk-rk3228.c | 2 +- drivers/clk/versatile/clk-impd1.c | 4 +++- 5 files changed, 10 insertions(+), 6 deletions(-) -- https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/

