summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/cros_ec_i2c.c
Commit message (Collapse)AuthorAgeFilesLines
* mfd: cros ec: i2c: Use consistent function namesThierry Reding2014-01-211-4/+4
| | | | | | | | Rename cros_ec_{probe,remove}_i2c() to cros_ec_i2c_{probe,remove}() for consistency. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* mfd: Add ChromeOS EC I2C driverSimon Glass2013-04-051-0/+201
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>
OpenPOWER on IntegriCloud