Linux/linux 570c913Documentation/devicetree/bindings/clock clock-bindings.txt, arch/arm64/boot/dts/qcom sdm845-mtp.dts

Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk fixes from Stephen Boyd:
 "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"

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  clk: zynqmp: Off by one in zynqmp_is_valid_clock()
  clk: mmp: Off by one in mmp_clk_add()
  clk: mvebu: Off by one bugs in cp110_of_clk_get()
  arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks
  clk: qcom: Support 'protected-clocks' property
  dt-bindings: clk: Introduce 'protected-clocks' property
  clk: zynqmp: handle fixed factor param query error
DeltaFile
+18-0drivers/clk/qcom/common.c
+16-0Documentation/devicetree/bindings/clock/clock-bindings.txt
+6-0arch/arm64/boot/dts/qcom/sdm845-mtp.dts
+4-1drivers/clk/zynqmp/clkc.c
+2-2drivers/clk/mvebu/cp110-system-controller.c
+1-1drivers/clk/mmp/clk.c
+47-46 files

UnifiedSplitRaw