]> git.baikalelectronics.ru Git - uboot.git/commit
gpio: stm32f7: Add ops get_function
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 24 Oct 2018 12:10:21 +0000 (14:10 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 16 Nov 2018 21:51:56 +0000 (16:51 -0500)
commit363621150d5c256f30e85504c4d44994e1ace257
treefe26538407d26508ccd6bae3603ec0d422265fa1
parent4324416fb2c385d4de8944d3b5feff988712261b
gpio: stm32f7: Add ops get_function

This patch adds gpio get_function ops support.
This function reports the state of a gpio.

Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/gpio/stm32f7_gpio.c