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(-)

-- 
Sent by a computer through tubes

Reply via email to