mbox series

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

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

Pull-request

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

Message

Stephen Boyd Aug. 3, 2021, 8:18 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 3, 2021, 4:49 p.m. UTC | #1
The pull request you sent on Tue,  3 Aug 2021 01:18:56 -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/785ee9834968bee3cdb4a7d33e5c51e32d508792

Thank you!