summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
* | | | | | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2013-09-061-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | dts: Deprecate ALTR as a vendor prefixDinh Nguyen2013-08-291-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-3/+3
|\ \ \ \ \
| * | | | | HID: Correct the USB IDs for the new Macbook Air 6Henrik Rydberg2013-09-041-3/+3
| |/ / / /
* | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-032-15/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Input: serio: convert bus code to use drv_groupsGreg Kroah-Hartman2013-08-251-10/+11
| * | | | Input: gameport: convert bus code to use drv_groupsGreg Kroah-Hartman2013-08-251-5/+7
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-08-305-6/+53
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Input: i8042 - disable the driver on ARC platformsMischa Jonker2013-08-291-1/+2
| * | Input: xpad - add signature for Razer Onza Classic EditionMag2013-08-261-0/+1
| * | Input: elantech - fix packet check for v3 and v4 hardwareMatteo Delfino2013-08-242-4/+41
| * | Input: wacom - add support for 0x300 and 0x301Ping Cheng2013-08-241-1/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-07-138-56/+162
|\| |
| * | Merge branch 'next' into for-linusDmitry Torokhov2013-07-123-24/+118
| |\|
| | * 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 - use 16bit address for I2C/SPI communicationFerruh Yigit2013-07-065-32/+44
* | | Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-07-101-85/+203
|\ \ \
| * \ \ Merge tag 'am335x_tsc-adc' of git://breakpoint.cc/bigeasy/linuxSamuel Ortiz2013-06-131-85/+203
| |\ \ \
| | * | | input: ti_am335x_tsc: return IRQ_NONE if there was no IRQ for usSebastian Andrzej Siewior2013-06-121-4/+6
| | * | | input: ti_am335x_tsc: ACK the HW_PEN irq in ISRSebastian Andrzej Siewior2013-06-121-0/+6
| | * | | input: ti_am335x_adc: use only FIFO0 and clean up a littleSebastian Andrzej Siewior2013-06-121-37/+41
| | * | | mfd: input: ti_am335x_tsc: rename device from tsc to TI-am335x-tscSebastian Andrzej Siewior2013-06-121-1/+1
| | * | | input: ti_am33x_tsc: remove platform_data supportSebastian Andrzej Siewior2013-06-121-24/+1
| | * | | input: ti_am33x_tsc: Add DT supportPatil, Rachna2013-06-121-23/+82
| | * | | input: ti_am33x_tsc: remove unwanted fifo flushPatil, Rachna2013-06-121-10/+0
| | * | | input: ti_am33x_tsc: Order of TSC wires, made configurablePatil, Rachna2013-06-121-16/+86
| | * | | input: ti_am33x_tsc: Step enable bits made configurablePatil, Rachna2013-06-121-2/+10
| | * | | mfd: input: iio: ti_am335x_adc: use one structure for ti_tscadc_devSebastian Andrzej Siewior2013-06-121-7/+9
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-07-0476-417/+4391
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Input: cyttsp4 - kfree xfer_buf on error path in probe()Ferruh Yigit2013-07-041-1/+3
| * | | | Input: tps6507x-ts - select INPUT_POLLDEVDmitry Torokhov2013-07-021-0/+1
| * | | | Input: bcm5974 - add support for the 2013 MacBook AirDmitry Torokhov2013-07-021-2/+34
| * | | | Input: cyttsp4 - leak on error path in probe()Dan Carpenter2013-07-021-3/+3