[PATCH 0/4] Add support for Milos LPASS LPI pinctrl

Luca Weiss posted 4 patches 1 month ago
.../pinctrl/qcom,milos-lpass-lpi-pinctrl.yaml      | 109 +++++++++++
arch/arm64/boot/dts/qcom/milos.dtsi                | 103 ++++++++++
arch/arm64/configs/defconfig                       |   1 +
drivers/pinctrl/qcom/Kconfig                       |  10 +
drivers/pinctrl/qcom/Makefile                      |   1 +
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c     | 217 +++++++++++++++++++++
6 files changed, 441 insertions(+)
[PATCH 0/4] Add support for Milos LPASS LPI pinctrl
Posted by Luca Weiss 1 month ago
Add the bindings, driver, arm64 defconfig and dts bits to support the
LPASS LPI pinctrl on the Qualcomm Milos SoC.

The devicetree changes require the addition of GPR in milos.dtsi (as
specified in the b4 deps), the pinctrl changes have no dependency.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Luca Weiss (4):
      dt-bindings: pinctrl: qcom: Add Milos LPI pinctrl
      pinctrl: qcom: Add Milos LPASS LPI TLMM
      arm64: defconfig: Enable Milos LPASS LPI pinctrl driver
      arm64: dts: qcom: milos: Add LPASS LPI pinctrl node

 .../pinctrl/qcom,milos-lpass-lpi-pinctrl.yaml      | 109 +++++++++++
 arch/arm64/boot/dts/qcom/milos.dtsi                | 103 ++++++++++
 arch/arm64/configs/defconfig                       |   1 +
 drivers/pinctrl/qcom/Kconfig                       |  10 +
 drivers/pinctrl/qcom/Makefile                      |   1 +
 drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c     | 217 +++++++++++++++++++++
 6 files changed, 441 insertions(+)
---
base-commit: 755bfcf32666f86ca2a9a2ea2c9dc7eca4c330a1
change-id: 20260306-milos-pinctrl-lpi-1097be895afc
prerequisite-change-id: 20260306-milos-fastrpc-gpr-02464b12b827:v1
prerequisite-patch-id: de7e8d4b18a0684e3462fed3f2c82e4bfb7f726b
prerequisite-patch-id: 08e5420023b3400e25c200e4cb39788b53601291
prerequisite-patch-id: 1430b5aa008efe8ed72057da3adc4892d8043918

Best regards,
-- 
Luca Weiss <luca.weiss@fairphone.com>
Re: (subset) [PATCH 0/4] Add support for Milos LPASS LPI pinctrl
Posted by Bjorn Andersson 2 weeks, 2 days ago
On Fri, 06 Mar 2026 15:22:14 +0100, Luca Weiss wrote:
> Add the bindings, driver, arm64 defconfig and dts bits to support the
> LPASS LPI pinctrl on the Qualcomm Milos SoC.
> 
> The devicetree changes require the addition of GPR in milos.dtsi (as
> specified in the b4 deps), the pinctrl changes have no dependency.
> 
> 
> [...]

Applied, thanks!

[4/4] arm64: dts: qcom: milos: Add LPASS LPI pinctrl node
      commit: e7554449e9a225ee77600eef6bf410561de0d568

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>