aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-23Input: silead - add OF device ID tableJavier Martinez Canillas1-0/+13
2017-03-15Input: tps6507x-ts - update to devm_* APIYegor Yefremov1-28/+5
2017-03-09Merge branch 'ib/4.10-sparse-keymap-managed' into nextDmitry Torokhov1-1/+1
2017-03-01Input: ad7879 - do not manipulate capability bits directlyDmitry Torokhov1-7/+2
2017-03-01Input: ad7879 - try parsing properties on non-DT systemsDmitry Torokhov1-4/+3
2017-03-01Input: ad7879 - return plain error code from ad7879_probe()Dmitry Torokhov4-30/+19
2017-03-01Input: ad7879 - make sure we set up drvdataDmitry Torokhov2-2/+2
2017-02-25Input: ad7879 - add header file to fix ad7879.c build errorsRandy Dunlap1-0/+1
2017-02-23Merge branch 'tsc2007' into nextDmitry Torokhov5-70/+285
2017-02-23Input: ad7879 - update MODULE_AUTHOR email addressMichael Hennerich3-3/+3
2017-02-23Input: ad7879-spi - remove bits_per_word = 16 enforcementMichael Hennerich1-8/+0
2017-02-23Input: ad7879 - allow exporting AUX/VBAT/GPIO pin via device propertyDmitry Torokhov1-2/+13
2017-02-23Input: ad7879 - use more devm interfacesDmitry Torokhov4-62/+21
2017-02-23Input: ad7879 - convert to use regmapDmitry Torokhov5-156/+64
2017-02-22Input: tsc2007 - correctly report pressure and not resistance to user spaceH. Nikolaus Schaller1-0/+2
2017-02-22Input: tsc2007 - rename function tsc2007_calculate_pressureH. Nikolaus Schaller3-7/+6
2017-02-22Input: tsc2007 - switch to using input_set_capability()Dmitry Torokhov1-2/+1
2017-02-20Input: zet6223 - export OF device ID as module aliasesJavier Martinez Canillas1-0/+1
2017-02-17Input: tsc2007 - add iio interface to read external ADC input and temperatureH. Nikolaus Schaller5-66/+273
2017-02-17Input: tsc2007 - check for presence and power down tsc2007 during probeH. Nikolaus Schaller1-0/+8
2017-02-12Input: tsc2004/5 - switch to using generic device propertiesDmitry Torokhov1-63/+30
2017-02-12Input: tsc2004/5 - fix regulator handlingDmitry Torokhov1-12/+7
2017-02-12Input: tsc2005 - add OF device tableDmitry Torokhov1-1/+11
2017-02-09Input: add driver for Zeitec ZET6223Jelle van der Waa3-0/+279
2017-01-24Merge tag 'v4.10-rc5' into nextDmitry Torokhov2-3/+3
2017-01-24Input: wm97xx - make missing platform data non-fatalManuel Lauss1-1/+1
2017-01-22Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck6-9/+0
2017-01-22Input: max11801_ts - drop call to input_set_drvdata()Dmitry Torokhov1-1/+0
2017-01-21Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck5-7/+0
2017-01-21Input: touchscreen - use local variables consistentlyGuenter Roeck6-8/+7
2017-01-21Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck5-8/+0
2017-01-18Input: sis_i2c - drop unnecessary call to i2c_set_clientdataGuenter Roeck1-1/+0
2017-01-18Input: eeti_ts - drop goto to return statementGuenter Roeck1-3/+1
2017-01-18Input: atmel-wm97xx - drop unnecessary error messagesGuenter Roeck1-3/+1
2017-01-18Input: ar1021_i2c - drop unnecessary call to i2c_set_clientdataGuenter Roeck1-1/+0
2017-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+2
2017-01-06Input: intel-mid-touch - remove driverAndy Shevchenko3-667/+0
2017-01-06Input: edt_ft5x06 - change msleep to usleep_range for small msecsAniroop Mathur1-2/+2
2017-01-05Input: elants_i2c - avoid divide by 0 errors on bad touchscreen dataGuenter Roeck1-2/+2
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-25/+141
2016-12-15Merge branch 'synaptics-rmi4' into nextDmitry Torokhov3-34/+638
2016-12-15Input: imx6ul_tsc - generalize the averaging propertyGuy Shapiro1-11/+27
2016-11-30Input: imx6ul_tsc - convert int to u32Guy Shapiro1-21/+21
2016-11-30Input: imx6ul_tsc - add mask when set REG_ADC_CFGHaibo Chen1-1/+10
2016-11-27Input: imx6ul_tsc - add support for sample averagingGuy Shapiro1-0/+18
2016-11-23power_supply: wm97xx_battery: use power_supply_get_drvdataRobert Jarzmik1-1/+1
2016-11-16Input: raydium_i2c_ts - fix spelling mistake in dev_err messageColin Ian King1-1/+1
2016-11-16Input: silead - add regulator supportHans de Goede1-0/+29
2016-11-08Input: melfas_mip4 - add product ID reportingSangwon Jee1-1/+2
2016-10-26Input: fsl-imx25-tcq - fix module autoload when registered via OFJavier Martinez Canillas1-0/+1