summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
...
* | | Input: ar1021_i2c - use BIT to check for a bitMartin Kepplinger2017-05-011-1/+2
* | | Input: ar1021_i2c - enable touch mode during openMartin Kepplinger2017-05-011-0/+15
* | | Input: ar1021_i2c - highlight support for AR1020Martin Kepplinger2017-04-142-5/+5
* | | Input: ar1021_i2c - do not force raising edge IRQ triggerDmitry Torokhov2017-04-141-1/+1
* | | Input: ar1021_i2c - fix too long name in driver's device tableDmitry Torokhov2017-04-141-1/+1
* | | Input: ar1021_i2c - coding style fixesMartin Kepplinger2017-04-121-2/+2
* | | Input: lpc32xx_ts - check for clk_prepare_enable() errorFabio Estevam2017-04-121-5/+8
* | | Input: imx6ul_tsc - fix error handlingFabio Estevam2017-04-121-3/+12
* | | Input: sur40 - fix bad endianness handling in sur40_pollMartin Kepplinger2017-04-051-1/+1
* | | Input: eeti_ts - switch to gpiod APIDmitry Torokhov2017-04-051-17/+7
* | | Input: eeti_ts - expect platform code to set interrupt triggerDmitry Torokhov2017-04-051-5/+1
* | | Input: eeti_ts - switch to using threaded interruptDmitry Torokhov2017-04-031-43/+36
* | | Input: eeti_ts - use gpio_get_value_cansleepDmitry Torokhov2017-04-031-1/+1
* | | Input: eeti_ts - respect interrupt set in client structureDmitry Torokhov2017-04-031-7/+6
* | | Input: eeti_ts - switch to using managed resourcesDmitry Torokhov2017-04-031-48/+22
* | | Input: eeti_ts - use input_set_capability()Dmitry Torokhov2017-04-031-2/+1
* | | Input: eeti_ts - use get_unaligned_be16() to retrieve dataDmitry Torokhov2017-04-031-2/+4
* | | Input: eeti_ts - use BIT(n)Dmitry Torokhov2017-04-031-4/+4
* | | Input: eeti_ts - rename eeti_ts_priv to eeti_tsDmitry Torokhov2017-04-031-57/+58
* | | Merge tag 'v4.11-rc5' into nextDmitry Torokhov2017-04-032-31/+34
|\ \ \ | |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-03-231-0/+3
| |\ \ | | |/ | |/|
| | * Input: sur40 - validate number of endpoints before using themJohan Hovold2017-03-161-0/+3
| * | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-31/+31
| |/
| * Merge branch 'next' into for-linusDmitry Torokhov2017-02-2029-786/+339
| |\
* | | Input: max11801_ts - add missing of_match_tableJagan Teki2017-03-291-0/+7
* | | Input: melfas_mip4 - ensure that device is presentDmitry Torokhov2017-03-291-0/+11
* | | Input: ads7846 - avoid pen up/down when reading hwmonDavid Jander2017-03-251-1/+1
* | | Input: silead - add OF device ID tableJavier Martinez Canillas2017-03-231-0/+13
* | | Input: tps6507x-ts - update to devm_* APIYegor Yefremov2017-03-151-28/+5
* | | Merge branch 'ib/4.10-sparse-keymap-managed' into nextDmitry Torokhov2017-03-091-1/+1
|\ \ \ | |/ /
| * | Input: wm97xx - make missing platform data non-fatalManuel Lauss2017-01-241-1/+1
* | | Input: ad7879 - do not manipulate capability bits directlyDmitry Torokhov2017-03-011-7/+2
* | | Input: ad7879 - try parsing properties on non-DT systemsDmitry Torokhov2017-03-011-4/+3
* | | Input: ad7879 - return plain error code from ad7879_probe()Dmitry Torokhov2017-03-014-30/+19
* | | Input: ad7879 - make sure we set up drvdataDmitry Torokhov2017-03-012-2/+2
* | | Input: ad7879 - add header file to fix ad7879.c build errorsRandy Dunlap2017-02-251-0/+1
* | | Merge branch 'tsc2007' into nextDmitry Torokhov2017-02-235-70/+285
|\ \ \
| * | | Input: tsc2007 - correctly report pressure and not resistance to user spaceH. Nikolaus Schaller2017-02-221-0/+2
| * | | Input: tsc2007 - rename function tsc2007_calculate_pressureH. Nikolaus Schaller2017-02-223-7/+6
| * | | Input: tsc2007 - switch to using input_set_capability()Dmitry Torokhov2017-02-221-2/+1
| * | | Input: tsc2007 - add iio interface to read external ADC input and temperatureH. Nikolaus Schaller2017-02-175-66/+273
| * | | Input: tsc2007 - check for presence and power down tsc2007 during probeH. Nikolaus Schaller2017-02-171-0/+8
* | | | Input: ad7879 - update MODULE_AUTHOR email addressMichael Hennerich2017-02-233-3/+3
* | | | Input: ad7879-spi - remove bits_per_word = 16 enforcementMichael Hennerich2017-02-231-8/+0
* | | | Input: ad7879 - allow exporting AUX/VBAT/GPIO pin via device propertyDmitry Torokhov2017-02-231-2/+13
* | | | Input: ad7879 - use more devm interfacesDmitry Torokhov2017-02-234-62/+21
* | | | Input: ad7879 - convert to use regmapDmitry Torokhov2017-02-235-156/+64
| |_|/ |/| |
* | | Input: zet6223 - export OF device ID as module aliasesJavier Martinez Canillas2017-02-201-0/+1
* | | Input: tsc2004/5 - switch to using generic device propertiesDmitry Torokhov2017-02-121-63/+30
* | | Input: tsc2004/5 - fix regulator handlingDmitry Torokhov2017-02-121-12/+7
OpenPOWER on IntegriCloud