[U-Boot] [PATCH v3 5/7] cros: adds cros_ec keyboard driver
Simon Glass
sjg at chromium.org
Sat Mar 30 22:11:01 CET 2013
On Thu, Mar 28, 2013 at 12:45 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 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.
>
> Acked-by: Simon Glass <sjg at chromium.org>
> README | 5 +
> drivers/input/Makefile | 1 +
> drivers/input/cros_ec_keyb.c | 261
> +++++++++++++++++++++++++++++++++++++++++++
> include/fdtdec.h | 1 +
> lib/fdtdec.c | 1 +
> 5 files changed, 269 insertions(+)
> create mode 100644 drivers/input/cros_ec_keyb.c
>
More information about the U-Boot
mailing list