aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus 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/jikos/hidLinus Torvalds1-3/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus 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/jic23/iio into staging-nextGreg 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/dtor/inputLinus 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
2013-08-15Input: htcpen - fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-12Input: eeti_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han1-4/+2
2013-08-12Input: cy8ctmg110_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han1-4/+2
2013-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-47/+152
2013-07-12Merge branch 'next' into for-linusDmitry Torokhov1-15/+108
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-nextLinus Torvalds1-85/+203
2013-07-06Input: cyttsp4 - use 16bit address for I2C/SPI communicationFerruh Yigit5-32/+44
2013-07-04Input: cyttsp4 - kfree xfer_buf on error path in probe()Ferruh Yigit1-1/+3
2013-07-02Input: tps6507x-ts - select INPUT_POLLDEVDmitry Torokhov1-0/+1
2013-07-02Input: ads7846 - add device tree bindingsDaniel Mack1-11/+104
2013-07-02Input: ads7846 - make sure we do not change platform dataDmitry Torokhov1-5/+5
2013-07-02Input: cyttsp4 - leak on error path in probe()Dan Carpenter1-3/+3
2013-07-02Input: cyttsp4 - silence NULL dereference warningDan Carpenter1-5/+0
2013-07-02Input: cyttsp4 - silence shift wrap warningDan Carpenter1-1/+1
2013-07-02Merge branch 'next' into for-linusDmitry Torokhov23-139/+3111
2013-07-01Input: tps6507x-ts - convert to polled input device infrastructureDmitry Torokhov1-78/+48
2013-06-30Input: cyttsp4 - SPI driver for Cypress TMA4XX touchscreen devicesFerruh Yigit3-0/+215
2013-06-30Input: cyttsp4 - I2C driver for Cypress TMA4XX touchscreen devicesFerruh Yigit3-0/+100
2013-06-30Input: cyttsp4 - add core driver for Cypress TMA4XX touchscreen devicesFerruh Yigit4-0/+2654
2013-06-30Input: cyttsp - I2C driver split into two modulesFerruh Yigit6-74/+112
2013-06-27Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov1-1/+1