Re: [U-Boot] [PATCH v4 31/72] dm: gpio: Add live tree support

2017-05-31 Thread Simon Glass
On 30 May 2017 at 21:47, Simon Glass wrote: > Add support for requesting GPIOs with a live device tree. > > This involves adjusting the function signature for the legacy function > gpio_request_by_name_nodev(), so fix up all callers. > > Signed-off-by: Simon Glass > Fixes to stm32f746-disco.c: >

[U-Boot] [PATCH v4 31/72] dm: gpio: Add live tree support

2017-05-30 Thread Simon Glass
Add support for requesting GPIOs with a live device tree. This involves adjusting the function signature for the legacy function gpio_request_by_name_nodev(), so fix up all callers. Signed-off-by: Simon Glass Fixes to stm32f746-disco.c: Signed-off-by: Tom Rini --- Changes in v4: - Update stm32