[ARM] 5184/1: Split ucb1400_ts into core and touchscreen
authorMarek Vašut <marek.vasut@gmail.com>
Sun, 3 Aug 2008 20:34:08 +0000 (21:34 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 20 Aug 2008 22:22:22 +0000 (23:22 +0100)
commitd9105c2b01eedb620cae96073dde4f760367817f
tree50b60caedbac9a939027f825e41a0b7cda8c7ee2
parent6d341675f8e715464849e5d5563a72c1d39e800d
[ARM] 5184/1: Split ucb1400_ts into core and touchscreen

This patch splits ucb1400_ts into ucb1400_ts and ucb1400_core.
Since this chip supports more features than only touchscreen,
it was necessary to prepare it for feature addition. The
previous functionality is preserved by applying this patch.

[Build fixes for non-ARM by Stephen Rothwell and Takashi Iwai]

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/ucb1400_ts.c
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/ucb1400_core.c [new file with mode: 0644]
include/linux/ucb1400.h [new file with mode: 0644]