linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add QCM2290 Global Clock Controller driver
@ 2021-09-19  2:33 Shawn Guo
  2021-09-19  2:33 ` [PATCH v3 1/2] dt-bindings: clk: qcom: Add QCM2290 Global Clock Controller bindings Shawn Guo
  2021-09-19  2:33 ` [PATCH v3 2/2] clk: qcom: Add Global Clock Controller driver for QCM2290 Shawn Guo
  0 siblings, 2 replies; 7+ messages in thread
From: Shawn Guo @ 2021-09-19  2:33 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Rob Herring, Bjorn Andersson, Loic Poulain, devicetree,
	linux-arm-msm, linux-clk, linux-kernel, Shawn Guo

The series adds QCM2290 Global Clock Controller driver support.

Changes for v3:
- Include GDSC support.

Changes for v2:
- Drop unused gcc_parent_map and gcc_parents to avoid clang
  unused-const-variable warnings.

Shawn Guo (2):
  dt-bindings: clk: qcom: Add QCM2290 Global Clock Controller bindings
  clk: qcom: Add Global Clock Controller driver for QCM2290

 .../bindings/clock/qcom,gcc-qcm2290.yaml      |   72 +
 drivers/clk/qcom/Kconfig                      |    7 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/gcc-qcm2290.c                | 3047 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-qcm2290.h  |  188 +
 5 files changed, 3315 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-qcm2290.yaml
 create mode 100644 drivers/clk/qcom/gcc-qcm2290.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-qcm2290.h

-- 
2.17.1


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

end of thread, other threads:[~2021-10-13 19:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-19  2:33 [PATCH v3 0/2] Add QCM2290 Global Clock Controller driver Shawn Guo
2021-09-19  2:33 ` [PATCH v3 1/2] dt-bindings: clk: qcom: Add QCM2290 Global Clock Controller bindings Shawn Guo
2021-09-22 20:52   ` Rob Herring
2021-10-13 19:39   ` Stephen Boyd
2021-09-19  2:33 ` [PATCH v3 2/2] clk: qcom: Add Global Clock Controller driver for QCM2290 Shawn Guo
2021-09-22 20:53   ` Rob Herring
2021-10-13 19:39   ` 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).