[U-Boot] [PATCH v4 5/7] cros: adds cros_ec keyboard driver

Simon Glass sjg at chromium.org
Thu Apr 4 22:15:38 CEST 2013


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

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

Acked-by: Simon Glass <sjg at 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
>
>


More information about the U-Boot mailing list