summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Input: cyttsp4 - remove useless NULL test from cyttsp4_watchdog_timer()Wei Yongjun2013-08-261-3/+0
* | | | | | Input: wacom - fix error return code in wacom_probe()Wei Yongjun2013-08-241-3/+5
* | | | | | Input: as5011 - fix error return code in as5011_probe()Wei Yongjun2013-08-241-0/+1
* | | | | | Input: keyboard, serio - simplify use of devm_ioremap_resourceJulia Lawall2013-08-155-27/+4
* | | | | | Input: tegra-kbc - simplify use of devm_ioremap_resourceJulia Lawall2013-08-151-6/+1
* | | | | | Input: htcpen - fix incorrect placement of __initdataSachin Kamat2013-08-151-1/+1
* | | | | | Input: qt1070 - add power management opsBo Shen2013-08-131-0/+27
* | | | | | Input: wistron_btns - add MODULE_DEVICE_TABLEStefan Lippers-Hollmann2013-08-131-0/+1
* | | | | | Input: wistron_btns - mark the Medion MD96500 keymap as testedStefan Lippers-Hollmann2013-08-131-1/+1
* | | | | | Input: wistron_btns - drop bogus MODULE_VERSION macroStefan Lippers-Hollmann2013-08-131-1/+0
* | | | | | Input: synaptics - fix incorrect placement of __initconstSachin Kamat2013-08-121-2/+2
* | | | | | Input: lifebook - fix incorrect placement of __initconstSachin Kamat2013-08-121-1/+1
* | | | | | Input: wistron_btns - fix incorrect placement of __initconstSachin Kamat2013-08-121-1/+1
* | | | | | Input: joysticks - use dev_get_platdata()Jingoo Han2013-08-122-3/+3
* | | | | | Input: pwm-beeper - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han2013-08-121-1/+1
* | | | | | Input: eeti_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han2013-08-121-4/+2
* | | | | | Input: cy8ctmg110_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han2013-08-121-4/+2
* | | | | | Input: max7359 - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han2013-08-121-1/+1
* | | | | | Input: wacom - integrate resolution calculationPing Cheng2013-08-122-57/+41
* | | | | | Input: twl6040-vibra - remove support for legacy (pdata) modePeter Ujfalusi2013-08-121-26/+15
| |_|_|_|/ |/| | | |
* | | | | Input: nspire-keypad - replace magic offset with defineDaniel Tang2013-07-061-1/+1
* | | | | Input: elantech - fix for newer hardware versions (v7)Matteo Delfino2013-07-061-8/+9
* | | | | Input: ads7846 - add device tree bindingsDaniel Mack2013-07-021-11/+104
* | | | | Input: ads7846 - make sure we do not change platform dataDmitry Torokhov2013-07-021-5/+5
| |_|_|/ |/| | |
* | | | Input: cyttsp4 - SPI driver for Cypress TMA4XX touchscreen devicesFerruh Yigit2013-06-303-0/+215
* | | | Input: cyttsp4 - I2C driver for Cypress TMA4XX touchscreen devicesFerruh Yigit2013-06-303-0/+100
* | | | Input: cyttsp4 - add core driver for Cypress TMA4XX touchscreen devicesFerruh Yigit2013-06-304-0/+2654
* | | | Input: cyttsp - I2C driver split into two modulesFerruh Yigit2013-06-306-74/+112
* | | | Input: add OLPC AP-SP driverDaniel Drake2013-06-303-0/+298
* | | | Input: nspire-keypad - remove redundant dev_err call in nspire_keypad_probe()Wei Yongjun2013-06-271-3/+1
* | | | Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov2013-06-2715-92/+497
|\| | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-06-052-3/+7
| |\| | | | |/ | |/|
| | * Input: wacom - fix a typo for Cintiq 22HDTPing Cheng2013-06-041-3/+5
| | * Input: synaptics - fix sync lost after resume on some laptopsEric Miao2013-06-041-0/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-05-233-23/+69
| |\|
| | * Input: wacom - add an eraser to DTH2242/DTK2241Ping Cheng2013-05-231-4/+15
| | * Input: wacom - add a few new styli for Cintiq seriesPing Cheng2013-05-051-19/+17
| | * Input: wacom - add three new display tabletsPing Cheng2013-05-052-0/+37
| | * Input: egalax_ts - ABS_MT_POSITION_Y not reported wellHeiko Abraham2013-05-051-1/+1
| * | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-093-8/+8
| |\ \
| | * | Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-163-8/+8
| * | | Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-05-057-18/+383
| |\ \ \
| | * | | input: Export matrix_keypad_parse_of_params()Michal Marek2013-04-191-0/+1
| | * | | input: Add ChromeOS EC keyboard driverSimon Glass2013-04-053-0/+347
| | * | | input: matrix-keymap: Add function to read the new DT bindingSimon Glass2013-04-054-18/+35
| | |/ /
| * | | input: single_open() leakAl Viro2013-05-051-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-32/+26
| |\ \ \
| | * | | hp_sdc_rtc: Don't use create_proc_read_entry()David Howells2013-04-291-32/+26
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-05-0135-427/+2673
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'next' into for-linusDmitry Torokhov2013-05-0153-1003/+3472
| | |\ \
OpenPOWER on IntegriCloud