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

Melody Olvera posted 2 patches 1 year, 6 months ago
There is a newer version of this series
.../pinctrl/qcom,qdru1000-pinctrl.yaml        |  124 ++
drivers/pinctrl/qcom/Kconfig                  |   10 +
drivers/pinctrl/qcom/Makefile                 |    1 +
drivers/pinctrl/qcom/pinctrl-qdru1000.c       |   59 +
drivers/pinctrl/qcom/pinctrl-qdru1000.h       | 1896 +++++++++++++++++
5 files changed, 2090 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qdru1000-pinctrl.yaml
create mode 100644 drivers/pinctrl/qcom/pinctrl-qdru1000.c
create mode 100644 drivers/pinctrl/qcom/pinctrl-qdru1000.h
[PATCH 0/2] Add pinctrl support for QDU1000/QRU1000 SoCs
Posted by Melody Olvera 1 year, 6 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,qdru1000-pinctrl.yaml        |  124 ++
 drivers/pinctrl/qcom/Kconfig                  |   10 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-qdru1000.c       |   59 +
 drivers/pinctrl/qcom/pinctrl-qdru1000.h       | 1896 +++++++++++++++++
 5 files changed, 2090 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qdru1000-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-qdru1000.c
 create mode 100644 drivers/pinctrl/qcom/pinctrl-qdru1000.h


base-commit: 987a926c1d8a40e4256953b04771fbdb63bc7938
-- 
2.37.3