summaryrefslogtreecommitdiffstats
path: root/include/linux/input/ti_am335x_tsc.h
Commit message (Collapse)AuthorAgeFilesLines
* input: mfd: ti_am335x_tsc remove remaining platform data piecesSebastian Andrzej Siewior2013-06-121-35/+0
| | | | | | | The two header files removed here are unused and have no users as this platform was never used with platform devices. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
* input: ti_am33x_tsc: Order of TSC wires, made configurablePatil, Rachna2013-06-121-0/+12
| | | | | | | | | | | | | The current driver expected touchscreen input wires(XP,XN,YP,YN) to be connected in a particular order. Making changes to accept this as platform data. Sebastian reworked the original patch and removed a lot of the not required pieces. Signed-off-by: Patil, Rachna <rachna@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
* input: TSC: ti_tscadc: Rename the existing touchscreen driverPatil, Rachna2012-11-051-0/+23
Make way for addition of MFD driver. The existing touchsreen driver is a MFD client. For better readability we rename the file to indicate its functionality as only touchscreen. Signed-off-by: Patil, Rachna <rachna@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>