summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds48-231/+244
2014-01-23Merge branch 'next' into for-linusDmitry Torokhov48-231/+244
2014-01-21mfd: mc13xxx: Remove useless symbol MFD_MC13783Alexander Shiyan1-1/+1
2014-01-21Merge tag 'ib-iio-input-3.13-1' into for-mfd-nextLee Jones1-2/+2
2014-01-20Input: edt_ft5x06 - use devm_* functions where appropriateLothar Waßmann1-43/+26
2014-01-07mfd: ti_am335x_tscadc: Don't read back REG_SESebastian Andrzej Siewior1-2/+2
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker35-35/+0
2013-12-18Input: zforce - fix error return code in zforce_start()Wei Yongjun1-1/+2
2013-12-16Input: ads7846 - convert to hwmon_device_register_with_groups()Guenter Roeck1-56/+25
2013-12-16Merge tag 'v3.13-rc4' into nextDmitry Torokhov4-13/+31
2013-12-15Input: cyttsp - include appropriate header file in cyttsp_i2c_common.cRashika Kheria1-0/+2
2013-12-15Input: zforce - fix possible driver hang during suspendHeiko Stübner1-6/+15
2013-12-09Merge tag 'v3.13-rc3' into for-linusDmitry Torokhov3-7/+11
2013-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-6/+20
2013-12-06Input: use dev_get_platdata()Jingoo Han18-25/+26
2013-12-01Input: usbtouchscreen - separate report and transmit buffer size handlingChristian Engelmayer1-4/+18
2013-12-01Input: sur40 - suppress false uninitialized variable warningDmitry Torokhov1-2/+2
2013-12-01Input: ads7846 - use IS_ENABLED() macroFabio Estevam1-2/+2
2013-11-25Input: tsc2007 - convert to use devres-managed resourcesDmitry Torokhov1-39/+40
2013-11-25Input: tsc2007 - remove unused poll_delay from platform dataDmitry Torokhov1-2/+0
2013-11-25Input: tsc2007 - add device tree support.Denis Carikli1-40/+133
2013-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-3/+480
2013-11-20Input: atmel-wm97xx - fix compile errorDmitry Torokhov1-1/+1
2013-11-20Input: cyttsp4 - remove unnecessary work pending testXie XiuQi1-2/+1
2013-11-20Input: add sur40 driver for Samsung SUR40 (aka MS Surface 2.0/Pixelsense)Florian Echtler3-0/+478
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds12-16/+862
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-11Input: usbtouchscreen: ignore eGalax/D-Wav/EETI HIDsForest Bond1-3/+1
2013-11-11Input: ti_am335x_tsc - fix spelling mistake in TSC/ADC DT bindingFelipe Balbi1-1/+8
2013-11-11Input: cyttsp4 - replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-4/+1
2013-10-31Input: add driver for Neonode zForce based touchscreensHeiko Stübner3-0/+850
2013-10-08Merge tag 'v3.12-rc4' into nextDmitry Torokhov1-2/+2
2013-10-06Input: st1232 - include linux/of.h headerSachin Kamat1-0/+1
2013-10-06Input: ti_am335x_tsc - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-06Input: egalax_ts - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-22Merge tag 'iio-for-3.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-3/+9
2013-09-21input: ti_am335x_tsc: Enable shared IRQ for TSCZubair Lutfullah1-3/+9
2013-09-20Input: tsc2005 - remove redundant spi_set_drvdataSachin Kamat1-2/+0
2013-09-20Input: ad7879-spi - remove redundant spi_set_drvdataSachin Kamat1-1/+0
2013-09-20Input: ad7877 - remove redundant spi_set_drvdataSachin Kamat1-2/+0
2013-09-18Input: cyttsp4_core - remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-09-18Merge tag 'v3.11' into nextDmitry Torokhov10-238/+330
2013-09-18Input: htcpen - remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-2/+2
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-140/+114
2013-09-06Merge branch 'next' into for-linusDmitry Torokhov5-140/+114
2013-08-29Input: max11801_ts - convert to devmFabio Estevam1-28/+9
2013-08-29Input: cyttsp4 - kill 'defined but not used' compiler warningsGeert Uytterhoeven1-100/+100
2013-08-26Input: cyttsp4 - remove useless NULL test from cyttsp4_watchdog_timer()Wei Yongjun1-3/+0