S3C: Backported the s3c2410 touchscreen from openmoko
commitbbc018d470670d5a129056edfc8a0d0dba90fdcf
authorMichel Pollet <buserror@gmail.com>
Fri, 13 Mar 2009 18:43:43 +0000 (13 18:43 +0000)
committerMichel Pollet <buserror@gmail.com>
Sat, 22 Aug 2009 09:38:57 +0000 (22 10:38 +0100)
tree22228edb9055d3deb348ea1a94ed31ee23905948
parent5ab77548c6e239d2fc5da254a3c0db72d37aa09c
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]