Re: [PATCH 2/3] gpio: at91: Implement ops set_flags

2024-11-12 Thread Zixun LI
Hi, On Tue, Nov 12, 2024 at 2:21 PM Eugen Hristev wrote: > > Does this change the current behavior? there is no set_flag ops > implemented, previously it would use a default that would just return > success regardless of the given flags parameters ? > Btw maybe ENOTSUPP ? > Currently without .se

Re: [PATCH 2/3] gpio: at91: Implement ops set_flags

2024-11-12 Thread Eugen Hristev
Hello, On 10/18/24 23:27, Zixun LI wrote: > Support GPIO configuration with following flags: > - in, out, out_active > - open_drain, pull_up > > Signed-off-by: Zixun LI > --- > drivers/gpio/at91_gpio.c | 41 > 1 file changed, 41 insertions(+) > > diff -

[PATCH 2/3] gpio: at91: Implement ops set_flags

2024-10-18 Thread Zixun LI
Support GPIO configuration with following flags: - in, out, out_active - open_drain, pull_up Signed-off-by: Zixun LI --- drivers/gpio/at91_gpio.c | 41 1 file changed, 41 insertions(+) diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpio.c inde