summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Input: cyttsp4 - silence shift wrap warningDan Carpenter2013-07-021-1/+1
| * | | | Merge branch 'next' into for-linusDmitry Torokhov2013-07-0223-139/+3111
| |\ \ \ \
| * | | | | Input: tps6507x-ts - convert to polled input device infrastructureDmitry Torokhov2013-07-011-78/+48
| * | | | | Input: tps6507x-ts - remove vref from platform dataDmitry Torokhov2013-06-251-5/+0
| * | | | | Input: tps6507x-ts - use bool for booleansDmitry Torokhov2013-06-251-7/+7
| * | | | | Input: tps6507x-ts - remove bogus unreachable codeAlan Cox2013-06-251-20/+5
| * | | | | Input: cyttsp - fix swapped mfg_stat and mfg_cmd registersMatthias Kaehlcke2013-06-051-1/+1
| * | | | | Input: cyttsp - add missing handshakeFerruh Yigit2013-06-051-6/+20
| * | | | | Input: cyttsp - fix memcpy size paramFerruh Yigit2013-06-051-1/+1
| | |/ / / | |/| | |
* | | | | Input: htcpen - remove redundant dev_set_drvdataSachin Kamat2013-09-181-2/+0
| |_|_|/ |/| | |
* | | | Input: max11801_ts - convert to devmFabio Estevam2013-08-291-28/+9
* | | | Input: cyttsp4 - kill 'defined but not used' compiler warningsGeert Uytterhoeven2013-08-291-100/+100
* | | | Input: cyttsp4 - remove useless NULL test from cyttsp4_watchdog_timer()Wei Yongjun2013-08-261-3/+0
* | | | Input: htcpen - fix incorrect placement of __initdataSachin Kamat2013-08-151-1/+1
* | | | Input: eeti_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han2013-08-121-4/+2
* | | | Input: cy8ctmg110_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han2013-08-121-4/+2
| |_|/ |/| |
* | | Input: ads7846 - add device tree bindingsDaniel Mack2013-07-021-11/+104
* | | Input: ads7846 - make sure we do not change platform dataDmitry Torokhov2013-07-021-5/+5
| |/ |/|
* | Input: cyttsp4 - SPI driver for Cypress TMA4XX touchscreen devicesFerruh Yigit2013-06-303-0/+215
* | Input: cyttsp4 - I2C driver for Cypress TMA4XX touchscreen devicesFerruh Yigit2013-06-303-0/+100
* | Input: cyttsp4 - add core driver for Cypress TMA4XX touchscreen devicesFerruh Yigit2013-06-304-0/+2654
* | Input: cyttsp - I2C driver split into two modulesFerruh Yigit2013-06-306-74/+112
* | Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov2013-06-271-1/+1
|\|
| * Input: egalax_ts - ABS_MT_POSITION_Y not reported wellHeiko Abraham2013-05-051-1/+1
* | Input: wacom_i2c - implement hovering capabilityTatsunosuke Tobita2013-06-181-4/+10
* | Input: atmel_tsadcc - fix error handing with missing platform dataWei Yongjun2013-06-051-4/+4
* | Input: touchscreen - use platform_{get,set}_drvdata()Jingoo Han2013-05-232-2/+2
* | Input: w90p910_ts - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-2/+0
* | Input: tnetv107x-ts - remove redundant platform_set_drvdata()Sachin Kamat2013-05-051-2/+0
* | Input: ti_am335x_tsc - remove redundant platform_set_drvdata()Sachin Kamat2013-05-051-1/+0
* | Input: mc13783_ts - remove redundant platform_set_drvdata()Sachin Kamat2013-05-051-2/+0
* | Input: jornada720_ts - remove redundant platform_set_drvdata()Sachin Kamat2013-05-051-2/+0
* | Input: intel-mid-touch - remove redundant platform_set_drvdata()Sachin Kamat2013-05-051-2/+0
* | Input: da9052_tsi - remove redundant platform_set_drvdata()Sachin Kamat2013-05-051-2/+0
* | Input: atmel-wm97xx - remove redundant platform_set_drvdata()Sachin Kamat2013-05-051-2/+0
* | Input: 88pm860x-ts - remove redundant platform_set_drvdata()Sachin Kamat2013-05-051-1/+0
* | Input: egalax_ts - move to devm_* functionsAndy Shevchenko2013-05-051-39/+14
|/
* Input: st1232 - add reset pin handlingBastian Hecht2013-04-151-4/+43
* Input: st1232 - convert to devm_* infrastructureLaurent Pinchart2013-04-151-22/+12
* Input: ad7877 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-5/+5
* Input: ads7846 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-2/+2
* Input: eeti_ts - remove redundant null checkSachin Kamat2013-03-311-2/+1
* Input: edt-ft5x06 - remove redundant null check before kfreeSachin Kamat2013-03-311-2/+1
* Input: mc13783_ts - use module_platform_driver_probe()Fabio Porcedda2013-03-171-11/+1
* Input: atmel-wm97xx - use module_platform_driver_probe macroSachin Kamat2013-03-171-11/+1
* Merge tag 'v3.9-rc3' into nextDmitry Torokhov2013-03-179-544/+518
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-03-112-10/+31
| |\
| | * Input: mms114 - Fix regulator enable and disable pathsMark Brown2013-03-101-9/+25
| | * Input: ads7864 - check return value of regulator enableMark Brown2013-03-101-1/+6
| * | Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds2013-03-091-2/+2