aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell4-7/+7
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-2/+24
2012-01-10Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov2-2/+24
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds32-520/+1508
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+3
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+12
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+4
2012-01-04Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messagesDmitry Torokhov1-8/+9
2012-01-04Input: ucb1400_ts - convert to threaded IRQDmitry Torokhov1-122/+113
2012-01-04Input: ucb1400_ts - drop inline annotationsDmitry Torokhov1-9/+9
2012-01-04Input: usb1400_ts - add __devinit/__devexit section annotationsDmitry Torokhov1-5/+5
2012-01-04Input: ucb1400_ts - set driver ownerDmitry Torokhov1-0/+1
2012-01-04Input: ucb1400_ts - convert to use dev_pm_opsDmitry Torokhov1-6/+6
2012-01-03switch ->is_visible() to returning umode_tAl Viro2-4/+4
2011-12-30Input: add driver for pixcir i2c touchscreensJianchun Bian3-0/+252
2011-12-28Input: zylonite-wm97xx - replace IRQ_GPIO() with gpio_to_irq()Axel Lin1-2/+3
2011-12-27Input: add driver for AUO In-Cell touchscreens using pixcir ICsHeiko Stübner3-0/+666
2011-12-25PM / input / touchscreen: Make st1232 use device PM QoS constraintsRafael J. Wysocki1-1/+12
2011-12-12Input: migor-ts - rework probe() to simplify error pathDmitry Torokhov1-25/+18
2011-12-12Input: migor-ts - use proper client data accessor functionsDmitry Torokhov1-5/+4
2011-12-12Input: migor-ts - convert to a threaded IRQDmitry Torokhov1-41/+24
2011-11-30Input: htcpen - switch to DMI-based autoloadingDmitry Torokhov1-6/+1
2011-11-30Input: ad7879-i2c - use swapped variant of i2c_smbus_read_word_dataJonathan Cameron1-2/+2
2011-11-30Input: touchscreen - use macro module_platform_driver()JJ Ding18-228/+18
2011-11-29Input: remove redundant spi driver bus initializationLars-Peter Clausen3-3/+0
2011-11-29Input: ad7879-i2c - remove redundant MODULE_ALIASAxel Lin1-1/+0
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov7-17/+24
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-15Input: ad7879 - consolidate PM methodsDmitry Torokhov4-56/+19
2011-11-15Input: add EETI eGalax I2C capacitive multi touch driverZhang Jiejing3-0/+314
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding3-13/+15
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds5-0/+5
2011-11-05Input: usbtouchscreen - add ELO IntelliTouch 2700 supportMichael Gebetsroither2-0/+42
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds1-17/+17
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker5-0/+5
2011-10-26Merge branch 'next' into for-linusDmitry Torokhov15-137/+531
2011-10-24input: Convert mc13783-ts to mc13xxx APIUwe Kleine-König1-17/+17
2011-10-11Input: tsc2007 - make sure that X plate resistance is specifiedPhilip Rakity1-0/+6
2011-10-06Input: ad7879-i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov1-4/+2
2011-10-06Input: atmel_mxt_ts - use snprintf for sysfs attribute show methodDaniel Kurtz1-6/+15
2011-09-28Input: add a driver for TSC-40 serial touchscreenSebastian Andrzej Siewior3-0/+197
2011-09-20Input: penmount - simplify unregister procedureDmitry Torokhov1-4/+4
2011-09-20Input: penmount - rework handling of different protocolsDmitry Torokhov1-56/+64
2011-09-20Input: penmount - add PenMount 6250 supportJohn Sung1-0/+23
2011-09-20Input: penmount - add PenMount 3000 supportJohn Sung1-4/+75
2011-09-20Input: penmount - add PenMount 6000 supportJohn Sung1-8/+57
2011-09-20Input: penmount - fix the protocolJohn Sung1-6/+8
2011-09-08Input: wacom - add POINTER and DIRECT device propertiesJason Gerecke1-0/+2
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang7-8/+8
2011-09-07Merge commit 'v3.1-rc4' into nextDmitry Torokhov4-2/+18