aboutsummaryrefslogtreecommitdiff
path: root/include/linux/input/bu21013.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-27Input: bu21013_ts - move GPIO init and exit functions into the driverLee Jones1-8/+2
These GPIO init and exit functions have no place in platform data, they should be part of the driver instead, Acked-by: Arnd Bergmann <[email protected]> Acked-by: Linus Walleij <[email protected]> Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
2011-01-17Input: bu21013_ts - remove duplicate resolution parametersNaveen Kumar Gaddipati1-4/+0
Remove duplicate display resolution parameters from platform data as one pair is quite enough. Signed-off-by: Naveen Kumar Gaddipati <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
2010-10-13Input: add ROHM BU21013 touch panel controller supportNaveen Kumar Gaddipati1-0/+44
Add the ROHM BU21013 capacitive touch panel controller support with i2c interface. Acked-by: Linus Walleij <[email protected]> Signed-off-by: Naveen Kumar Gaddipati <[email protected]> Acked-by: Henrik Rydberg <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>