
21 Mar
2013
21 Mar
'13
5:57 p.m.
On Mon, Mar 18, 2013 at 9:22 AM, Hung-ying Tyan tyanh@chromium.org wrote:
This patch adds I2C support for carrying out the cros_ec protocol.
Signed-off-by: Randall Spangler rspangler@chromium.org Signed-off-by: Simon Glass sjg@chromium.org Signed-off-by: Hung-ying Tyan tyanh@chromium.org
Changes in v2:
- Wrapped lines to comply with the 80-char rule.
drivers/misc/Makefile | 1 + drivers/misc/cros_ec_i2c.c | 199 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 200 insertions(+) create mode 100644 drivers/misc/cros_ec_i2c.c
Acked-by: Simon Glass sjg@chromium.org