linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add GCC for SM4250 and SM6115
@ 2021-06-22 20:05 Iskren Chernev
  2021-06-22 20:05 ` [PATCH v1 1/2] dt-bindings: clk: qcom: gcc-sm6115: Document SM6115 GCC Iskren Chernev
  2021-06-22 20:05 ` [PATCH v1 2/2] clk: qcom: Add Global Clock controller (GCC) driver for SM6115 Iskren Chernev
  0 siblings, 2 replies; 3+ messages in thread
From: Iskren Chernev @ 2021-06-22 20:05 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Michael Turquette, Rob Herring, Stephen Boyd,
	devicetree, linux-arm-msm, linux-clk, linux-kernel, phone-devel,
	~postmarketos/upstreaming, Iskren Chernev

This patch adds support for the Global Clock Controller on QCom SM4250 and
SM6115, codename bengal. The code is taken from OnePlus repo [1], and the
keyword bengal corresponds to sm4250 and sm6115, so I'm adding both compat
strings.

[1]: https://github.com/OnePlusOSS/android_kernel_oneplus_sm4250

Iskren Chernev (2):
  dt-bindings: clk: qcom: gcc-sm6115: Document SM6115 GCC
  clk: qcom: Add Global Clock controller (GCC) driver for SM6115

 .../bindings/clock/qcom,gcc-sm6115.yaml       |   74 +
 drivers/clk/qcom/Kconfig                      |    7 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/gcc-sm6115.c                 | 3624 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-sm4250.h   |   11 +
 include/dt-bindings/clock/qcom,gcc-sm6115.h   |  201 +
 6 files changed, 3918 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-sm6115.yaml
 create mode 100644 drivers/clk/qcom/gcc-sm6115.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-sm4250.h
 create mode 100644 include/dt-bindings/clock/qcom,gcc-sm6115.h


base-commit: e71e3a48a7e89fa71fb70bf4602367528864d2ff
--
2.31.1


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

end of thread, other threads:[~2021-06-22 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 20:05 [PATCH v1 0/2] Add GCC for SM4250 and SM6115 Iskren Chernev
2021-06-22 20:05 ` [PATCH v1 1/2] dt-bindings: clk: qcom: gcc-sm6115: Document SM6115 GCC Iskren Chernev
2021-06-22 20:05 ` [PATCH v1 2/2] clk: qcom: Add Global Clock controller (GCC) driver for SM6115 Iskren Chernev

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