All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add QCM2290 Global Clock Controller driver
@ 2021-09-17  3:16 Shawn Guo
  2021-09-17  3:16 ` [PATCH v2 1/2] dt-bindings: clk: qcom: Add QCM2290 Global Clock Controller bindings Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shawn Guo @ 2021-09-17  3:16 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 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                | 2965 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-qcm2290.h  |  178 +
 5 files changed, 3223 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] 4+ messages in thread

end of thread, other threads:[~2021-09-19  1:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-17  3:16 [PATCH v2 0/2] Add QCM2290 Global Clock Controller driver Shawn Guo
2021-09-17  3:16 ` [PATCH v2 1/2] dt-bindings: clk: qcom: Add QCM2290 Global Clock Controller bindings Shawn Guo
2021-09-17  3:16 ` [PATCH v2 2/2] clk: qcom: Add Global Clock Controller driver for QCM2290 Shawn Guo
2021-09-19  1:03 ` [PATCH v2 0/2] Add QCM2290 Global Clock Controller driver Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.