]> git.baikalelectronics.ru Git - uboot.git/commit
gpio: stm32: add ops set_dir_flags
authorPatrick Delaunay <patrick.delaunay@st.com>
Thu, 4 Jun 2020 12:30:25 +0000 (14:30 +0200)
committerPatrick Delaunay <patrick.delaunay@st.com>
Tue, 7 Jul 2020 14:01:23 +0000 (16:01 +0200)
commit9907a825eff130fea97b190db12a681bb8fc702a
tree7f763634ec3f9760d0e99511de5a277d8e953b62
parent0b6e79a253883fa161641a61c328f61e23175ce9
gpio: stm32: add ops set_dir_flags

Manage flags for GPIO configuration:
- open_drain, open_source, push_pull
- pull_up, pull_down

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
drivers/gpio/stm32_gpio.c