2022-12-17 00:03:50

by Melody Olvera

[permalink] [raw]
Subject: [PATCH v5 0/2] Add pinctrl support for QDU1000/QRU1000 SoCs

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 v4:
- Revised description and maxItems in bindings
- Uncapitalized new pinctrl functions
- Fixed comment style

Changes from v3:
- Revised commit messages and dt-bindings

Changes from v2:
- Revised dt-bindings
- Added extra depends on for Kconfig

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

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


base-commit: ca39c4daa6f7f770b1329ffb46f1e4a6bcc3f291
--
2.38.1


2022-12-29 02:11:51

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v5 0/2] Add pinctrl support for QDU1000/QRU1000 SoCs

On Sat, Dec 17, 2022 at 12:09 AM Melody Olvera <[email protected]> wrote:

> This patchset adds pinctrl support for the Qualcomm QDU1000 and QRU1000
> SoCs.

Patches applied!

Yours,
Linus Walleij