S3C: Backported the s3c2410 touchscreen from openmoko
commitbd207c3769c651f655588c370e72aace023e041d
authorMichel Pollet <buserror@gmail.com>
Fri, 13 Mar 2009 18:43:43 +0000 (13 18:43 +0000)
committerMichel Pollet <buserror@gmail.com>
Thu, 10 Sep 2009 19:11:19 +0000 (10 20:11 +0100)
tree5a18240c7f5154107b9681bddd49d2996ae5bd31
parentf3df8008b5b406d285fb05dc307ff191be50ea35
S3C: Backported the s3c2410 touchscreen from openmoko

This peripheral is pretty essential for the s3c and is missing
from mainstream kernel. This is a straight port from the moko
kernel.

Now with gpiolib based constants.

Signed-off-by: Michel Pollet <buserror@gmail.com>
arch/arm/mach-s3c2410/include/mach/ts.h [new file with mode: 0644]
arch/arm/plat-s3c/include/plat/devs.h
arch/arm/plat-s3c24xx/devs.c
arch/arm/plat-s3c24xx/s3c244x.c
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/s3c2410_ts.c [new file with mode: 0644]