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

2017-05-24 Thread sjg
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 --- Changes in v3: None Changes in v2: None board/qualcomm/dragonboard410c/dragonboa

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

2017-05-18 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 --- Changes in v3: None Changes in v2: None board/qualcomm/dragonboard410c/dragonboa