S3C: Backported the s3c2410 touchscreen from openmoko
commit5f0b7475be266079a656400ade1ce149ce6f5970
authorMichel Pollet <buserror@gmail.com>
Fri, 13 Mar 2009 18:43:43 +0000 (13 18:43 +0000)
committerMichel Pollet <buserror@gmail.com>
Wed, 10 Jun 2009 08:09:03 +0000 (10 09:09 +0100)
tree17ad9fd4e355bbedea50075fbf4d12baa95e748f
parentb0c76e779369059a13e31be330c26b5c7457863b
S3C: Backported the s3c2410 touchscreen from openmoko

This peripheral is pretty essential for the s3c and is missing
from mainstream linux. This is a straight port of the moko
kernel.
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]