aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2017-04-03Input: eeti_ts - use gpio_get_value_cansleepDmitry Torokhov1-1/+1
2017-04-03Input: eeti_ts - respect interrupt set in client structureDmitry Torokhov1-7/+6
2017-04-03Input: eeti_ts - switch to using managed resourcesDmitry Torokhov1-48/+22
2017-04-03Input: eeti_ts - use input_set_capability()Dmitry Torokhov1-2/+1
2017-04-03Input: eeti_ts - use get_unaligned_be16() to retrieve dataDmitry Torokhov1-2/+4
2017-04-03Input: eeti_ts - use BIT(n)Dmitry Torokhov1-4/+4
2017-04-03Input: eeti_ts - rename eeti_ts_priv to eeti_tsDmitry Torokhov1-57/+58
2017-04-03Merge tag 'v4.11-rc5' into nextDmitry Torokhov2-31/+34
2017-03-29Input: max11801_ts - add missing of_match_tableJagan Teki1-0/+7
2017-03-29Input: melfas_mip4 - ensure that device is presentDmitry Torokhov1-0/+11
2017-03-25Input: ads7846 - avoid pen up/down when reading hwmonDavid Jander1-1/+1
2017-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+3
2017-03-23Input: silead - add OF device ID tableJavier Martinez Canillas1-0/+13
2017-03-23input: touchscreen: mxs-lradc: Add support for touchscreenKsenija Stanojevic3-0/+725
2017-03-16Input: sur40 - validate number of endpoints before using themJohan Hovold1-0/+3
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-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-31/+31
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-20Merge branch 'next' into for-linusDmitry Torokhov29-786/+339
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