summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2013-07-05Input: cyttsp4 - kfree xfer_buf on error path in probe()Ferruh Yigit1-1/+3
2013-07-03Input: tps6507x-ts - select INPUT_POLLDEVDmitry Torokhov1-0/+1
2013-07-03Input: cyttsp4 - leak on error path in probe()Dan Carpenter1-3/+3
2013-07-03Input: cyttsp4 - silence NULL dereference warningDan Carpenter1-5/+0
2013-07-03Input: 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-07-01Input: cyttsp4 - SPI driver for Cypress TMA4XX touchscreen devicesFerruh Yigit3-0/+215
2013-07-01Input: cyttsp4 - I2C driver for Cypress TMA4XX touchscreen devicesFerruh Yigit3-0/+100
2013-07-01Input: cyttsp4 - add core driver for Cypress TMA4XX touchscreen devicesFerruh Yigit4-0/+2654
2013-07-01Input: cyttsp - I2C driver split into two modulesFerruh Yigit6-74/+112
2013-06-28Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov1-1/+1
2013-06-25Input: tps6507x-ts - remove vref from platform dataDmitry Torokhov1-5/+0
2013-06-25Input: tps6507x-ts - use bool for booleansDmitry Torokhov1-7/+7
2013-06-25Input: tps6507x-ts - remove bogus unreachable codeAlan Cox1-20/+5
2013-06-19Input: wacom_i2c - implement hovering capabilityTatsunosuke Tobita1-4/+10
2013-06-06Input: atmel_tsadcc - fix error handing with missing platform dataWei Yongjun1-4/+4
2013-06-06Input: cyttsp - fix swapped mfg_stat and mfg_cmd registersMatthias Kaehlcke1-1/+1
2013-06-06Input: cyttsp - add missing handshakeFerruh Yigit1-6/+20
2013-06-06Input: cyttsp - fix memcpy size paramFerruh Yigit1-1/+1
2013-05-23Input: touchscreen - use platform_{get,set}_drvdata()Jingoo Han2-2/+2
2013-05-08Input: w90p910_ts - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-06Input: tnetv107x-ts - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-06Input: ti_am335x_tsc - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-06Input: mc13783_ts - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-06Input: jornada720_ts - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-06Input: intel-mid-touch - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-06Input: da9052_tsi - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-06Input: atmel-wm97xx - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-06Input: 88pm860x-ts - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-06Input: egalax_ts - move to devm_* functionsAndy Shevchenko1-39/+14
2013-05-06Input: egalax_ts - ABS_MT_POSITION_Y not reported wellHeiko Abraham1-1/+1
2013-04-15Input: st1232 - add reset pin handlingBastian Hecht1-4/+43
2013-04-15Input: st1232 - convert to devm_* infrastructureLaurent Pinchart1-22/+12
2013-04-08Input: ad7877 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-5/+5
2013-04-08Input: ads7846 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-03-31Input: eeti_ts - remove redundant null checkSachin Kamat1-2/+1
2013-03-31Input: edt-ft5x06 - remove redundant null check before kfreeSachin Kamat1-2/+1
2013-03-18Input: mc13783_ts - use module_platform_driver_probe()Fabio Porcedda1-11/+1
2013-03-18Input: atmel-wm97xx - use module_platform_driver_probe macroSachin Kamat1-11/+1
2013-03-18Merge tag 'v3.9-rc3' into nextDmitry Torokhov9-544/+518
2013-03-12Input: wm9712 - fix dev_dbg newlinesMarkus Pargmann1-9/+9
2013-03-12Input: wm9712 - fix wrong pen up readingsMarkus Pargmann1-2/+6
2013-03-12Input: wm9712 - fix return code for wrong sampleMarkus Pargmann1-1/+1
2013-03-12Input: wm97xx - drop out of range inputsMarkus Pargmann1-0/+11
2013-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-10/+31
2013-03-11Input: mms114 - Fix regulator enable and disable pathsMark Brown1-9/+25
2013-03-11Input: ads7864 - check return value of regulator enableMark Brown1-1/+6
2013-03-09Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds1-2/+2
2013-03-09Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz1-2/+62