summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge branch 'next' into for-linusDmitry Torokhov2013-07-123-24/+118
| | |\ \
| | * | | 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
| | * | | | | Input: cyttsp4 - silence NULL dereference warningDan Carpenter2013-07-021-5/+0
| | * | | | | Input: cyttsp4 - silence shift wrap warningDan Carpenter2013-07-021-1/+1
| | * | | | | Merge branch 'next' into for-linusDmitry Torokhov2013-07-0281-325/+4722
| | |\ \ \ \ \
| | * | | | | | Input: tps6507x-ts - convert to polled input device infrastructureDmitry Torokhov2013-07-011-78/+48
| | * | | | | | Input: tps6507x-ts - remove vref from platform dataDmitry Torokhov2013-06-251-5/+0
| | * | | | | | Input: tps6507x-ts - use bool for booleansDmitry Torokhov2013-06-251-7/+7
| | * | | | | | Input: tps6507x-ts - remove bogus unreachable codeAlan Cox2013-06-251-20/+5
| | * | | | | | Input: samsung-keypad - let device core setup the default pin configurationThomas Abraham2013-06-251-50/+2
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | treewide: relase -> releaseGeert Uytterhoeven2013-06-281-1/+1
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-031-27/+27
| |\ \ \ \ \ \ \
| | * | | | | | | input: cros_ec_keyb_clear_keyboard() depends on CONFIG_PM_SLEEPGeert Uytterhoeven2013-06-231-27/+27
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-06-236-9/+27
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | / / / / | | | |/ / / / | | |/| | | |
| | * | | | | Input: xpad - fix for "Mad Catz Street Fighter IV FightPad" controllersShawn Joseph2013-06-181-1/+1
| | * | | | | Input: wacom - add a new stylus (0x100802) for Intuos5 and CintiqsPing Cheng2013-06-181-0/+2
| | * | | | | Input: add missing dependencies on CONFIG_HAS_IOMEMBen Hutchings2013-06-102-0/+2
| | * | | | | Input: cyttsp - fix swapped mfg_stat and mfg_cmd registersMatthias Kaehlcke2013-06-051-1/+1
| | * | | | | Input: cyttsp - add missing handshakeFerruh Yigit2013-06-051-6/+20
| | * | | | | Input: cyttsp - fix memcpy size paramFerruh Yigit2013-06-051-1/+1
* | | | | | | Input: rb532_button - remove redundant dev_set_drvdataSachin Kamat2013-09-181-1/+0
* | | | | | | Input: htcpen - remove redundant dev_set_drvdataSachin Kamat2013-09-181-2/+0
* | | | | | | Input: cobalt_btns - remove redundant dev_set_drvdataSachin Kamat2013-09-181-2/+0
* | | | | | | Input: cypress_ps2 - remove casting the return value which is a void pointerJingoo Han2013-09-181-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Input: max11801_ts - convert to devmFabio Estevam2013-08-291-28/+9
* | | | | | Input: cyttsp4 - kill 'defined but not used' compiler warningsGeert Uytterhoeven2013-08-291-100/+100
* | | | | | Input: add driver for slidebar on Lenovo IdeaPad laptopsAndrey Moiseev2013-08-264-24/+369
* | | | | | Input: omap-keypad - set up irq type from DTIllia Smyrnov2013-08-261-2/+1
* | | | | | Input: omap-keypad - enable wakeup capability for keypad.Illia Smyrnov2013-08-261-0/+39
* | | | | | Input: omap-keypad - clear interrupts on openIllia Smyrnov2013-08-261-1/+2
* | | | | | Input: omap-keypad - convert to threaded IRQIllia Smyrnov2013-08-261-9/+20
* | | | | | Input: omap-keypad - use bitfiled instead of hardcoded valuesIllia Smyrnov2013-08-261-14/+11
OpenPOWER on IntegriCloud