aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds17-35/+186
2013-06-28treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2013-06-27Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov2-36/+30
2013-06-02Input: sirfsoc_pwrc - add onkey input driver for CSR SiRFprimaII PWRCBinghua Duan3-0/+176
2013-05-28Input: pcspkr - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-28Input: m68kspkr - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-28Input: ixp4xx-beeper - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-23Input: pmic8xxx-pwrkey - pass correct pointer to free_irq()Lars-Peter Clausen1-1/+1
2013-05-23Input: ixp4xx-beeper - pass correct pointer to free_irq()Lars-Peter Clausen1-2/+2
2013-05-23Input: misc - use platform_{get,set}_drvdata()Jingoo Han2-14/+7
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-4/+4
2013-05-05Input: rotary_encoder - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-05Input: pwm-beeper - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-05Input: pmic8xxx-pwrkey - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-05Input: pm8xxx-vibrator - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-05Input: mc13783-pwrbutton - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-05Input: max8925_onkey - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-05Input: gpio_tilt_polled - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-05Input: bfin_rotary - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-05Input: ab8500-ponkey - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-05input: single_open() leakAl Viro1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-32/+26
2013-04-29hp_sdc_rtc: Don't use create_proc_read_entry()David Howells1-32/+26
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-4/+4
2013-04-07Input: adxl34x - use spi_get_drvdata()Jingoo Han1-3/+3
2013-04-01Input: ims-pcu - fix a memory leak on errorDmitry Torokhov1-2/+3
2013-03-31Input: mma8450 - fix signed 12bits to 32bits conversionSebastien Royen1-3/+3
2013-03-26Input: ad714x - add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2-2/+2
2013-03-26Input: adxl34x - add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2-2/+2
2013-03-17Input: twl4030-pwrbutton - use module_platform_driver_probe macroSachin Kamat1-11/+1
2013-03-17Merge tag 'v3.9-rc3' into nextDmitry Torokhov7-24/+284
2013-03-12Input: add IMS Passenger Control Unit driverDmitry Torokhov3-0/+1911
2013-03-02parisc: check return value of down_interruptible() in hp_sdc_rtc.cHelge Deller1-3/+12
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-3/+0
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2013-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-119/+51
2013-02-15Input: bma150 - make some defines public and fix some commentsMichael Trimarchi1-12/+0
2013-02-15Input: bma150 - fix checking pm_runtime_get_sync() return valueMichael Trimarchi1-1/+1
2013-02-14mfd: max8925: Fix onkey driver irq baseQing Xu1-3/+0
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-1/+1
2013-01-25Input: twl6040-vibra - use system workqueuePeter Ujfalusi1-10/+1
2013-01-25Input: twl6040-vibra - code cleanup in probe with devm_* conversionPeter Ujfalusi1-54/+45
2013-01-21Input: twl4030-vibra - Use system workqueuePeter Ujfalusi1-18/+1
2013-01-21Input: twl4030-vibra - switch to using managed resourcesPeter Ujfalusi1-22/+4
2012-12-24Input: adxl34x - default platform_data should not use defines from driverWolfram Sang1-1/+1
2012-12-24Input: adxl34x - don't set THRESH_TAP twiceWolfram Sang1-1/+0
2012-12-24Input: adxl34x - consistently use read/write encapsulationWolfram Sang1-2/+2
2012-12-24Input: wm831x-on - convert to devm_input_allocate_device()Mark Brown1-3/+1
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds44-158/+456
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-17/+5