[PATCH 0/5] clk: qcom: Add clocks for the QDU1000 and QRU1000 SoCs

Melody Olvera posted 5 patches 1 year, 6 months ago
There is a newer version of this series
.../bindings/clock/qcom,gcc-qdru1000.yaml     |   74 +
.../bindings/clock/qcom,rpmhcc.yaml           |    2 +
.../interrupt-controller/qcom,pdc.yaml        |    2 +
drivers/clk/qcom/Kconfig                      |    8 +
drivers/clk/qcom/Makefile                     |    1 +
drivers/clk/qcom/clk-branch.c                 |    5 +
drivers/clk/qcom/clk-branch.h                 |    2 +
drivers/clk/qcom/clk-rpmh.c                   |   14 +
drivers/clk/qcom/gcc-qdru1000.c               | 2649 +++++++++++++++++
include/dt-bindings/clock/qcom,gcc-qdru1000.h |  170 ++
10 files changed, 2927 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-qdru1000.yaml
create mode 100644 drivers/clk/qcom/gcc-qdru1000.c
create mode 100644 include/dt-bindings/clock/qcom,gcc-qdru1000.h
[PATCH 0/5] clk: qcom: Add clocks for the QDU1000 and QRU1000 SoCs
Posted by Melody Olvera 1 year, 6 months ago
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

This patchset is based on the YAML conversion patch [1] submitted already.

[1] https://lore.kernel.org/r/20220103074348.6039-1-luca.weiss@fairphone.com

Melody Olvera (4):
  dt-bindings: clock: Add QDU1000 and QRU1000 GCC clock bindings
  dt-bindings: clock: Add RPMHCC bindings for QDU1000 and QRU1000
  clk: qcom: Add support for QDU1000 and QRU1000 RPMh clocks
  dt-bindings: clock: Introduce pdc bindings for QDU1000 and QRU1000

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

 .../bindings/clock/qcom,gcc-qdru1000.yaml     |   74 +
 .../bindings/clock/qcom,rpmhcc.yaml           |    2 +
 .../interrupt-controller/qcom,pdc.yaml        |    2 +
 drivers/clk/qcom/Kconfig                      |    8 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/clk-branch.c                 |    5 +
 drivers/clk/qcom/clk-branch.h                 |    2 +
 drivers/clk/qcom/clk-rpmh.c                   |   14 +
 drivers/clk/qcom/gcc-qdru1000.c               | 2649 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-qdru1000.h |  170 ++
 10 files changed, 2927 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-qdru1000.yaml
 create mode 100644 drivers/clk/qcom/gcc-qdru1000.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-qdru1000.h


base-commit: 987a926c1d8a40e4256953b04771fbdb63bc7938
prerequisite-patch-id: d3a56569439f223ee220dee951400e18983fee3e
-- 
2.37.3