[U-Boot] [PATCH v3 2/7] cros: add I2C support for cros_ec

Simon Glass sjg at chromium.org
Sat Mar 30 22:07:15 CET 2013


On Thu, Mar 28, 2013 at 12:45 AM, Hung-ying Tyan <tyanh at chromium.org> wrote:

> This patch adds I2C support for carrying out the cros_ec protocol.
>
> Signed-off-by: Randall Spangler <rspangler at chromium.org>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Hung-ying Tyan <tyanh at 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 at chromium.org>


More information about the U-Boot mailing list