summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorLines
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-78/+1731
2014-12-15Merge branch 'next' into for-linusDmitry Torokhov-78/+1731
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-17/+0
2014-12-07Input: add support for Elan eKTH I2C touchscreensScott Liu-0/+1284
2014-12-05input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki-1/+1
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-17/+0
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han-78/+38
2014-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-2/+2
2014-10-31Input: add driver for the Goodix touchpanelBastien Nocera-0/+409
2014-10-24Input: wm97xx - adapt parameters to tosa touchscreen.Dmitry Eremin-Solenikov-2/+2
2014-10-20input: touchscreen: drop owner assignment from platform_driversWolfram Sang-17/+0
2014-10-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+194
2014-10-14input: edt-ft5x06: replace strnicmp with strncasecmpRasmus Villemoes-1/+1
2014-10-11Merge tag 'v3.17' into nextDmitry Torokhov-8/+21
2014-10-09Input: Add Microchip AR1021 i2c touchscreenChristian Gmeiner-0/+194
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-7/+3
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe-7/+3
2014-09-10Input: atmel_mxt_ts - fix double free of input deviceStephen Warren-5/+13
2014-09-09Input: atmel_mxt_ts - downgrade warning about empty interruptsNick Dyer-1/+6
2014-09-09Input: wm971x - fix typo in module parameter descriptionMasanari Iida-2/+2
2014-08-14Merge branch 'next' into for-linusDmitry Torokhov-169/+198
2014-08-13Input: edt-ft5x06 - remove superfluous assignmentMaks Naumov-1/+0
2014-08-13Input: atmel_mxt_ts - fix a few issues reported by CoverityDmitry Torokhov-6/+11
2014-08-13Input: atmel_mxt_ts - split config update a bitDmitry Torokhov-125/+145
2014-08-13Input: atmel_mxt_ts - simplify mxt_initialize a bitDmitry Torokhov-39/+42
2014-08-07Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AANick Dyer-3/+5
2014-08-06Merge branch 'next' into for-linusDmitry Torokhov-791/+1442
2014-07-31Input: jornada720_ts - get rid of space indentation and use tabPramod Gurav-13/+12
2014-07-31Input: jornada720_ts - switch to using managed resourcesPramod Gurav-32/+13
2014-07-30Input: mcs5000_ts - remove ifdef around power management methodsFabio Estevam-4/+2
2014-07-30Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEPFabio Estevam-1/+1
2014-07-30Input: ads7846 - release resources on failure for clean exitPramod Gurav-2/+4
2014-07-28Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer-26/+73
2014-07-28Input: pixcir_i2c_ts - add device tree supportRoger Quadros-0/+77
2014-07-28Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDsRoger Quadros-17/+57
2014-07-28Input: pixcir_i2c_ts - use Type-B Multi-Touch protocolRoger Quadros-31/+94
2014-07-24Input: ipaq-micro-ts - introduce open/closeDmitry Torokhov-32/+56
2014-07-24Input: driver for touchscreen on iPaq h3xxxDmitry Artamonow-0/+155
2014-07-24Merge tag 'v3.16-rc6' into nextDmitry Torokhov-372/+1
2014-07-23Input: atmel_mxt_ts - implement T44 message handlingNick Dyer-32/+159
2014-07-23Input: atmel_mxt_ts - split message handler into separate functionsNick Dyer-59/+64
2014-07-23Input: atmel_mxt_ts - decode T6 status messagesNick Dyer-20/+40
2014-07-23Input: atmel_mxt_ts - add support for dynamic message sizeNick Dyer-52/+68
2014-07-23Input: atmel_mxt_ts - recover from bootloader on probeNick Dyer-17/+50
2014-07-23Input: atmel_mxt_ts - add bootloader addresses for new chipsNick Dyer-0/+6
2014-07-23Input: atmel_mxt_ts - handle bootloader previously unlockedNick Dyer-9/+18
2014-07-23Input: atmel_mxt_ts - handle APP_CRC_FAIL on startupNick Dyer-10/+43
2014-07-23Input: atmel_mxt_ts - calculate and check CRC in config fileNick Dyer-55/+177
2014-07-23Input: atmel_mxt_ts - download device config using firmware loaderNick Dyer-74/+204
2014-07-23Input: atmel_mxt_ts - implement device tree supportStephen Warren-5/+63