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

2018-12-14 Thread pr-tracker-bot
The pull request you sent on Fri, 14 Dec 2018 10:19:21 -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/743e3c8f19db951ce9d20e6accb290444f4737a4

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


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

2018-12-14 Thread Stephen Boyd
The following changes since commit 9a43be9cedd516f188e6333d3b43402386723eff:

  clk: zynqmp: Off by one in zynqmp_is_valid_clock() (2018-12-03 09:54:48 -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 8a034aad4892baf82f8c9082f969c5ebc1143a05:

  clk: qcom: qcs404: Fix gpll0_out_main parent (2018-12-10 11:31:30 -0800)


One fix for the qcom QCS404 clk driver that was merged for this release.
It specified the wrong parent for a PLL so a part of the clk tree wasn't
rooted correctly. This fixes it by using the right name.


Srinivas Kandagatla (1):
  clk: qcom: qcs404: Fix gpll0_out_main parent

 drivers/clk/qcom/gcc-qcs404.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
Sent by a computer through tubes


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

2018-12-08 Thread pr-tracker-bot
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!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


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

2018-12-07 Thread Stephen Boyd
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