[U-Boot] [PATCH 1/7] Add cros_ec driver.

Doug Anderson dianders at chromium.org
Sat Feb 9 00:54:04 CET 2013


Hung-ying Tyan,

On Fri, Feb 8, 2013 at 5:05 AM, Hung-ying Tyan <tyanh at chromium.org> wrote:
> 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>
> ---
>  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                          | 1303 ++++++++++++++++++++
>  include/cros_ec.h                               |  449 +++++++
>  include/cros_ec_message.h                       |   44 +
>  include/ec_commands.h                           | 1440 +++++++++++++++++++++++
>  include/fdtdec.h                                |    1 +
>  lib/fdtdec.c                                    |    1 +
>  10 files changed, 3411 insertions(+)

I think Simon Glass has already started upstreaming this driver (and
the keyboard driver on top of it).  Perhaps you should refer to:
    http://patchwork.kernel.org/bundle/dianders/keyboard_3.8/

Specifically, see the patches:

ID      State        Name
--      -----        ----
1870361 New          [1/5] mfd: Add ChromeOS EC messages header
1870371 New          [2/5] mfd: Add ChromeOS EC implementation
1870631 New          [3/5] mfd: Add ChromeOS EC I2C driver
1870401 New          [4/5] mfd: Add ChromeOS EC SPI driver
1870381 New          [5/5] Input: Add ChromeOS EC keyboard driver

1963511 New          [v2] input: Extend matrix-keypad device tree binding


Maybe you could review that series and send Reviewed-by and Tested-by
for it?  If there's anything missing from Simon's submission you could
add that.

-Doug


More information about the U-Boot mailing list