mbox series

[GIT,PULL] clk fixes for v4.20-rc6

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

Pull-request

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

Message

Stephen Boyd Dec. 8, 2018, 12:03 a.m. UTC
The following changes since commit 1aefa98b010e9cc7a07046cbcb1237ddad85b708:

  clk: qcom: gcc: Fix board clock node name (2018-11-09 14:13: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 9a43be9cedd516f188e6333d3b43402386723eff:

  clk: zynqmp: Off by one in zynqmp_is_valid_clock() (2018-12-03 09:54:48 -0800)

----------------------------------------------------------------
A few clk driver fixes this time:

 - Introduce protected-clock DT binding to fix breakage on qcom sdm845-mtp
   boards where the qspi clks introduced this merge window cause the
   firmware on those boards to take down the system if we try to read
   the clk registers

 - Fix a couple off-by-one errors found by Dan Carpenter

 - Handle failure in zynq fixed factor clk driver to avoid using
   uninitialized data

----------------------------------------------------------------
Bjorn Andersson (1):
      arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks

Dan Carpenter (3):
      clk: mvebu: Off by one bugs in cp110_of_clk_get()
      clk: mmp: Off by one in mmp_clk_add()
      clk: zynqmp: Off by one in zynqmp_is_valid_clock()

Rajan Vaja (1):
      clk: zynqmp: handle fixed factor param query error

Stephen Boyd (3):
      dt-bindings: clk: Introduce 'protected-clocks' property
      clk: qcom: Support 'protected-clocks' property
      Merge branch 'clk-protected-binding' into clk-fixes

 .../devicetree/bindings/clock/clock-bindings.txt       | 16 ++++++++++++++++
 arch/arm64/boot/dts/qcom/sdm845-mtp.dts                |  6 ++++++
 drivers/clk/mmp/clk.c                                  |  2 +-
 drivers/clk/mvebu/cp110-system-controller.c            |  4 ++--
 drivers/clk/qcom/common.c                              | 18 ++++++++++++++++++
 drivers/clk/zynqmp/clkc.c                              |  5 ++++-
 6 files changed, 47 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 8, 2018, 7:50 p.m. UTC | #1
The pull request you sent on Fri,  7 Dec 2018 16:03:14 -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/570c9139c358d45ab4d52fb0c4e478e2bd7123a2

Thank you!