devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Qualcomm QCS404 Turing Clock Controller
@ 2019-03-06 17:47 Bjorn Andersson
  2019-03-06 17:47 ` [PATCH 1/3] dt-bindings: clock: Introduce Qualcomm Turing Clock controller Bjorn Andersson
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Bjorn Andersson @ 2019-03-06 17:47 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: Andy Gross, David Brown, Rob Herring, Mark Rutland, linux-arm-msm,
	linux-clk, devicetree, linux-kernel

The turing clock controller provides clocks necessary to run the compute
subsystem in QCS404.

Bjorn Andersson (3):
  dt-bindings: clock: Introduce Qualcomm Turing Clock controller
  clk: qcom: branch: Add AON clock ops
  clk: qcom: Add QCS404 TuringCC

 .../bindings/clock/qcom,turingcc.txt          |  19 ++
 drivers/clk/qcom/Kconfig                      |   6 +
 drivers/clk/qcom/Makefile                     |   1 +
 drivers/clk/qcom/clk-branch.c                 |   6 +
 drivers/clk/qcom/clk-branch.h                 |   1 +
 drivers/clk/qcom/turingcc-qcs404.c            | 170 ++++++++++++++++++
 .../dt-bindings/clock/qcom,turingcc-qcs404.h  |  15 ++
 7 files changed, 218 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,turingcc.txt
 create mode 100644 drivers/clk/qcom/turingcc-qcs404.c
 create mode 100644 include/dt-bindings/clock/qcom,turingcc-qcs404.h

-- 
2.18.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-04-11 20:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-06 17:47 [PATCH 0/3] Qualcomm QCS404 Turing Clock Controller Bjorn Andersson
2019-03-06 17:47 ` [PATCH 1/3] dt-bindings: clock: Introduce Qualcomm Turing Clock controller Bjorn Andersson
2019-03-27 23:34   ` Rob Herring
2019-04-11 20:35   ` Stephen Boyd
2019-03-06 17:47 ` [PATCH 2/3] clk: qcom: branch: Add AON clock ops Bjorn Andersson
2019-04-11 20:36   ` Stephen Boyd
2019-03-06 17:47 ` [PATCH 3/3] clk: qcom: Add QCS404 TuringCC Bjorn Andersson
2019-04-11 20:36   ` Stephen Boyd
2019-04-11 20:36   ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).