aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc2005.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2021-10-12Input: tsc200x - make tsc200x_remove() return voidUwe Kleine-König1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2017-02-12Input: tsc2005 - add OF device tableDmitry Torokhov1-1/+11
2016-07-20Input: tsc200x - report proper input_dev nameMichael Welling1-1/+6
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-696/+18
2015-11-03Input: tsc200x-core - rename functions and variablesMichael Welling1-1/+1
2015-11-03Input: tsc2005 - separate SPI and core functionsMichael Welling1-695/+17
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-07-27Input: tsc2005 - convert to gpiodSebastian Reichel1-29/+18
2015-07-27Input: tsc2005 - simplify drvdata acquisitionSebastian Reichel1-10/+6
2015-07-27Input: tsc2005 - convert to regmapSebastian Reichel1-112/+59
2015-07-27Input: tsc2005 - improve readability of register definesSebastian Reichel1-10/+18
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