linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] clk: qcom: Add clocks for the QDU1000 and QRU1000 SoC
@ 2022-11-18 18:18 Melody Olvera
  2022-11-18 18:18 ` [PATCH v4 1/2] dt-bindings: clock: Add QDU1000 and QRU1000 GCC clocks Melody Olvera
  2022-11-18 18:18 ` [PATCH v4 2/2] clk: qcom: Add QDU1000 and QRU1000 GCC support Melody Olvera
  0 siblings, 2 replies; 6+ messages in thread
From: Melody Olvera @ 2022-11-18 18:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Michael Turquette, Konrad Dybcio,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski
  Cc: Taniya Das, linux-arm-msm, linux-clk, devicetree, linux-kernel,
	Melody Olvera

This series adds the GCC, RPMh, and PDC clock support required for the
QDU1000 and QRU1000 SoCs along with the devicetree bindings for them.

The Qualcomm Technologies, Inc. Distributed Unit 1000 and Radio Unit
1000 are new SoCs meant for enabling Open RAN solutions. See more at
https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/documents/qualcomm_5g_ran_platforms_product_brief.pdf

Changes from v3:
- added example sources for PCIE and USB clocks
- added index enum in GCC clock driver
- fixed some style issues
- removed pdc patches from set

Changes from v2:
- Revised dt-bindings
- Removed qru compat strings
- Updated some clocks to use clk_branch ops instead of clk_branch2 and HALT_ENABLE

Melody Olvera (1):
  dt-bindings: clock: Add QDU1000 and QRU1000 GCC clocks

Taniya Das (1):
  clk: qcom: Add QDU1000 and QRU1000 GCC support

 .../bindings/clock/qcom,gcc-qdu1000.yaml      |   70 +
 drivers/clk/qcom/Kconfig                      |    8 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/gcc-qdu1000.c                | 2653 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-qdu1000.h  |  170 ++
 5 files changed, 2902 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-qdu1000.yaml
 create mode 100644 drivers/clk/qcom/gcc-qdu1000.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-qdu1000.h


base-commit: 147307c69ba4441ee90c1f8ce8edf5df4ea60f67
-- 
2.38.1


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

end of thread, other threads:[~2022-11-21 20:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18 18:18 [PATCH v4 0/2] clk: qcom: Add clocks for the QDU1000 and QRU1000 SoC Melody Olvera
2022-11-18 18:18 ` [PATCH v4 1/2] dt-bindings: clock: Add QDU1000 and QRU1000 GCC clocks Melody Olvera
2022-11-20 11:06   ` Krzysztof Kozlowski
2022-11-21 20:19     ` Melody Olvera
2022-11-18 18:18 ` [PATCH v4 2/2] clk: qcom: Add QDU1000 and QRU1000 GCC support Melody Olvera
2022-11-21 11:11   ` Konrad Dybcio

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