linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] clk: qcom: Add GCC support for SM7150
@ 2023-01-22 19:29 Danila Tikhonov
  2023-01-22 19:29 ` [PATCH v2 1/2] dt-bindings: clock: Add SM7150 GCC clocks Danila Tikhonov
  2023-01-22 19:29 ` [PATCH v2 2/2] clk: qcom: Add Global Clock Controller (GCC) driver for SM7150 Danila Tikhonov
  0 siblings, 2 replies; 6+ messages in thread
From: Danila Tikhonov @ 2023-01-22 19:29 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 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       |   69 +
 drivers/clk/qcom/Kconfig                      |    8 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/gcc-sm7150.c                 | 3159 +++++++++++++++++
 include/dt-bindings/clock/qcom,sm7150-gcc.h   |  193 +
 5 files changed, 3430 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] 6+ messages in thread

end of thread, other threads:[~2023-01-23  9:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 19:29 [PATCH v2 0/2] clk: qcom: Add GCC support for SM7150 Danila Tikhonov
2023-01-22 19:29 ` [PATCH v2 1/2] dt-bindings: clock: Add SM7150 GCC clocks Danila Tikhonov
2023-01-23  9:11   ` Krzysztof Kozlowski
2023-01-23  9:21     ` Krzysztof Kozlowski
2023-01-22 19:29 ` [PATCH v2 2/2] clk: qcom: Add Global Clock Controller (GCC) driver for SM7150 Danila Tikhonov
2023-01-23  9:12   ` Krzysztof Kozlowski

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