summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-134-7/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-122-2/+24
|\
| * Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov2012-01-102-2/+24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-1032-520/+1508
|\ \ | |/
| * Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messagesDmitry Torokhov2012-01-041-8/+9
| * Input: ucb1400_ts - convert to threaded IRQDmitry Torokhov2012-01-041-122/+113
| * Input: ucb1400_ts - drop inline annotationsDmitry Torokhov2012-01-041-9/+9
| * Input: usb1400_ts - add __devinit/__devexit section annotationsDmitry Torokhov2012-01-041-5/+5
| * Input: ucb1400_ts - set driver ownerDmitry Torokhov2012-01-041-0/+1
| * Input: ucb1400_ts - convert to use dev_pm_opsDmitry Torokhov2012-01-041-6/+6
| * Input: add driver for pixcir i2c touchscreensJianchun Bian2011-12-303-0/+252
| * Input: add driver for AUO In-Cell touchscreens using pixcir ICsHeiko Stübner2011-12-273-0/+666
| * Input: migor-ts - rework probe() to simplify error pathDmitry Torokhov2011-12-121-25/+18
| * Input: migor-ts - use proper client data accessor functionsDmitry Torokhov2011-12-121-5/+4
| * Input: migor-ts - convert to a threaded IRQDmitry Torokhov2011-12-121-41/+24
| * Input: htcpen - switch to DMI-based autoloadingDmitry Torokhov2011-11-301-6/+1
| * Input: ad7879-i2c - use swapped variant of i2c_smbus_read_word_dataJonathan Cameron2011-11-301-2/+2
| * Input: touchscreen - use macro module_platform_driver()JJ Ding2011-11-3018-228/+18
| * Input: remove redundant spi driver bus initializationLars-Peter Clausen2011-11-293-3/+0
| * Input: ad7879-i2c - remove redundant MODULE_ALIASAxel Lin2011-11-291-1/+0
| * Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-297-17/+24
| |\
| * | Input: ad7879 - consolidate PM methodsDmitry Torokhov2011-11-154-56/+19
| * | Input: add EETI eGalax I2C capacitive multi touch driverZhang Jiejing2011-11-153-0/+314
| * | Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-093-13/+15
| * | Input: usbtouchscreen - add ELO IntelliTouch 2700 supportMichael Gebetsroither2011-11-052-0/+42
* | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-2/+3
|\ \ \
| * | | Input: zylonite-wm97xx - replace IRQ_GPIO() with gpio_to_irq()Axel Lin2011-12-281-2/+3
| | |/ | |/|
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-1/+12
|\ \ \
| * | | PM / input / touchscreen: Make st1232 use device PM QoS constraintsRafael J. Wysocki2011-12-251-1/+12
| |/ /
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-4/+4
|\ \ \
| * | | switch ->is_visible() to returning umode_tAl Viro2012-01-032-4/+4
| |/ /
* | | USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
|/ /
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-065-0/+5
|\ \
| * | drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2011-10-315-0/+5
* | | Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2011-11-031-17/+17
|\ \ \ | |/ / |/| |
| * | input: Convert mc13783-ts to mc13xxx APIUwe Kleine-König2011-10-241-17/+17
* | | Merge branch 'next' into for-linusDmitry Torokhov2011-10-2615-137/+531
|\ \ \ | |/ / |/| / | |/
| * Input: tsc2007 - make sure that X plate resistance is specifiedPhilip Rakity2011-10-111-0/+6
| * Input: ad7879-i2c - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov2011-10-061-4/+2
| * Input: atmel_mxt_ts - use snprintf for sysfs attribute show methodDaniel Kurtz2011-10-061-6/+15
| * Input: add a driver for TSC-40 serial touchscreenSebastian Andrzej Siewior2011-09-283-0/+197
| * Input: penmount - simplify unregister procedureDmitry Torokhov2011-09-201-4/+4
| * Input: penmount - rework handling of different protocolsDmitry Torokhov2011-09-201-56/+64
| * Input: penmount - add PenMount 6250 supportJohn Sung2011-09-201-0/+23
| * Input: penmount - add PenMount 3000 supportJohn Sung2011-09-201-4/+75
| * Input: penmount - add PenMount 6000 supportJohn Sung2011-09-201-8/+57
| * Input: penmount - fix the protocolJohn Sung2011-09-201-6/+8
| * Input: remove IRQF_DISABLED from driversYong Zhang2011-09-077-8/+8
| * Merge commit 'v3.1-rc4' into nextDmitry Torokhov2011-09-074-2/+18
| |\
| * | Input: tsc2007 - add open and close methodsDmitry Torokhov2011-08-261-8/+38
OpenPOWER on IntegriCloud