commit | 3a57123e598ea46fc88a8e29e6932eba02d4ac5f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 18 20:09:18 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:10 2017 -0600 |
tree | ff2ec40f0504e730ccf769a0b4de2e5b8ff3371b | |
parent | 6fb2f57916bac47458ca7597b27617a99c492b28 [diff] |
dm: gpio: Refactor to prepare for live tree support 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 <sjg@chromium.org>