Input: add driver for Maxim max11801 touchscreen controller
authorZhang Jiejing <jiejing.zhang@freescale.com>
Tue, 12 Apr 2011 06:48:23 +0000 (23:48 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 12 Apr 2011 06:53:51 +0000 (23:53 -0700)
commit4203306506ebe4eaaa84a2cbd7c1eb2fc0128faa
tree7d271bdabbda899504860bbb7b4ada4053089164
parent467112777c462a592c27338eeea5d1a320e82b5f
Input: add driver for Maxim max11801 touchscreen controller

Add MAXI max11801 resistive touchscreen controller driver. This driver
uses Auto Mode and Aperture Mode.

Support for other max1180x devices can be added to this driver as well,
as they use almost the same register addresses and codes.

You can find data sheet here:
http://www.maxim-ic.com/datasheet/index.mvp/id/5943

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