[U-Boot] [PATCH 2/6] led: gpio: add support for get_status function

2017-04-04 Thread techping . chan
From: Ziping Chen The status of a GPIO-connected LED can be read back by reading the GPO value. Add the support for get_status function in led_gpio driver. Signed-off-by: Ziping Chen --- drivers/led/led_gpio.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/led/led_gp

Re: [U-Boot] [PATCH 2/6] led: gpio: add support for get_status function

2017-03-31 Thread Simon Glass
On 27 March 2017 at 08:38, wrote: > From: Ziping Chen > > The status of a GPIO-connected LED can be read back by reading the GPO > value. > > Add the support for get_status function in led_gpio driver. > > Signed-off-by: Ziping Chen > --- > drivers/led/led_gpio.c | 11 +++ > 1 file cha