mbox series

[GIT,PULL] clk fixes for v5.5-rc6

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

Pull-request

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

Message

Stephen Boyd Jan. 17, 2020, 2:11 a.m. UTC
The following changes since commit 781d8cea68ac41d11a80df2a5f5babd584f86447:

  clk: qcom: Avoid SMMU/cx gdsc corner cases (2019-12-18 22:02:27 -0800)

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 a0af2742473425322cc24c79dc4033d74aaf3d81:

  Merge tag 'sunxi-clk-fixes-for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes (2020-01-13 09:55:41 -0800)

----------------------------------------------------------------
Second collection of clk fixes for the next release. This one includes a
fix for PM on TI SoCs with sysc devices and fixes a bunch of clks that
are stuck always enabled on Qualcomm SDM845 SoCs. Allwinner SoCs get the
usual set of fixes too, mostly correcting drivers to have the right bits
that match the hardware. There's also a Samsung and Tegra fix in here
to mark a clk critical and avoid a double free. And finally there's a
fix for critical clks that silences a big warning splat about trying
to enable a clk that couldn't even be prepared.

----------------------------------------------------------------
Chen-Yu Tsai (1):
      clk: sunxi-ng: r40: Allow setting parent rate for external clock outputs

Dmitry Osipenko (1):
      clk: tegra: Fix double-free in tegra_clk_init()

Georgi Djakov (1):
      clk: qcom: gcc-sdm845: Add missing flag to votable GDSCs

Guenter Roeck (1):
      clk: Don't try to enable critical clocks if prepare failed

Marek Szyprowski (1):
      clk: samsung: exynos5420: Keep top G3D clocks enabled

Peter Ujfalusi (1):
      clk: ti: dra7-atl: Remove pm_runtime_irq_safe()

Samuel Holland (3):
      clk: sunxi-ng: sun8i-r: Fix divider on APB0 clock
      clk: sunxi-ng: h6-r: Simplify R_APB1 clock definition
      clk: sunxi-ng: h6-r: Fix AR100/R_APB2 parent order

Stephen Boyd (1):
      Merge tag 'sunxi-clk-fixes-for-5.5' of https://git.kernel.org/.../sunxi/linux into clk-fixes

Yunhao Tian (1):
      clk: sunxi-ng: v3s: Fix incorrect number of hw_clks.

 drivers/clk/clk.c                      | 10 ++++++++--
 drivers/clk/qcom/gcc-sdm845.c          |  7 +++++++
 drivers/clk/samsung/clk-exynos5420.c   |  8 ++++++++
 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c | 16 +++-------------
 drivers/clk/sunxi-ng/ccu-sun8i-r.c     | 21 +++------------------
 drivers/clk/sunxi-ng/ccu-sun8i-r40.c   |  6 ++++--
 drivers/clk/sunxi-ng/ccu-sun8i-v3s.c   |  4 ++--
 drivers/clk/sunxi-ng/ccu-sun8i-v3s.h   |  2 --
 drivers/clk/tegra/clk.c                |  4 +++-
 drivers/clk/ti/clk-dra7-atl.c          |  1 -
 10 files changed, 38 insertions(+), 41 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 17, 2020, 3:50 a.m. UTC | #1
The pull request you sent on Thu, 16 Jan 2020 18:11:05 -0800:

> 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/ef64753c1922511e7d81947a8d27e72925a05e2c

Thank you!