summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | 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: 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
| | |\| |
| | * | | Input: wacom_i2c - implement hovering capabilityTatsunosuke Tobita2013-06-181-4/+10
| | * | | Input: pxa27x-keypad - make platform data constDmitry Torokhov2013-06-181-24/+23
| | * | | Input: pxa27x-keypad - convert to using SIMPLE_DEV_PM_OPSDmitry Torokhov2013-06-181-8/+5
| | * | | Input: pxa27x-keypad - add device tree supportChao Xie2013-06-181-4/+242
| | * | | Input: pxa27x-keypad - use matrix_keymap for matrix keysChao Xie2013-06-182-12/+24
| | * | | Input: evdev - flush queues during EVIOCGKEY-like ioctlsDavid Herrmann2013-06-091-4/+129
| | * | | Input: atmel_tsadcc - fix error handing with missing platform dataWei Yongjun2013-06-051-4/+4
| | * | | Input: add TI-Nspire keypad supportDaniel Tang2013-06-043-0/+296
| | * | | Input: sirfsoc_pwrc - add onkey input driver for CSR SiRFprimaII PWRCBinghua Duan2013-06-023-0/+176
| | * | | Input: xilinx_ps2 - remove redundant platform_set_drvdata()Sachin Kamat2013-05-281-2/+0
| | * | | Input: pcspkr - remove redundant platform_set_drvdata()Sachin Kamat2013-05-281-1/+0
| | * | | Input: m68kspkr - remove redundant platform_set_drvdata()Sachin Kamat2013-05-281-1/+0
| | * | | Input: ixp4xx-beeper - remove redundant platform_set_drvdata()Sachin Kamat2013-05-281-1/+0
| | * | | Input: navpoint - pass correct pointer to free_irq()Lars-Peter Clausen2013-05-231-1/+1
| | * | | Input: pmic8xxx-pwrkey - pass correct pointer to free_irq()Lars-Peter Clausen2013-05-231-1/+1
| | * | | Input: ixp4xx-beeper - pass correct pointer to free_irq()Lars-Peter Clausen2013-05-231-2/+2