summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-1/+1
|\
| * ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim2012-03-021-1/+1
* | Input: ili210x - add support for Ilitek ILI210x based touchscreensOlivier Sobrie2012-03-173-0/+376
* | Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov2012-03-173-33/+3Star
* | Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-1711-143/+11Star
* | Input: convert SPI drivers to use module_spi_driver()Axel Lin2012-03-175-55/+5Star
* | Input: hp680_ts_input - ensure arguments to request_irq and free_irq are comp...Julia Lawall2012-03-131-1/+1
* | Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-0910-28/+51
|\|
| * 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-112-2/+24
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-1032-520/+1508
| |\|
| * | 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-042-4/+4
| | |/ /
| * / / USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1Star
| |/ /
* | | Input: atmel-wm97xx - convert to dev_pm_opsDmitry Torokhov2012-03-041-8/+9
* | | Input: atmel-wm97xx - set driver ownerDmitry Torokhov2012-03-041-1/+2
* | | Input: cyttsp - remove useless checks in cyttsp_probe()Dmitry Torokhov2012-03-041-1/+1
* | | Input: usbtouchscreen - add support for Data Modul EasyTouch TP 72037Armando Visconti2012-03-042-0/+72
* | | Input: add support for TI Touchscreen controllerRachna Patil2012-03-043-0/+499
* | | Input: add Cypress TTSP capacitive multi-touch screen supportJavier Martinez Canillas2012-01-316-2/+1165
| |/ |/|
* | Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messagesDmitry Torokhov2012-01-051-8/+9
* | Input: ucb1400_ts - convert to threaded IRQDmitry Torokhov2012-01-051-122/+113Star
* | Input: ucb1400_ts - drop inline annotationsDmitry Torokhov2012-01-051-9/+9
* | Input: usb1400_ts - add __devinit/__devexit section annotationsDmitry Torokhov2012-01-051-5/+5
* | Input: ucb1400_ts - set driver ownerDmitry Torokhov2012-01-051-0/+1
* | Input: ucb1400_ts - convert to use dev_pm_opsDmitry Torokhov2012-01-051-6/+6
* | Input: add driver for pixcir i2c touchscreensJianchun Bian2011-12-313-0/+252
* | Input: add driver for AUO In-Cell touchscreens using pixcir ICsHeiko Stübner2011-12-283-0/+666
* | Input: migor-ts - rework probe() to simplify error pathDmitry Torokhov2011-12-121-25/+18Star
* | Input: migor-ts - use proper client data accessor functionsDmitry Torokhov2011-12-121-5/+4Star
* | Input: migor-ts - convert to a threaded IRQDmitry Torokhov2011-12-121-41/+24Star
* | Input: htcpen - switch to DMI-based autoloadingDmitry Torokhov2011-12-011-6/+1Star
* | Input: ad7879-i2c - use swapped variant of i2c_smbus_read_word_dataJonathan Cameron2011-12-011-2/+2
* | Input: touchscreen - use macro module_platform_driver()JJ Ding2011-12-0118-228/+18Star
* | Input: remove redundant spi driver bus initializationLars-Peter Clausen2011-11-293-3/+0Star
* | Input: ad7879-i2c - remove redundant MODULE_ALIASAxel Lin2011-11-291-1/+0Star
* | Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-297-17/+24
|\|
| * Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-075-0/+5
| |\
| | * drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2011-11-015-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-2715-137/+531
| |\ \ | | |/ | |/|
| * | Input: wacom - add POINTER and DIRECT device propertiesJason Gerecke2011-09-081-0/+2
* | | Input: ad7879 - consolidate PM methodsDmitry Torokhov2011-11-164-56/+19Star
* | | Input: add EETI eGalax I2C capacitive multi touch driverZhang Jiejing2011-11-153-0/+314