summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-05-06Input: max8925_onkey - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-06Input: gpio_tilt_polled - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-06Input: bfin_rotary - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-06Input: ab8500-ponkey - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-06Input: egalax_ts - move to devm_* functionsAndy Shevchenko1-39/+14
2013-04-19Input: trackpoint - Optimize trackpoint init to use power-on resetShawn Nematbakhsh2-87/+166
2013-04-16Input: apbps2 - convert to devm_ioremap_resource()Sachin Kamat1-5/+3
2013-04-16Input: ALPS - use %ph to print buffersDmitry Torokhov1-7/+5
2013-04-15Input: st1232 - add reset pin handlingBastian Hecht1-4/+43
2013-04-15Input: st1232 - convert to devm_* infrastructureLaurent Pinchart1-22/+12
2013-04-08Input: MT - handle semi-mt devices in coreHenrik Rydberg1-1/+7
2013-04-08Input: adxl34x - use spi_get_drvdata()Jingoo Han1-3/+3
2013-04-08Input: ad7877 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-5/+5
2013-04-08Input: ads7846 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-04-02Input: ims-pcu - fix a memory leak on errorDmitry Torokhov1-2/+3
2013-04-02Input: sysrq - supplement reset sequence with timeout functionalityMathieu J. Poirier1-13/+40
2013-03-31Input: tegra-kbc - support for defining row/columns based on SoCLaxman Dewangan1-18/+62
2013-03-31Input: imx_keypad - switch to using managed resourcesFabio Estevam1-63/+14
2013-03-31Input: arc_ps2 - add support for device treeMischa Jonker1-2/+12
2013-03-31Input: mma8450 - fix signed 12bits to 32bits conversionSebastien Royen1-3/+3
2013-03-31Input: eeti_ts - remove redundant null checkSachin Kamat1-2/+1
2013-03-31Input: edt-ft5x06 - remove redundant null check before kfreeSachin Kamat1-2/+1
2013-03-27Input: ad714x - add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2-2/+2
2013-03-27Input: adxl34x - add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2-2/+2
2013-03-18Input: mc13783_ts - use module_platform_driver_probe()Fabio Porcedda1-11/+1
2013-03-18Input: atmel-wm97xx - use module_platform_driver_probe macroSachin Kamat1-11/+1
2013-03-18Input: q40kbd - use module_platform_driver_probe macroSachin Kamat1-12/+1
2013-03-18Input: at32psif - use module_platform_driver_probe macroSachin Kamat1-12/+1
2013-03-18Input: amimouse - use module_platform_driver_probe macroSachin Kamat1-13/+1
2013-03-18Input: nomadik-ske-keypad - use module_platform_driver_probe macroSachin Kamat1-11/+1
2013-03-18Input: amikbd - use module_platform_driver_probe macroSachin Kamat1-13/+1
2013-03-18Input: twl4030-pwrbutton - use module_platform_driver_probe macroSachin Kamat1-11/+1
2013-03-18Input: davinci_keyscan - use module_platform_driver_probe macroSachin Kamat1-11/+1
2013-03-18Input: tegra-kbc - convert to devm_ioremap_resource()Sachin Kamat1-5/+4
2013-03-18Merge tag 'v3.9-rc3' into nextDmitry Torokhov7435-319898/+630388
2013-03-16Merge tag 'char-misc-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+6
2013-03-16Merge tag 'mfd-fixes-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-12/+53
2013-03-16Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-11/+17
2013-03-15mfd: twl4030-madc: Remove __exit_p annotationArnd Bergmann1-1/+1
2013-03-14hwmon: (pmbus/ltc2978) Fix temperature reportingGuenter Roeck1-6/+8
2013-03-14hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute()David Woodhouse1-5/+7
2013-03-14hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attrib...Axel Lin1-0/+2
2013-03-14Merge branch 'akpm' (fixes from Andrew)Linus Torvalds3-60/+36
2013-03-14tidspbridge: convert to idr_alloc()Tejun Heo1-44/+26
2013-03-14zcache: convert to idr_alloc()Tejun Heo1-15/+10
2013-03-14mlx4: remove leftover idr_pre_get() callTejun Heo1-1/+0
2013-03-14Merge tag 'usb-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds36-216/+528
2013-03-14Merge tag 'tty-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-32/+84
2013-03-14Merge tag 'staging-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-87/+120
2013-03-13USB: quatech2: only write to the tty if the port is open.Bill Pemberton1-2/+5