commit | 150c5afe5bafa90e4fe398e59af32ad3cdbfe5b7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 30 21:47:09 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:10 2017 -0600 |
tree | 15188b7974860d263fb7e5a0a19123a8897a63d4 | |
parent | 95795ad6cef37b29fcba5365860a8fa9c2f43898 [diff] |
dm: gpio: Add live tree support 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 <sjg@chromium.org> Fixes to stm32f746-disco.c: Signed-off-by: Tom Rini <trini@konsulko.com>