summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc2005.c
Commit message (Expand)AuthorAgeFilesLines
* Input: tsc2005 - add DT supportSebastian Reichel2014-05-291-20/+104
* Input: tsc2005 - convert driver to use devm_*Sebastian Reichel2014-05-151-23/+14Star
* Input: tsc2005 - use dev_err for error messagesSebastian Reichel2014-05-151-2/+2
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Input: tsc2005 - remove redundant spi_set_drvdataSachin Kamat2013-09-201-2/+0Star
* Input: tsc2005 - add MODULE_ALIASPali Rohár2013-02-171-0/+1
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-041-1/+2
* Input: convert SPI drivers to use module_spi_driver()Axel Lin2012-03-171-11/+1Star
* switch ->is_visible() to returning umode_tAl Viro2012-01-041-2/+2
* Input: tsc2005 - fix locking issueAaro Koskinen2011-03-241-2/+10
* Input: tsc2005 - use relative jiffies to schedule the watchdogAaro Koskinen2011-03-241-2/+2
* Input: tsc2005 - driver should depend on GENERIC_HARDIRQSGeert Uytterhoeven2011-03-241-1/+1
* Input: tsc2005 - remove 'disable' sysfs attributeDmitry Torokhov2011-03-171-48/+4Star
* Input: tsc2005 - add open/closeDmitry Torokhov2011-03-171-94/+124
* Input: tsc2005 - handle read errors from SPI layerDmitry Torokhov2011-03-171-19/+81
* Input: tsc2005 - do not rearm timer in hardirq handlerDmitry Torokhov2011-03-171-13/+1Star
* Input: tsc2005 - don't use work for 'pen up' handlingDmitry Torokhov2011-03-171-31/+27Star
* Input: tsc2005 - do not use 0 in place of NULLDmitry Torokhov2011-03-171-20/+16Star
* Input: tsc2005 - use true/false for boolean variablesDmitry Torokhov2011-03-171-12/+13
* Input: tsc2005 - hide selftest attribute if we can't resetDmitry Torokhov2011-03-171-18/+28
* Input: tsc2005 - rework driver initialization codeDmitry Torokhov2011-03-171-110/+105Star
* Input: tsc2005 - set up bus type in input deviceDmitry Torokhov2011-03-171-0/+1
* Input: tsc2005 - set up parent deviceDmitry Torokhov2011-03-171-0/+1
* Input: tsc2005 - clear driver data after unbindingDmitry Torokhov2011-03-171-1/+4
* Input: tsc2005 - add module descriptionDmitry Torokhov2011-03-171-0/+1
* Input: tsc2005 - remove driver banner messageDmitry Torokhov2011-03-171-1/+0Star
* Input: tsc2005 - remove incorrect module aliasDmitry Torokhov2011-03-171-1/+0Star
* Input: tsc2005 - convert to using dev_pm_opsDmitry Torokhov2011-03-171-12/+12
* Input: tsc2005 - use spi_get/set_drvdata()Dmitry Torokhov2011-03-171-7/+12
* Input: introduce tsc2005 driverLauri Leukkunen2011-03-171-0/+713