commit | 699ea9606ca8e4227c8be607197733d348cd12c4 | [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 | 0757535a7eee3ae5603520fe4a0588a01a590ea7 [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>