
30 Mar
2013
30 Mar
'13
10:07 p.m.
On Thu, Mar 28, 2013 at 12:45 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 v3: None Changes in v2:
- Fixed warnings of exceeding 80 chars in a line.
- Added Commit message.
- Dropped the period from commit subject.
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