commit | 89969009485fa9e62814afaa438c12c45d7d2def | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 25 14:08:38 2013 -0800 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Fri Apr 05 11:20:13 2013 +0200 |
tree | 91fda02a31a094727ade6f8bb35aebdd392b9e61 | |
parent | 4ab6174e8cdb007cf500e484bdf454b8d14d524a [diff] |
mfd: Add ChromeOS EC I2C driver This uses an I2C bus to talk to the ChromeOS EC. The protocol is defined by the EC and is fairly simple, with a length byte, checksum, command byte and version byte (to permit easy creation of new commands). Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Che-Liang Chiou <clchiou@chromium.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>