[U-Boot] [PATCH] i.MX6SL EVK: Add keypad support

nitin.garg at freescale.com nitin.garg at freescale.com
Sun Aug 31 23:31:31 CEST 2014


From: Nitin Garg <nitin.garg at freescale.com>

i.MX6sl evk has a keyboard on the board, so add mxc_keyb driver to support keypad.

Nitin Garg (1):
  Add support for i.MX6SL EVK board keypad

 drivers/input/Makefile   |    1 +
 drivers/input/mxc_keyb.c |  588 ++++++++++++++++++++++++++++++++++++++++++++++
 include/mxc_keyb.h       |  240 +++++++++++++++++++
 3 files changed, 829 insertions(+)
 create mode 100644 drivers/input/mxc_keyb.c
 create mode 100644 include/mxc_keyb.h

-- 
1.7.9.5



More information about the U-Boot mailing list