mbox series

[v3,0/5] Add misc support for QDU1000/QRU1000 SoCs

Message ID 20221026190549.4005703-1-quic_molvera@quicinc.com
Headers show
Series Add misc support for QDU1000/QRU1000 SoCs | expand

Message

Melody Olvera Oct. 26, 2022, 7:05 p.m. UTC
This series containes firmware, SoC, rpmpd, and tz-log bindings as
well as pmic, rpmpd, and socinfo support for QDU1000 and QRU1000 SoCs.

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 v2:
- Dropped qru compat strings
- Marked no clocks on qdu/qru scm device
- Revised rpmhpd constants
- Updated socinfo driver to new format

Melody Olvera (5):
  dt-bindings: firmware: scm: Add QDU1000/QRU1000 compatibles
  dt-bindings: power: rpmpd: Add QDU1000/QRU1000 to rpmpd binding
  soc: qcom: rpmhpd: Add QDU1000/QRU1000 power domains
  dt-bindings: arm: qcom,ids: Add SoC IDs for QDU1000/QRU1000
  soc: qcom: socinfo: Add QDU1000/QRU1000 SoC IDs to the soc_id table

 .../devicetree/bindings/firmware/qcom,scm.yaml    | 15 +++++++++++++++
 .../devicetree/bindings/power/qcom,rpmpd.yaml     |  1 +
 drivers/soc/qcom/rpmhpd.c                         | 14 ++++++++++++++
 drivers/soc/qcom/socinfo.c                        |  6 ++++++
 include/dt-bindings/arm/qcom,ids.h                |  6 ++++++
 include/dt-bindings/power/qcom-rpmpd.h            |  6 ++++++
 6 files changed, 48 insertions(+)


base-commit: 60eac8672b5b6061ec07499c0f1b79f6d94311ce

Comments

Krzysztof Kozlowski Oct. 27, 2022, 3:23 p.m. UTC | #1
On 26/10/2022 15:05, Melody Olvera wrote:
> This series containes firmware, SoC, rpmpd, and tz-log bindings as
> well as pmic, rpmpd, and socinfo support for QDU1000 and QRU1000 SoCs.
> 
> 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
> 

Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC.  It might happen, that command when run on an older
kernel, gives you outdated entries.  Therefore please be sure you base
your patches on recent Linux kernel.

Best regards,
Krzysztof
Krzysztof Kozlowski Oct. 27, 2022, 4:41 p.m. UTC | #2
On 26/10/2022 15:05, Melody Olvera wrote:
> Add SoC IDs for Qualcomm QDU1000 and QRU1000 platforms and their
> variants.
> 
> Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
> ---

Looks good, just CC of maintainers is missing.

Best regards,
Krzysztof