summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2012-04-20Input: serio_raw - ensure we don't block in non-blocking readDmitry Torokhov-18/+25
2012-04-20Input: tc3589x-keypad - remove unnecessary checksDmitry Torokhov-13/+9
2012-04-20Input: cma3000-d0x - remove unneeded checksDmitry Torokhov-1/+1
2012-04-20Input: matrix-keypad - undo GPIO setup if input_register_device failsDmitry Torokhov-23/+30
2012-04-20Input: matrix-keypad - allocate keycodes with keypad structureDmitry Torokhov-13/+10
2012-04-20Input: matrix-keypad - fix 'duplicate const' sparse warningDmitry Torokhov-6/+4
2012-04-20Input: lpc32xx_ts - add device tree supportRoland Stigge-0/+10
2012-04-20Input: synaptics - fix regression with "image sensor" trackpadsBenjamin Herrenschmidt-1/+2
2012-04-16mfd: Convert twl6040 to i2c driver, and separate it from twl corePeter Ujfalusi-4/+3
2012-04-16Input: Kconfig: remove dependency for atmel_tsadcc driverNicolas Ferre-2/+2
2012-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-13/+28
2012-04-11Input: da9052 - fix memory leak in da9052_onkey_probe()Jesper Juhl-1/+2
2012-04-11Input: ep93xx_keypad - switch to using dev_pm_opsDmitry Torokhov-16/+10
2012-04-10Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.hMark Brown-1/+1
2012-04-10Input: wacom_i2c - do not use irq_to_gpioDmitry Torokhov-37/+4
2012-04-10Input: trackpoint - use psmouse_fmt() for messagesJJ Ding-6/+8
2012-04-10Input: elantech - v4 is a clickpad, with only one buttonJJ Ding-2/+4
2012-04-10Input: elantech - reset touchpad before configuring itJJ Ding-0/+4
2012-04-04Input: gameport - use module_gameport_driverAxel Lin-136/+11
2012-04-04Input: serio - use module_serio_driverAxel Lin-452/+31
2012-04-04Input: wacom - add Intuos5 multitouch sensor supportJason Gerecke-5/+84
2012-04-04Input: wacom - add Intuos5 Touch Ring LED supportJason Gerecke-12/+59
2012-04-04Input: wacom - add Intuos5 Touch Ring/ExpressKey supportJason Gerecke-2/+32
2012-04-04Input: wacom - add basic Intuos5 supportJason Gerecke-3/+36
2012-04-04Input: st1232 - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov-7/+4
2012-04-04Input: st1232 - add device tree supportMagnus Damm-0/+9
2012-04-04Input: add support for LM8333 keypadsWolfram Sang-0/+247
2012-04-04Input: add support for Wacom Stylus device with I2C interfaceTatsunosuke Tobita-0/+328
2012-04-03Input: xilinx_ps2 - allocate serio port separatelyDmitry Torokhov-17/+18
2012-04-03Input: sentelic - filter taps in absolute modeOskari Saarenmaa-0/+8
2012-04-03Input: tps6507x-ts - fix MODULE_ALIAS to match driver nameUwe Kleine-König-3/+1
2012-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-194/+694
2012-03-29Input: wacom - check for allocation failure in probe()Dan Carpenter-0/+2
2012-03-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2012-03-29Merge branch 'fixes-gpio-to-irq' into fixesTony Lindgren-1/+1
2012-03-29drivers: input: Fix OMAP_GPIO_IRQ with gpio_to_irq() in ams_delta_serio_exit()Tarun Kanti DebBarma-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-8/+0
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds-1/+36
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-8/+0
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-24/+81
2012-03-27Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-20/+34
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-1/+1
2012-03-27Merge branch 'next' into for-linusDmitry Torokhov-194/+692
2012-03-27Input: tegra-kbc - allocate pdata before using itViresh Kumar-0/+1
2012-03-25Input: amijoy - add missing platform checkGeert Uytterhoeven-0/+3
2012-03-25Input: wacom - wireless battery statusChris Bagwell-2/+64
2012-03-25Input: wacom - create inputs when wireless connectChris Bagwell-10/+109
2012-03-25Input: wacom - wireless monitor frameworkChris Bagwell-6/+62
2012-03-25Input: wacom - isolate input registrationChris Bagwell-20/+33