linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add QCM2290 Global Clock Controller driver
@ 2021-09-14  3:20 Shawn Guo
  2021-09-14  3:20 ` [PATCH 1/2] dt-bindings: clk: qcom: Add QCM2290 Global Clock Controller bindings Shawn Guo
  2021-09-14  3:20 ` [PATCH 2/2] clk: qcom: Add Global Clock Controller driver for QCM2290 Shawn Guo
  0 siblings, 2 replies; 5+ messages in thread
From: Shawn Guo @ 2021-09-14  3:20 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.

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                | 3007 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-qcm2290.h  |  178 +
 5 files changed, 3265 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] 5+ messages in thread

end of thread, other threads:[~2021-09-14 15:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14  3:20 [PATCH 0/2] Add QCM2290 Global Clock Controller driver Shawn Guo
2021-09-14  3:20 ` [PATCH 1/2] dt-bindings: clk: qcom: Add QCM2290 Global Clock Controller bindings Shawn Guo
2021-09-14  3:20 ` [PATCH 2/2] clk: qcom: Add Global Clock Controller driver for QCM2290 Shawn Guo
2021-09-14 13:20   ` kernel test robot
2021-09-14 15:24   ` kernel test robot

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).