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