On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan <ty...@chromium.org> wrote:

> This patch adds the driver for keyboard that's controlled by ChromeOS EC.
>
> Signed-off-by: Randall Spangler <rspang...@chromium.org>
> Signed-off-by: Simon Glass <s...@chromium.org>
> Signed-off-by: Vincent Palatin <vpala...@chromium.org>
> Signed-off-by: Hung-ying Tyan <ty...@chromium.org>
>
> ---
> Changes in v4:
> - Added cros-ec-keyb.txt.
>

Acked-by: Simon Glass <s...@chromium.org>

>
> Changes in v3:
> - Rearranged #include directives in alphabetical order.
> - Removed outdated TODO and irrelevant bug reference in comments.
>
> Changes in v2:
> - Fixed warnings of exceeding 80 chars in a line.
> - Added commit message.
> - Dropped the period from commit subject.
>
>  README                                          |   5 +
>  doc/device-tree-bindings/input/cros-ec-keyb.txt |  79 +++++++
>  drivers/input/Makefile                          |   1 +
>  drivers/input/cros_ec_keyb.c                    | 261
> ++++++++++++++++++++++++
>  include/fdtdec.h                                |   1 +
>  lib/fdtdec.c                                    |   1 +
>  6 files changed, 348 insertions(+)
>  create mode 100644 doc/device-tree-bindings/input/cros-ec-keyb.txt
>  create mode 100644 drivers/input/cros_ec_keyb.c
>
>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to