[PATCH v2 0/2] Add pinctrl support for QDU1000/QRU1000 SoCs

Melody Olvera posted 2 patches 3 years, 5 months ago
There is a newer version of this series
.../pinctrl/qcom,qdu1000-pinctrl.yaml         |  159 ++
drivers/pinctrl/qcom/Kconfig                  |    9 +
drivers/pinctrl/qcom/Makefile                 |    1 +
drivers/pinctrl/qcom/pinctrl-qdu1000.c        | 1274 +++++++++++++++++
4 files changed, 1443 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qdu1000-pinctrl.yaml
create mode 100644 drivers/pinctrl/qcom/pinctrl-qdu1000.c
[PATCH v2 0/2] Add pinctrl support for QDU1000/QRU1000 SoCs
Posted by Melody Olvera 3 years, 5 months ago
This patchset adds pinctrl support for the Qualcomm 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

Melody Olvera (2):
  dt-bindings: pinctrl: qcom: Add QDU1000 and QRU1000 pinctrl bindings
  pinctrl: qcom: Add QDU1000/QRU1000 pinctrl driver

 .../pinctrl/qcom,qdu1000-pinctrl.yaml         |  159 ++
 drivers/pinctrl/qcom/Kconfig                  |    9 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-qdu1000.c        | 1274 +++++++++++++++++
 4 files changed, 1443 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qdu1000-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-qdu1000.c


base-commit: dca0a0385a4963145593ba417e1417af88a7c18d
-- 
2.38.0
Re: [PATCH v2 0/2] Add pinctrl support for QDU1000/QRU1000 SoCs
Posted by Melody Olvera 3 years, 5 months ago

On 10/14/2022 3:10 PM, Melody Olvera wrote:
> This patchset adds pinctrl support for the Qualcomm 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 v1:
- grouped redundant pinctrl functions
- redid bindings
>
> Melody Olvera (2):
>   dt-bindings: pinctrl: qcom: Add QDU1000 and QRU1000 pinctrl bindings
>   pinctrl: qcom: Add QDU1000/QRU1000 pinctrl driver
>
>  .../pinctrl/qcom,qdu1000-pinctrl.yaml         |  159 ++
>  drivers/pinctrl/qcom/Kconfig                  |    9 +
>  drivers/pinctrl/qcom/Makefile                 |    1 +
>  drivers/pinctrl/qcom/pinctrl-qdu1000.c        | 1274 +++++++++++++++++
>  4 files changed, 1443 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qdu1000-pinctrl.yaml
>  create mode 100644 drivers/pinctrl/qcom/pinctrl-qdu1000.c
>
>
> base-commit: dca0a0385a4963145593ba417e1417af88a7c18d