mbox series

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

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

Pull-request

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

Message

Stephen Boyd Dec. 21, 2019, 4:09 a.m. UTC
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -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 781d8cea68ac41d11a80df2a5f5babd584f86447:

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

----------------------------------------------------------------
One core framework fix to walk the orphan list and match up clks to
parents when clk providers register the DT provider after registering
all their clks (as they should). Then a handful of driver fixes for the
qcom, imx, and at91 drivers. The driver fixes are relatively small fixes
for incorrect register settings or missing locks causing race
conditions.

----------------------------------------------------------------
Alexandre Belloni (1):
      clk: at91: fix possible deadlock

Jeffrey Hugo (1):
      clk: qcom: Avoid SMMU/cx gdsc corner cases

Jerome Brunet (1):
      clk: walk orphan list on clock provider registration

Matthias Kaehlcke (1):
      clk: qcom: gcc-sc7180: Fix setting flag for votable GDSCs

Olof Johansson (1):
      clk: Move clk_core_reparent_orphans() under CONFIG_OF

Peng Fan (3):
      clk: imx: clk-composite-8m: add lock to gate/mux
      clk: imx: clk-imx7ulp: Add missing sentinel of ulp_div_table
      clk: imx: pll14xx: fix clk_pll14xx_wait_lock

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

 drivers/clk/at91/at91sam9260.c     |  2 +-
 drivers/clk/at91/at91sam9rl.c      |  2 +-
 drivers/clk/at91/at91sam9x5.c      |  2 +-
 drivers/clk/at91/pmc.c             |  2 +-
 drivers/clk/at91/sama5d2.c         |  2 +-
 drivers/clk/at91/sama5d4.c         |  2 +-
 drivers/clk/clk.c                  | 62 ++++++++++++++++++++++++--------------
 drivers/clk/imx/clk-composite-8m.c |  2 ++
 drivers/clk/imx/clk-imx7ulp.c      |  1 +
 drivers/clk/imx/clk-pll14xx.c      |  2 +-
 drivers/clk/qcom/gcc-sc7180.c      |  6 ++--
 drivers/clk/qcom/gpucc-msm8998.c   |  2 ++
 12 files changed, 56 insertions(+), 31 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 21, 2019, 2:55 p.m. UTC | #1
The pull request you sent on Fri, 20 Dec 2019 20:09:50 -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/12ac9a08fc4cb240a28e6690dec016abd298e52f

Thank you!