Re: [U-Boot] [PATCH v1 2/5] gpio: stm32f7: Add ops get_function

2018-08-02 Thread Simon Glass
On 1 August 2018 at 10:38, Patrice Chotard wrote: > From: Christophe Kerello > > This patch adds gpio get_function ops support. > This function reports the state of a gpio. > > Signed-off-by: Christophe Kerello > Signed-off-by: Patrice Chotard > --- > > drivers/gpio/stm32f7_gpio.c | 20 +++

[U-Boot] [PATCH v1 2/5] gpio: stm32f7: Add ops get_function

2018-08-01 Thread Patrice Chotard
From: Christophe Kerello This patch adds gpio get_function ops support. This function reports the state of a gpio. Signed-off-by: Christophe Kerello Signed-off-by: Patrice Chotard --- drivers/gpio/stm32f7_gpio.c | 20 1 file changed, 20 insertions(+) diff --git a/driver