Re: [U-Boot] [PATCH v3 28/72] dm: gpio: Refactor to prepare for live tree support

2017-05-24 Thread sjg
Move the main part of the GPIO request function into a separate function so that it can be used by the live tree function when added. Update the xlate method to use a node reference. Update all GPIO drivers to handle the modified xlate() method. Signed-off-by: Simon Glass ---

[U-Boot] [PATCH v3 28/72] dm: gpio: Refactor to prepare for live tree support

2017-05-18 Thread Simon Glass
Move the main part of the GPIO request function into a separate function so that it can be used by the live tree function when added. Update the xlate method to use a node reference. Update all GPIO drivers to handle the modified xlate() method. Signed-off-by: Simon Glass ---