summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/tsc2005.c
Commit message (Expand)AuthorAgeFilesLines
* Input: tsc2005 - fix locking issueAaro Koskinen2011-03-231-2/+10
* Input: tsc2005 - use relative jiffies to schedule the watchdogAaro Koskinen2011-03-231-2/+2
* Input: tsc2005 - driver should depend on GENERIC_HARDIRQSGeert Uytterhoeven2011-03-231-1/+1
* Input: tsc2005 - remove 'disable' sysfs attributeDmitry Torokhov2011-03-161-48/+4
* Input: tsc2005 - add open/closeDmitry Torokhov2011-03-161-94/+124
* Input: tsc2005 - handle read errors from SPI layerDmitry Torokhov2011-03-161-19/+81
* Input: tsc2005 - do not rearm timer in hardirq handlerDmitry Torokhov2011-03-161-13/+1
* Input: tsc2005 - don't use work for 'pen up' handlingDmitry Torokhov2011-03-161-31/+27
* Input: tsc2005 - do not use 0 in place of NULLDmitry Torokhov2011-03-161-20/+16
* Input: tsc2005 - use true/false for boolean variablesDmitry Torokhov2011-03-161-12/+13
* Input: tsc2005 - hide selftest attribute if we can't resetDmitry Torokhov2011-03-161-18/+28
* Input: tsc2005 - rework driver initialization codeDmitry Torokhov2011-03-161-110/+105
* Input: tsc2005 - set up bus type in input deviceDmitry Torokhov2011-03-161-0/+1
* Input: tsc2005 - set up parent deviceDmitry Torokhov2011-03-161-0/+1
* Input: tsc2005 - clear driver data after unbindingDmitry Torokhov2011-03-161-1/+4
* Input: tsc2005 - add module descriptionDmitry Torokhov2011-03-161-0/+1
* Input: tsc2005 - remove driver banner messageDmitry Torokhov2011-03-161-1/+0
* Input: tsc2005 - remove incorrect module aliasDmitry Torokhov2011-03-161-1/+0
* Input: tsc2005 - convert to using dev_pm_opsDmitry Torokhov2011-03-161-12/+12
* Input: tsc2005 - use spi_get/set_drvdata()Dmitry Torokhov2011-03-161-7/+12
* Input: introduce tsc2005 driverLauri Leukkunen2011-03-161-0/+713