summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2013-08-26Input: omap-keypad - clear interrupts on openIllia Smyrnov-1/+2
2013-08-26Input: omap-keypad - convert to threaded IRQIllia Smyrnov-9/+20
2013-08-26Input: omap-keypad - use bitfiled instead of hardcoded valuesIllia Smyrnov-14/+11
2013-08-26Input: cyttsp4 - remove useless NULL test from cyttsp4_watchdog_timer()Wei Yongjun-3/+0
2013-08-25Input: serio: convert bus code to use drv_groupsGreg Kroah-Hartman-10/+11
2013-08-25Input: gameport: convert bus code to use drv_groupsGreg Kroah-Hartman-5/+7
2013-08-24Input: elantech - fix packet check for v3 and v4 hardwareMatteo Delfino-4/+41
2013-08-24Input: wacom - add support for 0x300 and 0x301Ping Cheng-1/+9
2013-08-24Input: wacom - fix error return code in wacom_probe()Wei Yongjun-3/+5
2013-08-24Input: as5011 - fix error return code in as5011_probe()Wei Yongjun-0/+1
2013-08-15Input: keyboard, serio - simplify use of devm_ioremap_resourceJulia Lawall-27/+4
2013-08-15Input: tegra-kbc - simplify use of devm_ioremap_resourceJulia Lawall-6/+1
2013-08-15Input: htcpen - fix incorrect placement of __initdataSachin Kamat-1/+1
2013-08-13Input: qt1070 - add power management opsBo Shen-0/+27
2013-08-13Input: wistron_btns - add MODULE_DEVICE_TABLEStefan Lippers-Hollmann-0/+1
2013-08-13Input: wistron_btns - mark the Medion MD96500 keymap as testedStefan Lippers-Hollmann-1/+1
2013-08-13Input: wistron_btns - drop bogus MODULE_VERSION macroStefan Lippers-Hollmann-1/+0
2013-08-12Input: synaptics - fix incorrect placement of __initconstSachin Kamat-2/+2
2013-08-12Input: lifebook - fix incorrect placement of __initconstSachin Kamat-1/+1
2013-08-12Input: wistron_btns - fix incorrect placement of __initconstSachin Kamat-1/+1
2013-08-12Input: joysticks - use dev_get_platdata()Jingoo Han-3/+3
2013-08-12Input: pwm-beeper - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han-1/+1
2013-08-12Input: eeti_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han-4/+2
2013-08-12Input: cy8ctmg110_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han-4/+2
2013-08-12Input: max7359 - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han-1/+1
2013-08-12Input: wacom - integrate resolution calculationPing Cheng-57/+41
2013-08-12Input: twl6040-vibra - remove support for legacy (pdata) modePeter Ujfalusi-26/+15
2013-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-56/+162
2013-07-12Merge branch 'next' into for-linusDmitry Torokhov-24/+118
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds-85/+203
2013-07-06Input: nspire-keypad - replace magic offset with defineDaniel Tang-1/+1
2013-07-06Input: elantech - fix for newer hardware versions (v7)Matteo Delfino-8/+9
2013-07-06Input: cyttsp4 - use 16bit address for I2C/SPI communicationFerruh Yigit-32/+44
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-417/+4391
2013-07-04Input: cyttsp4 - kfree xfer_buf on error path in probe()Ferruh Yigit-1/+3
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-27/+27
2013-07-02Input: tps6507x-ts - select INPUT_POLLDEVDmitry Torokhov-0/+1
2013-07-02Input: ads7846 - add device tree bindingsDaniel Mack-11/+104
2013-07-02Input: ads7846 - make sure we do not change platform dataDmitry Torokhov-5/+5
2013-07-02Input: bcm5974 - add support for the 2013 MacBook AirDmitry Torokhov-2/+34
2013-07-02Input: cyttsp4 - leak on error path in probe()Dan Carpenter-3/+3
2013-07-02Input: cyttsp4 - silence NULL dereference warningDan Carpenter-5/+0
2013-07-02Input: cyttsp4 - silence shift wrap warningDan Carpenter-1/+1
2013-07-02Merge branch 'next' into for-linusDmitry Torokhov-325/+4722
2013-07-01Input: tps6507x-ts - convert to polled input device infrastructureDmitry Torokhov-78/+48
2013-06-30Input: cyttsp4 - SPI driver for Cypress TMA4XX touchscreen devicesFerruh Yigit-0/+215
2013-06-30Input: cyttsp4 - I2C driver for Cypress TMA4XX touchscreen devicesFerruh Yigit-0/+100
2013-06-30Input: cyttsp4 - add core driver for Cypress TMA4XX touchscreen devicesFerruh Yigit-0/+2654
2013-06-30Input: cyttsp - I2C driver split into two modulesFerruh Yigit-74/+112