aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc2005.c
AgeCommit message (Expand)Author
2017-02-12Input: tsc2005 - add OF device tableDmitry Torokhov
2016-07-20Input: tsc200x - report proper input_dev nameMichael Welling
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2015-11-03Input: tsc200x-core - rename functions and variablesMichael Welling
2015-11-03Input: tsc2005 - separate SPI and core functionsMichael Welling
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-07-27Input: tsc2005 - convert to gpiodSebastian Reichel
2015-07-27Input: tsc2005 - simplify drvdata acquisitionSebastian Reichel
2015-07-27Input: tsc2005 - convert to regmapSebastian Reichel
2015-07-27Input: tsc2005 - improve readability of register definesSebastian Reichel
2015-07-11Input: of_touchscreen - switch to using device propertiesDmitry Torokhov
2015-06-25Input: improve parsing OF parameters for touchscreensDmitry Torokhov
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han
2014-05-29Input: tsc2005 - add DT supportSebastian Reichel
2014-05-14Input: tsc2005 - convert driver to use devm_*Sebastian Reichel
2014-05-14Input: tsc2005 - use dev_err for error messagesSebastian Reichel
2013-12-06Input: use dev_get_platdata()Jingoo Han
2013-09-20Input: tsc2005 - remove redundant spi_set_drvdataSachin Kamat
2013-02-16Input: tsc2005 - add MODULE_ALIASPali Rohár
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen
2012-03-16Input: convert SPI drivers to use module_spi_driver()Axel Lin
2012-01-03switch ->is_visible() to returning umode_tAl Viro
2011-03-23Input: tsc2005 - fix locking issueAaro Koskinen
2011-03-23Input: tsc2005 - use relative jiffies to schedule the watchdogAaro Koskinen
2011-03-23Input: tsc2005 - driver should depend on GENERIC_HARDIRQSGeert Uytterhoeven
2011-03-16Input: tsc2005 - remove 'disable' sysfs attributeDmitry Torokhov
2011-03-16Input: tsc2005 - add open/closeDmitry Torokhov
2011-03-16Input: tsc2005 - handle read errors from SPI layerDmitry Torokhov
2011-03-16Input: tsc2005 - do not rearm timer in hardirq handlerDmitry Torokhov
2011-03-16Input: tsc2005 - don't use work for 'pen up' handlingDmitry Torokhov
2011-03-16Input: tsc2005 - do not use 0 in place of NULLDmitry Torokhov
2011-03-16Input: tsc2005 - use true/false for boolean variablesDmitry Torokhov
2011-03-16Input: tsc2005 - hide selftest attribute if we can't resetDmitry Torokhov
2011-03-16Input: tsc2005 - rework driver initialization codeDmitry Torokhov
2011-03-16Input: tsc2005 - set up bus type in input deviceDmitry Torokhov
2011-03-16Input: tsc2005 - set up parent deviceDmitry Torokhov
2011-03-16Input: tsc2005 - clear driver data after unbindingDmitry Torokhov
2011-03-16Input: tsc2005 - add module descriptionDmitry Torokhov
2011-03-16Input: tsc2005 - remove driver banner messageDmitry Torokhov
2011-03-16Input: tsc2005 - remove incorrect module aliasDmitry Torokhov
2011-03-16Input: tsc2005 - convert to using dev_pm_opsDmitry Torokhov
2011-03-16Input: tsc2005 - use spi_get/set_drvdata()Dmitry Torokhov
2011-03-16Input: introduce tsc2005 driverLauri Leukkunen