summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-04-121-3/+1
|\
| * Input: tps6507x-ts - fix MODULE_ALIAS to match driver nameUwe Kleine-König2012-04-031-3/+1
* | Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-03-281-1/+10
|\ \
| * | mfd: Add pdata to set mc13783-ts conversion delayMichael Thalmeier2012-03-061-1/+10
* | | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-271-0/+1
|\ \ \
| * | | ARM: 7341/1: input: prepare jornada720 keyboard and ts for sa11x0 sparse irqRob Herring2012-03-251-0/+1
| |/ /
* | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-1/+1
|\ \ \ | |_|/ |/| |
| * | ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim2012-03-031-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-163-33/+3
* | Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-1611-143/+11
* | Input: convert SPI drivers to use module_spi_driver()Axel Lin2012-03-165-55/+5
* | Input: hp680_ts_input - ensure arguments to request_irq and free_irq are comp...Julia Lawall2012-03-121-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-102-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-032-4/+4
| | |/ /
| * / / USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
| |/ /
* | | 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-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
|\|
| * 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