aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAge
* Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-05-29
|\
| * mfd: Convert wm831x to irq_domainMark Brown2012-05-20
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-05-24
|\ \
| * | Input: atmel_mxt_ts - dump each message on just 1 lineDaniel Kurtz2012-05-10
| * | Input: atmel_mxt_ts - do not read extra (checksum) byteDaniel Kurtz2012-05-10
| * | Input: atmel_mxt_ts - verify object size in mxt_write_objectDaniel Kurtz2012-05-10
| * | Input: atmel_mxt_ts - only allow root to update firmwareDaniel Kurtz2012-05-10
| * | Input: atmel_mxt_ts - use CONFIG_PM_SLEEPDaniel Kurtz2012-05-10
| * | Input: add support for DA9052/53 touch screen controllerAshish Jangam2012-04-30
| * | Input: usbtouchscreen - only expose e2i configure option in expert modeShawn Landden2012-04-30
| * | Input: usbtouchscreen - fix typoShawn Landden2012-04-30
| * | Input: lpc32xx_ts - fix device tree compatible stringRoland Stigge2012-04-24
| * | Merge commit 'v3.4-rc4' into nextDmitry Torokhov2012-04-22
| |\|
| * | Input: lpc32xx_ts - add device tree supportRoland Stigge2012-04-21
| * | Input: wacom_i2c - do not use irq_to_gpioDmitry Torokhov2012-04-10
| * | Input: serio - use module_serio_driverAxel Lin2012-04-04
| * | Input: st1232 - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov2012-04-04
| * | Input: st1232 - add device tree supportMagnus Damm2012-04-04
| * | Input: add support for Wacom Stylus device with I2C interfaceTatsunosuke Tobita2012-04-04
* | | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-22
|\ \ \
| * | | USB: input: usbtouchscreen.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-04
| * | | USB: usbtouchscreen.c: remove dbg() usageGreg Kroah-Hartman2012-05-02
| * | | USB: input: usbtouchscreen.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-01
| * | | USB: usbtouchscreen.c: remove err() usageGreg Kroah-Hartman2012-04-25
| | |/ | |/|
* / | Input: Kconfig: remove dependency for atmel_tsadcc driverNicolas Ferre2012-04-16
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-04-12
|\ \
| * | Input: tps6507x-ts - fix MODULE_ALIAS to match driver nameUwe Kleine-König2012-04-03
| |/
* | Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-03-28
|\ \
| * | mfd: Add pdata to set mc13783-ts conversion delayMichael Thalmeier2012-03-06
* | | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-27
|\ \ \
| * | | ARM: 7341/1: input: prepare jornada720 keyboard and ts for sa11x0 sparse irqRob Herring2012-03-25
| |/ /
* | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-27
|\ \ \ | |_|/ |/| |
| * | ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim2012-03-02
| |/
* | Input: ili210x - add support for Ilitek ILI210x based touchscreensOlivier Sobrie2012-03-17
* | Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov2012-03-17
* | Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-17
* | Input: convert SPI drivers to use module_spi_driver()Axel Lin2012-03-17
* | Input: hp680_ts_input - ensure arguments to request_irq and free_irq are comp...Julia Lawall2012-03-13
* | Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-09
|\|
| * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-12
| |\
| | * Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov2012-01-11
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-10
| |\|
| * | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-09
| |\ \
| | * | Input: zylonite-wm97xx - replace IRQ_GPIO() with gpio_to_irq()Axel Lin2011-12-28
| * | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-08
| |\ \ \
| | * | | PM / input / touchscreen: Make st1232 use device PM QoS constraintsRafael J. Wysocki2011-12-25
| | |/ /
| * | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-08
| |\ \ \
| | * | | switch ->is_visible() to returning umode_tAl Viro2012-01-03
| | |/ /
| * / / USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman2011-11-18
| |/ /