aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2011-05-24Merge branch 'next' into for-linusGravatar Dmitry Torokhov 17-70/+399
2011-05-17Input: tsc2007 - add X, Y and Z fuzz factors to platform dataGravatar Thierry Reding 1-3/+4
2011-05-17Input: tsc2007 - add poll_period parameter to platform dataGravatar Thierry Reding 1-3/+3
2011-05-17Input: tsc2007 - add poll_delay parameter to platform dataGravatar Thierry Reding 1-2/+3
2011-05-17Input: tsc2007 - add max_rt parameter to platform dataGravatar Thierry Reding 1-1/+3
2011-05-17Input: tsc2007 - debounce pressure measurementGravatar Thierry Reding 1-1/+3
2011-05-14Input: atmel_tsadcc - correct call to input_free_deviceGravatar Julia Lawall 1-1/+1
2011-05-12Input: ads7846 - fix gpio_pendown configurationGravatar Igor Grinberg 1-0/+7
2011-05-12Input: ads7846 - add possibility to use external vref on ads7846Gravatar Alexander Stein 1-8/+11
2011-05-05Input: ads7846 - remove unused variable from struct ads7845_ser_reqGravatar Alexander Stein 1-1/+0
2011-05-05Input: ads7846 - make transfer buffers DMA safeGravatar Alexander Stein 1-2/+10
2011-05-03Input: h3600_ts_input - fix a leak of the IRQ during init failureGravatar Axel Lin 1-4/+4
2011-04-27Input: wm831x-ts - move BTN_TOUCH reporting to data transferGravatar Mark Brown 1-3/+2
2011-04-27Input: wm831x-ts - allow IRQ flags to be specifiedGravatar Mark Brown 1-3/+13
2011-04-27Input: wm831x-ts - fix races with IRQ managementGravatar Mark Brown 1-5/+49
2011-04-22Merge commit 'v2.6.39-rc4' into nextGravatar Dmitry Torokhov 14-49/+71
2011-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-7/+10
2011-04-12Input: atmel_mxt_ts - convert to MT protocol BGravatar Joonyoung Shim 1-12/+15
2011-04-12Input: atmel_mxt_ts - make CHG line high after enabling interruptsGravatar Iiro Valkonen 1-4/+8
2011-04-12Input: atmel_mxt_ts - support 12bit resolutionGravatar Joonyoung Shim 1-14/+39
2011-04-11Input: add driver for Maxim max11801 touchscreen controllerGravatar Zhang Jiejing 3-0/+285
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 6-7/+7
2011-04-06Input: h3600_ts - fix error handling at connectGravatar Christoph Fritz 1-7/+10
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 6-7/+7
2011-03-29drivers: Final irq namespace conversionGravatar Thomas Gleixner 2-2/+2
2011-03-26Input: h3600_ts_input - fix a spelling errorGravatar Sylvestre Ledru 1-1/+1
2011-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-6/+14
2011-03-23Input: tsc2005 - fix locking issueGravatar Aaro Koskinen 1-2/+10
2011-03-23Input: tsc2005 - use relative jiffies to schedule the watchdogGravatar Aaro Koskinen 1-2/+2
2011-03-23Input: tsc2005 - driver should depend on GENERIC_HARDIRQSGravatar Geert Uytterhoeven 2-2/+2
2011-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 9-1443/+2399
2011-03-18Merge branch 'next' into for-linusGravatar Dmitry Torokhov 9-1458/+2414
2011-03-16Merge branch 'tsc2005' into nextGravatar Dmitry Torokhov 3-0/+768
2011-03-16Input: tsc2005 - remove 'disable' sysfs attributeGravatar Dmitry Torokhov 1-48/+4
2011-03-16Input: tsc2005 - add open/closeGravatar Dmitry Torokhov 1-94/+124
2011-03-16Input: tsc2005 - handle read errors from SPI layerGravatar Dmitry Torokhov 1-19/+81
2011-03-16Input: tsc2005 - do not rearm timer in hardirq handlerGravatar Dmitry Torokhov 1-13/+1
2011-03-16Input: tsc2005 - don't use work for 'pen up' handlingGravatar Dmitry Torokhov 1-31/+27
2011-03-16Input: tsc2005 - do not use 0 in place of NULLGravatar Dmitry Torokhov 1-20/+16
2011-03-16Input: tsc2005 - use true/false for boolean variablesGravatar Dmitry Torokhov 1-12/+13
2011-03-16Input: tsc2005 - hide selftest attribute if we can't resetGravatar Dmitry Torokhov 1-18/+28
2011-03-16Input: tsc2005 - rework driver initialization codeGravatar Dmitry Torokhov 1-110/+105
2011-03-16Input: tsc2005 - set up bus type in input deviceGravatar Dmitry Torokhov 1-0/+1
2011-03-16Input: tsc2005 - set up parent deviceGravatar Dmitry Torokhov 1-0/+1
2011-03-16Input: tsc2005 - clear driver data after unbindingGravatar Dmitry Torokhov 1-1/+4
2011-03-16Input: tsc2005 - add module descriptionGravatar Dmitry Torokhov 1-0/+1
2011-03-16Input: tsc2005 - remove driver banner messageGravatar Dmitry Torokhov 1-1/+0
2011-03-16Input: tsc2005 - remove incorrect module aliasGravatar Dmitry Torokhov 1-1/+0
2011-03-16Input: tsc2005 - convert to using dev_pm_opsGravatar Dmitry Torokhov 1-12/+12