gpio: at91: Implement ops set_flags
authorZixun LI <admin@hifiphile.com>
Wed, 13 Nov 2024 10:10:54 +0000 (11:10 +0100)
committerEugen Hristev <eugen.hristev@linaro.org>
Fri, 29 Nov 2024 10:59:27 +0000 (12:59 +0200)
commit4c178d4061fec62be07f45b544af6e071bf71960
tree9b76963ac5fe2ce20d7bb2a6cbb826cba104ec44
parente4980192b6028a90524ba601bbed65fe662869c1
gpio: at91: Implement ops set_flags

Support GPIO configuration with following flags:
- in, out, out_active
- open_drain, pull_up

Signed-off-by: Zixun LI <admin@hifiphile.com>
drivers/gpio/at91_gpio.c