aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-13Input: pixcir_i2c_ts - remove wakeirq related code from pixcir driverVignesh R1-12/+0
2015-10-10Input: ft6236 - change module license string to match copyright noticeDmitry Torokhov1-1/+1
2015-10-06Input: ft6236 - do not explicitly set driver's ownerFengguang Wu1-1/+0
2015-10-06Input: edt-ft5x06 - do not call desc_to_gpio for invalid gpiosFranklin S Cooper Jr1-2/+3
2015-10-05Input: add support for ROHM BU21023/24 touchscreenYoichi Yuasa3-0/+1230
2015-10-05Merge tag 'v4.3-rc4' into nextDmitry Torokhov2-14/+24
2015-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-14/+24
2015-10-02Input: add support for FocalTech FT6236 touchscreen controllerNoralf Trønnes3-0/+341
2015-10-02Input: cyttsp - use PTR_ERR_OR_ZERO()Javier Martinez Canillas1-4/+1
2015-10-02Input: ads7846 - use PTR_ERR_OR_ZERO()Javier Martinez Canillas1-3/+1
2015-10-02Input: tps6507x-ts - simplify function return logicJavier Martinez Canillas1-8/+1
2015-10-02Input: auo-pixcir-ts - simplify function return logicJavier Martinez Canillas1-6/+1
2015-10-02Input: zforce - simplify function return logicJavier Martinez Canillas1-6/+1
2015-09-29Merge tag 'v4.3-rc3' into nextDmitry Torokhov5-15/+49
2015-09-27Input: edt-ft5x06 - do not hardcode interrupt trigger typeDmitry Torokhov1-3/+9
2015-09-27Input: edt-ft5x06 - use generic properties APIDmitry Torokhov1-11/+15
2015-09-27Input: edt-ft5x06 - remove support for platform dataDmitry Torokhov1-37/+4
2015-09-27Input: edt-ft5x06 - drop parsing of irq gpioDmitry Torokhov1-10/+0
2015-09-27Input: edt-ft5x06 - switch to newer gpio frameworkFranklin S Cooper Jr1-91/+38
2015-09-19Input: imx6ul_tsc - fix controller nameFabio Estevam1-1/+1
2015-09-19Input: imx6ul_tsc - use the preferred method for kzalloc()Fabio Estevam1-1/+1
2015-09-19Input: imx6ul_tsc - check for negative return valueFabio Estevam1-1/+1
2015-09-19Input: imx6ul_tsc - propagate the errorsFabio Estevam1-9/+19
2015-09-19Input: mms114 - remove unneded semicolonsJavier Martinez Canillas1-2/+2
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds7-3/+936
2015-09-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-4/+4
2015-09-11Merge branch 'next' into for-linusDmitry Torokhov7-3/+936
2015-09-05Input: touchscreen - add imx6ul_tsc driver supportHaibo Chen3-0/+536
2015-09-05Input: Add touchscreen support for Colibri VF50Sanchayan Maity3-0/+399
2015-09-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds28-454/+647
2015-09-04Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-9/+4
2015-09-03Input: elants_i2c - extend the calibration timeout to 12 secondsJames Chen1-1/+1
2015-09-03Input: cyttsp - remove unnecessary MODULE_ALIAS()Javier Martinez Canillas2-2/+0
2015-09-03Merge branch 'next' into for-linusDmitry Torokhov28-469/+1115
2015-08-24Input: sur40 - fix error return codeJulia Lawall1-0/+1
2015-08-21ALSA: ac97: Switch to dev_pm_opsLars-Peter Clausen1-9/+4
2015-08-13Input: elants_i2c - fix for devm_gpiod_get API changeStephen Rothwell1-9/+1
2015-08-07Input: elants_i2c - enable asynchronous probingDmitry Torokhov1-0/+1
2015-08-07Input: elants_i2c - wire up regulator supportDmitry Torokhov1-22/+162
2015-08-07treewide: Fix typo in printkMasanari Iida1-2/+2
2015-08-05Input: elants_i2c - disable idle mode before updating firmwareJames Chen1-1/+7
2015-08-04Input: atmel_mxt_ts - remove warning on zero T44 countNick Dyer1-9/+8
2015-08-04Input: atmel_mxt_ts - initialise input slots with INPUT_MT_DIRECTNick Dyer1-0/+2
2015-08-04Input: atmel_mxt_ts - disable interrupt for 50ms after resetNick Dyer1-1/+8
2015-08-04Input: atmel_mxt_ts - improve device tree parsingNick Dyer1-13/+9
2015-08-04Input: atmel_mxt_ts - suspend/resume causes panic if input_dev fails to initPan Xinhui1-0/+6
2015-08-04Input: atmel_mxt_ts - remove unused definesNick Dyer1-65/+1
2015-08-04Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer1-11/+108
2015-08-04Input: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-4/+4
2015-08-03Input: zforce - make the interrupt GPIO optionalDirk Behme1-14/+49