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

Abel Vesa posted 2 patches 1 week, 3 days 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 v2 0/2] pinctrl: qcom: Add support for Qualcomm Eliza SoC
Posted by Abel Vesa 1 week, 3 days 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 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: 615aad0f61e0c7a898184a394dc895c610100d4f
change-id: 20260120-eliza-pinctrl-7bb592ad63f1

Best regards,
--  
Abel Vesa <abel.vesa@oss.qualcomm.com>
Re: [PATCH v2 0/2] pinctrl: qcom: Add support for Qualcomm Eliza SoC
Posted by Bjorn Andersson 1 week, 3 days ago
On Tue, Jan 27, 2026 at 05:47:35PM +0200, Abel Vesa 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>

Reviewed-by: Bjorn Andersson <andersson@kernel.org>

Regards,
Bjorn

> ---
> 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: 615aad0f61e0c7a898184a394dc895c610100d4f
> change-id: 20260120-eliza-pinctrl-7bb592ad63f1
> 
> Best regards,
> --  
> Abel Vesa <abel.vesa@oss.qualcomm.com>
>