S3C: Backported the s3c2410 touchscreen from openmoko
commit8b10eb7b712df8d977ccd48587ab7ed61f446f7e
authorMichel Pollet <buserror@gmail.com>
Fri, 13 Mar 2009 18:43:43 +0000 (13 18:43 +0000)
committerMichel Pollet <buserror@gmail.com>
Sun, 22 Nov 2009 15:38:40 +0000 (22 15:38 +0000)
tree6f992c96a3a8b148ac62f18f99284f840b7cdb12
parent79e2dca318d518146f12b56ae88651747dbab170
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]