summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc2005.c
Commit message (Expand)AuthorAgeFilesLines
* Input: tsc200x - report proper input_dev nameMichael Welling2016-07-201-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-131-696/+18
|\
| * Input: tsc200x-core - rename functions and variablesMichael Welling2015-11-031-1/+1
| * Input: tsc2005 - separate SPI and core functionsMichael Welling2015-11-031-695/+17
* | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
|/
* Input: tsc2005 - convert to gpiodSebastian Reichel2015-07-271-29/+18
* Input: tsc2005 - simplify drvdata acquisitionSebastian Reichel2015-07-271-10/+6
* Input: tsc2005 - convert to regmapSebastian Reichel2015-07-271-112/+59
* Input: tsc2005 - improve readability of register definesSebastian Reichel2015-07-271-10/+18
* Input: of_touchscreen - switch to using device propertiesDmitry Torokhov2015-07-111-1/+1
* Input: improve parsing OF parameters for touchscreensDmitry Torokhov2015-06-251-1/+1
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: tsc2005 - add DT supportSebastian Reichel2014-05-291-20/+104
* Input: tsc2005 - convert driver to use devm_*Sebastian Reichel2014-05-141-23/+14
* Input: tsc2005 - use dev_err for error messagesSebastian Reichel2014-05-141-2/+2
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Input: tsc2005 - remove redundant spi_set_drvdataSachin Kamat2013-09-201-2/+0
* Input: tsc2005 - add MODULE_ALIASPali Rohár2013-02-161-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-161-11/+1
* switch ->is_visible() to returning umode_tAl Viro2012-01-031-2/+2
* 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
OpenPOWER on IntegriCloud