summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | Input: trackpoint - Optimize trackpoint init to use power-on resetShawn Nematbakhsh2013-04-192-87/+166
| | * | Input: apbps2 - convert to devm_ioremap_resource()Sachin Kamat2013-04-151-5/+3
| | * | Input: ALPS - use %ph to print buffersDmitry Torokhov2013-04-151-7/+5
| | * | Input: st1232 - add reset pin handlingBastian Hecht2013-04-151-4/+43
| | * | Input: st1232 - convert to devm_* infrastructureLaurent Pinchart2013-04-151-22/+12
| | * | Input: MT - handle semi-mt devices in coreHenrik Rydberg2013-04-071-1/+7
| | * | Input: adxl34x - use spi_get_drvdata()Jingoo Han2013-04-071-3/+3
| | * | Input: ad7877 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-5/+5
| | * | Input: ads7846 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-2/+2
| | * | Input: ims-pcu - fix a memory leak on errorDmitry Torokhov2013-04-011-2/+3
| | * | Input: tegra-kbc - support for defining row/columns based on SoCLaxman Dewangan2013-03-311-18/+62
| | * | Input: imx_keypad - switch to using managed resourcesFabio Estevam2013-03-311-63/+14
| | * | Input: arc_ps2 - add support for device treeMischa Jonker2013-03-311-2/+12
| | * | Input: mma8450 - fix signed 12bits to 32bits conversionSebastien Royen2013-03-311-3/+3
| | * | Input: eeti_ts - remove redundant null checkSachin Kamat2013-03-311-2/+1
| | * | Input: edt-ft5x06 - remove redundant null check before kfreeSachin Kamat2013-03-311-2/+1
| | * | Input: ad714x - add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-262-2/+2
| | * | Input: adxl34x - add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-262-2/+2
| | * | Input: mc13783_ts - use module_platform_driver_probe()Fabio Porcedda2013-03-171-11/+1
| | * | Input: atmel-wm97xx - use module_platform_driver_probe macroSachin Kamat2013-03-171-11/+1
| | * | Input: q40kbd - use module_platform_driver_probe macroSachin Kamat2013-03-171-12/+1
| | * | Input: at32psif - use module_platform_driver_probe macroSachin Kamat2013-03-171-12/+1
| | * | Input: amimouse - use module_platform_driver_probe macroSachin Kamat2013-03-171-13/+1
| | * | Input: nomadik-ske-keypad - use module_platform_driver_probe macroSachin Kamat2013-03-171-11/+1
| | * | Input: amikbd - use module_platform_driver_probe macroSachin Kamat2013-03-171-13/+1
| | * | Input: twl4030-pwrbutton - use module_platform_driver_probe macroSachin Kamat2013-03-171-11/+1
| | * | Input: davinci_keyscan - use module_platform_driver_probe macroSachin Kamat2013-03-171-11/+1
| | * | Input: tegra-kbc - convert to devm_ioremap_resource()Sachin Kamat2013-03-171-5/+4
| | * | Merge tag 'v3.9-rc3' into nextDmitry Torokhov2013-03-1739-631/+993
| | |\ \
| | * | | Input: add IMS Passenger Control Unit driverDmitry Torokhov2013-03-123-0/+1911
| | * | | Input: wm9712 - fix dev_dbg newlinesMarkus Pargmann2013-03-121-9/+9
| | * | | Input: wm9712 - fix wrong pen up readingsMarkus Pargmann2013-03-121-2/+6
| | * | | Input: wm9712 - fix return code for wrong sampleMarkus Pargmann2013-03-121-1/+1
| | * | | Input: wm97xx - drop out of range inputsMarkus Pargmann2013-03-121-0/+11
| | * | | Input: add support for GRLIB APBPS2 PS/2 Keyboard/MouseDaniel Hellstrom2013-03-123-0/+241
| | * | | Input: auo-pixcir-ts - switch to using managed resourcesDmitry Torokhov2013-02-251-94/+69
| | * | | Input: auo_pixcir_ts - add devicetree supportHeiko Stübner2013-02-241-5/+69
| | * | | Input: auo_pixcir_ts - keep own pointer to platform_dataHeiko Stübner2013-02-241-5/+6
| | * | | Input: auo-pixcir-ts - handle reset gpio directlyHeiko Stübner2013-02-241-6/+20
| | * | | Input: auo-pixcir-ts - set input direction for interrupt gpioHeiko Stübner2013-02-241-0/+8
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-04-191-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Input: wacom - fix "can not retrieve extra class descriptor" for DTH2242Ping Cheng2013-04-191-1/+1
| * | | | Input: wacom - DTH2242 Grip Pen id was off by one bitPing Cheng2013-04-191-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-04-161-2/+2
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Input: wacom - correct reported resolution for Intuos4 WirelessJason Gerecke2013-04-151-1/+1
OpenPOWER on IntegriCloud