Re: [PATCH v3 08/14] gpio: msm_gpio: add .set_flags op

2024-03-19 Thread Sumit Garg
On Tue, 19 Mar 2024 at 17:52, Caleb Connolly wrote: > > The .direction_input and .direction_output ops are deprecated, and don't > seem to behave properly for us. Implement our own .set_flags op to > handle this correctly. > > Signed-off-by: Caleb Connolly > --- > drivers/gpio/msm_gpio.c | 27

[PATCH v3 08/14] gpio: msm_gpio: add .set_flags op

2024-03-19 Thread Caleb Connolly
The .direction_input and .direction_output ops are deprecated, and don't seem to behave properly for us. Implement our own .set_flags op to handle this correctly. Signed-off-by: Caleb Connolly --- drivers/gpio/msm_gpio.c | 27 +-- 1 file changed, 21 insertions(+), 6