aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-31Revert "Input: atmel_mxt_ts - use deep sleep mode when stopped"Linus Torvalds1-73/+26
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+3
2014-12-18Merge branch 'next' into for-linusDmitry Torokhov1-1/+3
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds23-78/+1731
2014-12-15Input: edt-ft5x06 - fixed a macro coding style issueAsaf Vertz1-1/+3
2014-12-15Merge branch 'next' into for-linusDmitry Torokhov23-78/+1731
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds17-17/+0
2014-12-07Input: add support for Elan eKTH I2C touchscreensScott Liu3-0/+1284
2014-12-05input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman17-17/+0
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han19-78/+38
2014-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+2
2014-10-31Input: add driver for the Goodix touchpanelBastien Nocera3-0/+409
2014-10-24Input: wm97xx - adapt parameters to tosa touchscreen.Dmitry Eremin-Solenikov1-2/+2
2014-10-20input: touchscreen: drop owner assignment from platform_driversWolfram Sang17-17/+0
2014-10-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-0/+194
2014-10-14input: edt-ft5x06: replace strnicmp with strncasecmpRasmus Villemoes1-1/+1
2014-10-11Merge tag 'v3.17' into nextDmitry Torokhov3-8/+21
2014-10-09Input: Add Microchip AR1021 i2c touchscreenChristian Gmeiner3-0/+194
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-7/+3
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-7/+3
2014-09-10Input: atmel_mxt_ts - fix double free of input deviceStephen Warren1-5/+13
2014-09-09Input: atmel_mxt_ts - downgrade warning about empty interruptsNick Dyer1-1/+6
2014-09-09Input: wm971x - fix typo in module parameter descriptionMasanari Iida2-2/+2
2014-08-14Merge branch 'next' into for-linusDmitry Torokhov2-169/+198
2014-08-13Input: edt-ft5x06 - remove superfluous assignmentMaks Naumov1-1/+0
2014-08-13Input: atmel_mxt_ts - fix a few issues reported by CoverityDmitry Torokhov1-6/+11
2014-08-13Input: atmel_mxt_ts - split config update a bitDmitry Torokhov1-125/+145
2014-08-13Input: atmel_mxt_ts - simplify mxt_initialize a bitDmitry Torokhov1-39/+42
2014-08-07Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AANick Dyer1-3/+5
2014-08-06Merge branch 'next' into for-linusDmitry Torokhov12-791/+1442
2014-07-31Input: jornada720_ts - get rid of space indentation and use tabPramod Gurav1-13/+12
2014-07-31Input: jornada720_ts - switch to using managed resourcesPramod Gurav1-32/+13
2014-07-30Input: mcs5000_ts - remove ifdef around power management methodsFabio Estevam1-4/+2
2014-07-30Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEPFabio Estevam1-1/+1
2014-07-30Input: ads7846 - release resources on failure for clean exitPramod Gurav1-2/+4
2014-07-28Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer1-26/+73
2014-07-28Input: pixcir_i2c_ts - add device tree supportRoger Quadros1-0/+77
2014-07-28Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDsRoger Quadros1-17/+57
2014-07-28Input: pixcir_i2c_ts - use Type-B Multi-Touch protocolRoger Quadros1-31/+94
2014-07-24Input: ipaq-micro-ts - introduce open/closeDmitry Torokhov1-32/+56
2014-07-24Input: driver for touchscreen on iPaq h3xxxDmitry Artamonow3-0/+155
2014-07-24Merge tag 'v3.16-rc6' into nextDmitry Torokhov3-372/+1
2014-07-23Input: atmel_mxt_ts - implement T44 message handlingNick Dyer1-32/+159
2014-07-23Input: atmel_mxt_ts - split message handler into separate functionsNick Dyer1-59/+64
2014-07-23Input: atmel_mxt_ts - decode T6 status messagesNick Dyer1-20/+40
2014-07-23Input: atmel_mxt_ts - add support for dynamic message sizeNick Dyer1-52/+68
2014-07-23Input: atmel_mxt_ts - recover from bootloader on probeNick Dyer1-17/+50
2014-07-23Input: atmel_mxt_ts - add bootloader addresses for new chipsNick Dyer1-0/+6
2014-07-23Input: atmel_mxt_ts - handle bootloader previously unlockedNick Dyer1-9/+18