[PATCH V2 0/2] pinctrl: qcom: Introduce Pinctrl/GPIO for X1E80100

From: Sibi Sankar
Date: Fri Nov 17 2023 - 04:40:02 EST


This series adds pinctrl/gpio support for the Qualcomm X1E80100 platform,
aka Snapdragon X Elite.

Our v1 post of the patchsets adding support for Snapdragon X Elite SoC had
the part number sc8380xp which is now updated to the new part number x1e80100
based on the new branding scheme and refers to the exact same SoC.

v2:
* Update the part number from sc8380xp to x1e80100.
* Pickup Rbs.

Dependencies: None
Release Link: https://www.qualcomm.com/news/releases/2023/10/qualcomm-unleashes-snapdragon-x-elite--the-ai-super-charged-plat

Rajendra Nayak (2):
dt-bindings: pinctrl: qcom: Add X1E80100 pinctrl
pinctrl: qcom: Add X1E80100 pinctrl driver

.../bindings/pinctrl/qcom,x1e80100-tlmm.yaml | 143 ++
drivers/pinctrl/qcom/Kconfig.msm | 10 +
drivers/pinctrl/qcom/Makefile | 1 +
drivers/pinctrl/qcom/pinctrl-x1e80100.c | 1876 +++++++++++++++++
4 files changed, 2030 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,x1e80100-tlmm.yaml
create mode 100644 drivers/pinctrl/qcom/pinctrl-x1e80100.c

--
2.17.1