On Thu, Mar 28, 2013 at 12:45 AM, Hung-ying Tyan <[email protected]> wrote:
> This patch adds the driver for keyboard that's controlled by ChromeOS EC. > > Signed-off-by: Randall Spangler <[email protected]> > Signed-off-by: Simon Glass <[email protected]> > Signed-off-by: Vincent Palatin <[email protected]> > Signed-off-by: Hung-ying Tyan <[email protected]> > > --- > 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 <[email protected]> > 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 >
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

