commit | 320486343558f8376dff8f689258e9a2ca0d4f31 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 04 11:29:45 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 23 19:29:52 2014 -0600 |
tree | 48e475b9f368ab1d5eefd87ea92889eb7621554f | |
parent | 6b1ef59f8d3e8f685f387224d87b646c9ea606c8 [diff] |
dm: gpio: sandbox: Implement the get_function() method Implement this method so that the 'gpio' command can do its job correctly. For sandbox we only support input and output states for a gpio. Signed-off-by: Simon Glass <sjg@chromium.org>