public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] clk fixes for v5.14-rc4
Date: Tue,  3 Aug 2021 01:18:56 -0700	[thread overview]
Message-ID: <20210803081856.3896288-1-sboyd@kernel.org> (raw)

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

             reply	other threads:[~2021-08-03  8:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-03  8:18 Stephen Boyd [this message]
2021-08-03 16:49 ` [GIT PULL] clk fixes for v5.14-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210803081856.3896288-1-sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox