Input: add driver FSL MPR121 capacitive touch sensor
authorZhang Jiejing <jiejing.zhang@freescale.com>
Wed, 11 May 2011 21:32:01 +0000 (14:32 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 12 May 2011 15:28:58 +0000 (08:28 -0700)
commit36682b81de32090f5c9fac165e71ab8939aab8c0
tree117c09e71f3482fc3b483f4ee7345437df28e1f8
parent7cbbb758d3c93b24b45b169af55440d2e7d5b7f6
Input: add driver FSL MPR121 capacitive touch sensor

This patch adds basic support for Freescale MPR121 capacitive touch
sensor.  It's an i2c controller with up to 12 capacitance sensing inputs.

Product information (data sheet, application notes) can be found here:
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MPR121

Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/Kconfig
drivers/input/keyboard/Makefile
drivers/input/keyboard/mpr121_touchkey.c [new file with mode: 0644]
include/linux/i2c/mpr121_touchkey.h [new file with mode: 0644]