Re: [PATCH 2/2] pinctrl: qcom: spmi-gpio: Add support for PM8350 and friends

2021-03-08 Thread Bjorn Andersson
On Mon 08 Mar 10:48 CST 2021, Vinod Koul wrote: > Add support for the PM8350, PM8350B, PM8350C, PMK8350, PMR735A and > PMR735B GPIO support to the Qualcomm PMIC GPIO driver. > Acked-by: Bjorn Andersson Regards, Bjorn > Signed-off-by: Vinod Koul > --- > drivers/pinctrl/qcom/pinctrl-spmi-gpio

[PATCH 2/2] pinctrl: qcom: spmi-gpio: Add support for PM8350 and friends

2021-03-08 Thread Vinod Koul
Add support for the PM8350, PM8350B, PM8350C, PMK8350, PMR735A and PMR735B GPIO support to the Qualcomm PMIC GPIO driver. Signed-off-by: Vinod Koul --- drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c b/d