mbox series

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

Message ID 20231117093921.31968-1-quic_sibis@quicinc.com
Headers show
Series pinctrl: qcom: Introduce Pinctrl/GPIO for X1E80100 | expand

Message

Sibi Sankar Nov. 17, 2023, 9:39 a.m. UTC
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

Comments

Linus Walleij Nov. 24, 2023, 9:43 a.m. UTC | #1
On Fri, Nov 17, 2023 at 10:39 AM Sibi Sankar <quic_sibis@quicinc.com> wrote:

> 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.

Patches applied!

Yours,
Linus Walleij