linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Add Global clock controller support for IPQ6018
@ 2020-01-09  8:05 Sricharan R
  2020-01-09  8:05 ` [PATCH V2 1/2] clk: qcom: Add DT bindings for ipq6018 gcc clock controller Sricharan R
       [not found] ` <1578557121-423-3-git-send-email-sricharan@codeaurora.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Sricharan R @ 2020-01-09  8:05 UTC (permalink / raw)
  To: agross, devicetree, linus.walleij, linux-arm-kernel,
	linux-arm-msm, linux-clk, linux-gpio, linux-kernel, linux-soc,
	robh+dt, sivaprak, sricharan, sboyd

The IPQ6018 is Qualcomm’s 802.11ax/u2019s SoC for Routers,
Gateways and Access Points.

[V2]
 * Addressed sparse warnings reported by Kbuild test robot.

This series adds Global clock controller support for ipq6018.

Sricharan R (2):
  clk: qcom: Add DT bindings for ipq6018 gcc clock controller
  clk: qcom: Add ipq6018 Global Clock Controller support

 .../devicetree/bindings/clock/qcom,gcc.yaml        |    3 +-
 drivers/clk/qcom/Kconfig                           |    8 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/gcc-ipq6018.c                     | 4643 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-ipq6018.h       |  262 ++
 include/dt-bindings/reset/qcom,gcc-ipq6018.h       |  157 +
 6 files changed, 5073 insertions(+), 1 deletion(-)
 create mode 100644 drivers/clk/qcom/gcc-ipq6018.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-ipq6018.h
 create mode 100644 include/dt-bindings/reset/qcom,gcc-ipq6018.h

-- 
1.9.1

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

end of thread, other threads:[~2020-01-10  0:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09  8:05 [PATCH V2 0/2] Add Global clock controller support for IPQ6018 Sricharan R
2020-01-09  8:05 ` [PATCH V2 1/2] clk: qcom: Add DT bindings for ipq6018 gcc clock controller Sricharan R
2020-01-10  0:11   ` Stephen Boyd
     [not found] ` <1578557121-423-3-git-send-email-sricharan@codeaurora.org>
2020-01-10  0:11   ` [PATCH V2 2/2] clk: qcom: Add ipq6018 Global Clock Controller support 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).