mbox series

[0/3] Add GPIO support to PM8953 PMIC

Message ID 20230421-pm8953-gpio-v1-0-3d33e2de47e3@z3ntu.xyz
Headers show
Series Add GPIO support to PM8953 PMIC | expand

Message

Luca Weiss April 21, 2023, 9:56 p.m. UTC
Add support for the 8 GPIOs found on the PM8953 PMIC used with msm8953
SoC.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
Luca Weiss (3):
      dt-bindings: pinctrl: qcom,pmic-gpio: add PM8953
      pinctrl: qcom: spmi-gpio: Add PM8953 support
      arm64: dts: qcom: pm8953: add GPIOs

 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml |  3 +++
 arch/arm64/boot/dts/qcom/pm8953.dtsi                          | 10 ++++++++++
 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c                      |  2 ++
 3 files changed, 15 insertions(+)
---
base-commit: 347e9b4e41bfff51993807962eb1082f6d8ab439
change-id: 20230421-pm8953-gpio-3f9017edc711

Best regards,

Comments

Linus Walleij May 5, 2023, 11:47 a.m. UTC | #1
On Fri, Apr 21, 2023 at 11:56 PM Luca Weiss <luca@z3ntu.xyz> wrote:

> Add support for the 8 GPIOs found on the PM8953 PMIC used with msm8953
> SoC.
>
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
(...)
> Luca Weiss (3):
>       dt-bindings: pinctrl: qcom,pmic-gpio: add PM8953
>       pinctrl: qcom: spmi-gpio: Add PM8953 support

I applied these two to the pinctrl tree for the v6.5 kernel cycle.

>       arm64: dts: qcom: pm8953: add GPIOs

Please funnel this one through the qcom SoC tree (I think Bjorn
will pick it up else poke him).

Yours,
Linus Walleij