Re: [PATCH 1/5] pinctrl: qcom: add support for bias-pull-down

2024-05-29 Thread Neil Armstrong
On 29/05/2024 07:33, Sumit Garg wrote: Hi Neil, On Tue, 28 May 2024 at 14:02, Neil Armstrong wrote: Add support for bias-pull-down as an alternate of bias-pull-up. nit: s/alternate/alternative/ Signed-off-by: Neil Armstrong --- drivers/pinctrl/qcom/pinctrl-qcom.c | 1 + 1 file change

Re: [PATCH 1/5] pinctrl: qcom: add support for bias-pull-down

2024-05-28 Thread Sumit Garg
Hi Neil, On Tue, 28 May 2024 at 14:02, Neil Armstrong wrote: > > Add support for bias-pull-down as an alternate of bias-pull-up. nit: s/alternate/alternative/ > > Signed-off-by: Neil Armstrong > --- > drivers/pinctrl/qcom/pinctrl-qcom.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a

[PATCH 1/5] pinctrl: qcom: add support for bias-pull-down

2024-05-28 Thread Neil Armstrong
Add support for bias-pull-down as an alternate of bias-pull-up. Signed-off-by: Neil Armstrong --- drivers/pinctrl/qcom/pinctrl-qcom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pinctrl/qcom/pinctrl-qcom.c b/drivers/pinctrl/qcom/pinctrl-qcom.c index 3c3336e7635..4f4e9a83949 1006