aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-4/+4
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
2012-11-28Input - arizona-haptics: Add driver haptics module on Arizona CODECsMark Brown3-0/+266
2012-11-24Input: twl4030-pwrbutton - switch to using TWL_MODULE_PM_MASTER definePeter Ujfalusi1-2/+1
2012-11-24Input: remove use of __devexitBill Pemberton40-43/+43
2012-11-24Input: remove use of __devinitBill Pemberton41-67/+66
2012-11-24Input: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton40-41/+41
2012-11-20Input: da9052_onkey.c: Convert to the new da9052 interrupt functions.Fabio Estevam1-17/+5
2012-11-10Input: add Retu power button driver.Aaro Koskinen3-0/+110
2012-11-08Merge tag 'v3.7-rc4' into next to sync up Wacom bitsDmitry Torokhov1-1/+4
2012-11-03Input: pwm-beeper - add devicetree probing supportSascha Hauer2-2/+14
2012-10-30xen-kbdfront: handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2012-10-30Input: add DA9055 Onkey driverAshish Jangam3-0/+182
2012-10-30Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changesDmitry Torokhov3-20/+19
2012-10-25Input: remove CONFIG_EXPERIMENTAL from miscellaneous driversKees Cook1-5/+2
2012-10-11Input: wm831x-on - convert to devm_kzalloc()Mark Brown1-3/+2
2012-10-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-16/+1
2012-10-06Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_driver-simplify', 'turbostat' and 'usb3' into releaseLen Brown1-16/+1
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-2/+16
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-120/+218