summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc2005.c
AgeCommit message (Expand)AuthorLines
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han-4/+2
2014-05-29Input: tsc2005 - add DT supportSebastian Reichel-20/+104
2014-05-14Input: tsc2005 - convert driver to use devm_*Sebastian Reichel-23/+14
2014-05-14Input: tsc2005 - use dev_err for error messagesSebastian Reichel-2/+2
2013-12-06Input: use dev_get_platdata()Jingoo Han-1/+1
2013-09-20Input: tsc2005 - remove redundant spi_set_drvdataSachin Kamat-2/+0
2013-02-16Input: tsc2005 - add MODULE_ALIASPali Rohár-0/+1
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen-1/+2
2012-03-16Input: convert SPI drivers to use module_spi_driver()Axel Lin-11/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro-2/+2
2011-03-23Input: tsc2005 - fix locking issueAaro Koskinen-2/+10
2011-03-23Input: tsc2005 - use relative jiffies to schedule the watchdogAaro Koskinen-2/+2
2011-03-23Input: tsc2005 - driver should depend on GENERIC_HARDIRQSGeert Uytterhoeven-1/+1
2011-03-16Input: tsc2005 - remove 'disable' sysfs attributeDmitry Torokhov-48/+4
2011-03-16Input: tsc2005 - add open/closeDmitry Torokhov-94/+124
2011-03-16Input: tsc2005 - handle read errors from SPI layerDmitry Torokhov-19/+81
2011-03-16Input: tsc2005 - do not rearm timer in hardirq handlerDmitry Torokhov-13/+1
2011-03-16Input: tsc2005 - don't use work for 'pen up' handlingDmitry Torokhov-31/+27
2011-03-16Input: tsc2005 - do not use 0 in place of NULLDmitry Torokhov-20/+16
2011-03-16Input: tsc2005 - use true/false for boolean variablesDmitry Torokhov-12/+13
2011-03-16Input: tsc2005 - hide selftest attribute if we can't resetDmitry Torokhov-18/+28
2011-03-16Input: tsc2005 - rework driver initialization codeDmitry Torokhov-110/+105
2011-03-16Input: tsc2005 - set up bus type in input deviceDmitry Torokhov-0/+1
2011-03-16Input: tsc2005 - set up parent deviceDmitry Torokhov-0/+1
2011-03-16Input: tsc2005 - clear driver data after unbindingDmitry Torokhov-1/+4
2011-03-16Input: tsc2005 - add module descriptionDmitry Torokhov-0/+1
2011-03-16Input: tsc2005 - remove driver banner messageDmitry Torokhov-1/+0
2011-03-16Input: tsc2005 - remove incorrect module aliasDmitry Torokhov-1/+0
2011-03-16Input: tsc2005 - convert to using dev_pm_opsDmitry Torokhov-12/+12
2011-03-16Input: tsc2005 - use spi_get/set_drvdata()Dmitry Torokhov-7/+12
2011-03-16Input: introduce tsc2005 driverLauri Leukkunen-0/+713