MLK-12527-1 mxc_keyb: Add MXC keyboard driver
authorYe Li <ye.li@nxp.com>
Wed, 9 Mar 2016 12:59:43 +0000 (20:59 +0800)
committerYe Li <ye.li@nxp.com>
Wed, 5 Apr 2017 09:24:37 +0000 (17:24 +0800)
commite84160eaf5c057da45a227039c6f8a7911f43a82
treee535b1f7b6024bc24d63e23cbee3d1eafd599e27
parent19c68fcb054892d0890271bbaeb9308ead26cdc6
MLK-12527-1 mxc_keyb: Add MXC keyboard driver

The i.MX6SL EVK needs this driver in android fastboot support. Add
this driver to u-boot.

To use the driver, user must define:

CONFIG_MXC_KPD          Enable the driver
CONFIG_MXC_KEYMAPPING   Key mapping matrix
CONFIG_MXC_KPD_COLMAX   The column size of key mapping matrix
CONFIG_MXC_KPD_ROWMAX   The row size of the key mapping matrix

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 5096e572667ff41217deb4ba9b1bd15e93fa6b59)
arch/arm/include/asm/imx-common/mxc_key_defs.h [new file with mode: 0644]
drivers/input/Makefile
drivers/input/mxc_keyb.c [new file with mode: 0644]
include/mxc_keyb.h [new file with mode: 0644]