[U-Boot] [PATCH v3 1/7] cros: add cros_ec driver

Simon Glass sjg at chromium.org
Sat Mar 30 22:04:16 CET 2013


Hi Hung-ying,

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

> This patch adds the cros_ec driver that implements the protocol for
> communicating with Google's ChromeOS embedded controller.
>
> Signed-off-by: Bernie Thompson <bhthompson at chromium.org>
> Signed-off-by: Bill Richardson <wfrichar at chromium.org>
> Signed-off-by: Che-Liang Chiou <clchiou at chromium.org>
> Signed-off-by: Doug Anderson <dianders at chromium.org>
> Signed-off-by: Gabe Black <gabeblack at chromium.org>
> Signed-off-by: Hung-ying Tyan <tyanh at chromium.org>
> Signed-off-by: Louis Yung-Chieh Lo <yjlou at chromium.org>
> Signed-off-by: Randall Spangler <rspangler at chromium.org>
> Signed-off-by: Sean Paul <seanpaul at chromium.org>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Vincent Palatin <vpalatin 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.
>
>  doc/device-tree-bindings/input/cros-ec-keyb.txt |   79 ++
>  doc/device-tree-bindings/misc/cros-ec.txt       |   38 +
>  doc/device-tree-bindings/spi/exynos-spi.txt     |   55 +
>  drivers/misc/Makefile                           |    1 +
>  drivers/misc/cros_ec.c                          | 1304
> ++++++++++++++++++++
>  include/cros_ec.h                               |  449 +++++++
>  include/cros_ec_message.h                       |   44 +
>  include/ec_commands.h                           | 1440
> +++++++++++++++++++++++
>  include/fdtdec.h                                |    1 +
>  lib/fdtdec.c                                    |    1 +
>

Can you please remove the exynos-spi.txt file from here? This is related to
the exynos SPI code, not this driver. Also the cros-ec-keyb.txt binding
should go with the cros_ec_keyb.c patch I think.

Regards,
Simon


More information about the U-Boot mailing list