devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] clk: qcom: Add GCC support for SM7150
@ 2023-02-05 21:12 Danila Tikhonov
  2023-02-05 21:12 ` [PATCH v3 1/2] dt-bindings: clock: Add SM7150 GCC clocks Danila Tikhonov
  2023-02-05 21:12 ` [PATCH v3 2/2] clk: qcom: Add Global Clock Controller (GCC) driver for SM7150 Danila Tikhonov
  0 siblings, 2 replies; 5+ messages in thread
From: Danila Tikhonov @ 2023-02-05 21:12 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, mturquette, sboyd, robh+dt,
	krzysztof.kozlowski+dt
  Cc: linux-arm-msm, linux-clk, devicetree, linux-kernel,
	Danila Tikhonov

Add the Global Clock Controller for SM7150.

Changes in v3:
- Dropped entire property, it's coming from gcc.yaml
- Included original work copyrights
- Link to v2: https://lore.kernel.org/linux-clk/20230122192924.119636-1-danila@jiaxyga.com/

Changes in v2:
- Dropped redundant "binding" in subject
- Fixed yamllint and dtschema errors
- Replaced additionalProperties with unevaluatedProperties
- Added Danila and David to maintainers
- Added Konrad Reviewed-by on patch 2
- Link to v1: https://lore.kernel.org/linux-clk/20230109193030.42764-1-danila@jiaxyga.com/

To: Andy Gross <agross@kernel.org>
To: Bjorn Andersson <andersson@kernel.org>
To: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Michael Turquette <mturquette@baylibre.com>
To: Stephen Boyd <sboyd@kernel.org>
To: Rob Herring <robh+dt@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: linux-arm-msm@vger.kernel.org
Cc: linux-clk@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>

Danila Tikhonov (2):
  dt-bindings: clock: Add SM7150 GCC clocks
  clk: qcom: Add Global Clock Controller (GCC) driver for SM7150

 .../bindings/clock/qcom,sm7150-gcc.yaml       |   53 +
 drivers/clk/qcom/Kconfig                      |    8 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/gcc-sm7150.c                 | 3160 +++++++++++++++++
 include/dt-bindings/clock/qcom,sm7150-gcc.h   |  194 +
 5 files changed, 3416 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm7150-gcc.yaml
 create mode 100644 drivers/clk/qcom/gcc-sm7150.c
 create mode 100644 include/dt-bindings/clock/qcom,sm7150-gcc.h

-- 
2.39.1


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

end of thread, other threads:[~2023-02-06  8:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-05 21:12 [PATCH v3 0/2] clk: qcom: Add GCC support for SM7150 Danila Tikhonov
2023-02-05 21:12 ` [PATCH v3 1/2] dt-bindings: clock: Add SM7150 GCC clocks Danila Tikhonov
2023-02-06  8:14   ` Krzysztof Kozlowski
2023-02-05 21:12 ` [PATCH v3 2/2] clk: qcom: Add Global Clock Controller (GCC) driver for SM7150 Danila Tikhonov
2023-02-05 22:38   ` Dmitry Baryshkov

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