aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc2005.c
Commit message (Expand)AuthorAge
* Input: tsc200x - report proper input_dev nameMichael Welling2016-07-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-14
|\
| * Input: tsc200x-core - rename functions and variablesMichael Welling2015-11-03
| * Input: tsc2005 - separate SPI and core functionsMichael Welling2015-11-03
* | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-27
|/
* Input: tsc2005 - convert to gpiodSebastian Reichel2015-07-28
* Input: tsc2005 - simplify drvdata acquisitionSebastian Reichel2015-07-28
* Input: tsc2005 - convert to regmapSebastian Reichel2015-07-28
* Input: tsc2005 - improve readability of register definesSebastian Reichel2015-07-28
* Input: of_touchscreen - switch to using device propertiesDmitry Torokhov2015-07-11
* Input: improve parsing OF parameters for touchscreensDmitry Torokhov2015-06-25
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-02
* Input: tsc2005 - add DT supportSebastian Reichel2014-05-29
* Input: tsc2005 - convert driver to use devm_*Sebastian Reichel2014-05-14
* Input: tsc2005 - use dev_err for error messagesSebastian Reichel2014-05-14
* Input: use dev_get_platdata()Jingoo Han2013-12-06
* Input: tsc2005 - remove redundant spi_set_drvdataSachin Kamat2013-09-20
* Input: tsc2005 - add MODULE_ALIASPali Rohár2013-02-17
* Input: remove use of __devexitBill Pemberton2012-11-24
* Input: remove use of __devinitBill Pemberton2012-11-24
* Input: remove use of __devexit_pBill Pemberton2012-11-24
* Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-04
* Input: convert SPI drivers to use module_spi_driver()Axel Lin2012-03-17
* switch ->is_visible() to returning umode_tAl Viro2012-01-03
* Input: tsc2005 - fix locking issueAaro Koskinen2011-03-24
* Input: tsc2005 - use relative jiffies to schedule the watchdogAaro Koskinen2011-03-24
* Input: tsc2005 - driver should depend on GENERIC_HARDIRQSGeert Uytterhoeven2011-03-24
* Input: tsc2005 - remove 'disable' sysfs attributeDmitry Torokhov2011-03-17
* Input: tsc2005 - add open/closeDmitry Torokhov2011-03-17
* Input: tsc2005 - handle read errors from SPI layerDmitry Torokhov2011-03-17
* Input: tsc2005 - do not rearm timer in hardirq handlerDmitry Torokhov2011-03-17
* Input: tsc2005 - don't use work for 'pen up' handlingDmitry Torokhov2011-03-17
* Input: tsc2005 - do not use 0 in place of NULLDmitry Torokhov2011-03-17
* Input: tsc2005 - use true/false for boolean variablesDmitry Torokhov2011-03-17
* Input: tsc2005 - hide selftest attribute if we can't resetDmitry Torokhov2011-03-17
* Input: tsc2005 - rework driver initialization codeDmitry Torokhov2011-03-17
* Input: tsc2005 - set up bus type in input deviceDmitry Torokhov2011-03-17
* Input: tsc2005 - set up parent deviceDmitry Torokhov2011-03-17
* Input: tsc2005 - clear driver data after unbindingDmitry Torokhov2011-03-17
* Input: tsc2005 - add module descriptionDmitry Torokhov2011-03-17
* Input: tsc2005 - remove driver banner messageDmitry Torokhov2011-03-17
* Input: tsc2005 - remove incorrect module aliasDmitry Torokhov2011-03-17
* Input: tsc2005 - convert to using dev_pm_opsDmitry Torokhov2011-03-17
* Input: tsc2005 - use spi_get/set_drvdata()Dmitry Torokhov2011-03-17
* Input: introduce tsc2005 driverLauri Leukkunen2011-03-17