[GIT PULL] clk fixes for v5.14-rc4

From: Stephen Boyd
Date: Tue Aug 03 2021 - 04:19:02 EST


The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

Linux 5.14-rc1 (2021-07-11 15:07:40 -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 f828b0bcacef189edbd247e9f48864fc36bfbe33:

clk: fix leak on devm_clk_bulk_get_all() unwind (2021-07-31 00:53:38 -0700)

----------------------------------------------------------------
A collection of clk driver fixes and one core clk API fix

- Fix stm32 clk data to avoid a crash early on

- Fix a randconfig build error in HiSilicon clk driver

- Avoid an oops at boot on Qualcomm MSM8936 SoCs due to an
improper consolidation of structs

- Fix imbalanced disabling of the unused MMC clock on Tegra210
Jetson Nano

- Plug a memory leak in devm_clk_bulk_get_all() unwind path

----------------------------------------------------------------
Brian Norris (1):
clk: fix leak on devm_clk_bulk_get_all() unwind

Dario Binacchi (1):
clk: stm32f4: fix post divisor setup for I2S/SAI PLLs

Dmitry Osipenko (1):
clk: tegra: Implement disable_unused() of tegra_clk_sdmmc_mux_ops

Randy Dunlap (1):
clk: hisilicon: hi3559a: select RESET_HISI

Shawn Guo (1):
clk: qcom: smd-rpm: Fix MSM8936 RPM_SMD_PCNOC_A_CLK

drivers/clk/clk-devres.c | 9 ++++++++-
drivers/clk/clk-stm32f4.c | 10 +++++-----
drivers/clk/hisilicon/Kconfig | 1 +
drivers/clk/qcom/clk-smd-rpm.c | 2 +-
drivers/clk/tegra/clk-sdmmc-mux.c | 10 ++++++++++
5 files changed, 25 insertions(+), 7 deletions(-)

--
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git