commit | efa677fb481aec0888d3d37803643219d4ea57d1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 23 15:38:41 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:23 2015 -0600 |
tree | 1b84001c3eab9eff32b5c3a5d242eab08ff84493 | |
parent | 32ec159844d7b76f199b07412dd054ad842bdd58 [diff] |
dm: gpio: Add dm_gpio_request() to manually request a GPIO This function can be used for testing to manually request a GPIO for use, without resorting to the legacy GPIO API. Signed-off-by: Simon Glass <sjg@chromium.org>