[PATCH v3 0/2] pinctrl: qcom: Add support for Qualcomm Eliza SoC

Abel Vesa posted 2 patches 1 month ago
.../bindings/pinctrl/qcom,eliza-tlmm.yaml          |  138 ++
drivers/pinctrl/qcom/Kconfig.msm                   |   10 +
drivers/pinctrl/qcom/Makefile                      |    1 +
drivers/pinctrl/qcom/pinctrl-eliza.c               | 1548 ++++++++++++++++++++
4 files changed, 1697 insertions(+)
[PATCH v3 0/2] pinctrl: qcom: Add support for Qualcomm Eliza SoC
Posted by Abel Vesa 1 month ago
Add the pinctrl driver, document the bindings and enable the
driver in defconfig as built-in.

Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
Changes in v3:
- Rebased on next-20260213
- Picked up Bjorn's and Krzysztof's R-b tags for bindigns patch.
- Picked up Bjorn's R-b tag for the driver patch.
- Fixed pattern for pins property.
- Fixed gpio-reserved-ranges, as Krzysztof suggested.
- Link to v2: https://patch.msgid.link/20260127-eliza-pinctrl-v2-0-1faf78efdc2e@oss.qualcomm.com

Changes in v2:
- Rebased on next-20260126.
- Fixed the gpio related properties in the schema, as reported by Bjorn.
- Fixed the SoC name in the module description in the driver.
- Dropped the defconfig change patch. Will send one later that includes
  all basic provides.
- Link to v1: https://patch.msgid.link/20260120-eliza-pinctrl-v1-0-b31c3f85a5d5@oss.qualcomm.com

---
Abel Vesa (2):
      dt-bindings: pinctrl: document the Eliza Top Level Mode Multiplexer
      pinctrl: qcom: Add Eliza pinctrl driver

 .../bindings/pinctrl/qcom,eliza-tlmm.yaml          |  138 ++
 drivers/pinctrl/qcom/Kconfig.msm                   |   10 +
 drivers/pinctrl/qcom/Makefile                      |    1 +
 drivers/pinctrl/qcom/pinctrl-eliza.c               | 1548 ++++++++++++++++++++
 4 files changed, 1697 insertions(+)
---
base-commit: 635c467cc14ebdffab3f77610217c1dacaf88e8c
change-id: 20260120-eliza-pinctrl-7bb592ad63f1

Best regards,
--  
Abel Vesa <abel.vesa@oss.qualcomm.com>
Re: [PATCH v3 0/2] pinctrl: qcom: Add support for Qualcomm Eliza SoC
Posted by Linus Walleij 3 weeks, 1 day ago
On Mon, Feb 16, 2026 at 2:44 PM Abel Vesa <abel.vesa@oss.qualcomm.com> wrote:

> Add the pinctrl driver, document the bindings and enable the
> driver in defconfig as built-in.
>
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>

Thanks Abel, this v3 version applied for Linux v7.1!

Yours,
Linus Walleij