aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-1/+2
2017-05-22Input: atmel_mxt_ts - add T100 as a readable objectMaxime Roussin-BĂ©langer1-0/+1
2017-05-22Input: edt-ft5x06 - increase allowed data range for threshold parameterMartin Kepplinger1-1/+1
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+2
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds19-510/+569
2017-05-03Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-0/+725
2017-05-01Input: ar1021_i2c - use BIT to check for a bitMartin Kepplinger1-1/+2
2017-05-01Input: ar1021_i2c - enable touch mode during openMartin Kepplinger1-0/+15
2017-04-27input: touchscreen: mxs-lradc: || vs && typosDan Carpenter1-3/+3
2017-04-20Annotate hardware config module parameters in drivers/input/David Howells1-2/+2
2017-04-14Input: ar1021_i2c - highlight support for AR1020Martin Kepplinger2-5/+5
2017-04-14Input: ar1021_i2c - do not force raising edge IRQ triggerDmitry Torokhov1-1/+1
2017-04-14Input: ar1021_i2c - fix too long name in driver's device tableDmitry Torokhov1-1/+1
2017-04-12Input: ar1021_i2c - coding style fixesMartin Kepplinger1-2/+2
2017-04-12Input: lpc32xx_ts - check for clk_prepare_enable() errorFabio Estevam1-5/+8
2017-04-12Input: imx6ul_tsc - fix error handlingFabio Estevam1-3/+12
2017-04-05Input: sur40 - fix bad endianness handling in sur40_pollMartin Kepplinger1-1/+1
2017-04-05Input: eeti_ts - switch to gpiod APIDmitry Torokhov1-17/+7
2017-04-05Input: eeti_ts - expect platform code to set interrupt triggerDmitry Torokhov1-5/+1
2017-04-03Input: eeti_ts - switch to using threaded interruptDmitry Torokhov1-43/+36
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/dtor/inputLinus 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