Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: cros_ec: Add support for driver model | Simon Glass | 2014-10-22 | -0/+30 |
| | | | | | | | | Add support for driver model if enabled. This involves minimal changes to the code, mostly just plumbing around the edges. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com> | |||
* | cros_ec: Move EC interface into common library | Vadim Bendebury | 2014-03-17 | -0/+44 |
Add a common library for obtaining access to the Chrome OS EC. This is used by boards which need to talk to the EC. Reviewed-by: Vadim Bendebury <vbendeb@google.com> Tested-by: Vadim Bendebury <vbendeb@google.com> Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |