summaryrefslogtreecommitdiff
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorFilesLines
2015-06-09Input: add OnKey driver for DA9063 MFD partSteve Twiss3-0/+237
2015-05-22Input: adxl34x - add OF match supportLaurent Pinchart1-0/+21
2015-05-16Input: wm831x-on - pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-05-16Input: twl6040-vibra - pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-05-16Input: retu-pwrbutton - pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-05-16Input: twl4030-pwrbutton - pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-05-13Input: soc_button_array - remove duplicated includeWei Yongjun1-1/+0
2015-05-09Input: add TI drv2665 haptics driverDan Murphy3-0/+334
2015-05-09Input: drv2667 - fix Kconfig error for help screenDan Murphy1-1/+1
2015-03-24Input: mma8450 - convert to using managed resourcesDmitry Torokhov1-27/+8
2015-03-23Merge tag 'v4.0-rc5' into nextDmitry Torokhov1-0/+1
2015-03-21Input: add Qualcomm PM8941 power key driverCourtney Cavin3-0/+306
2015-03-19Input: constify of_device_id arraysFabian Frederick3-3/+3
2015-03-13Input: pwm-beeper - remove useless call to pwm_config()Olivier Sobrie1-1/+0
2015-03-08Input: pwm-beeper - remove unneeded PWM_BEEPER_PM_OPS defineDmitry Torokhov1-7/+1
2015-03-06Input: add haptic support for max77843Jaewon Kim3-0/+371
2015-02-26Input: mma8450 - add parent deviceStefan Sauer1-0/+1
2015-02-16Merge branch 'bfin_rotary' into nextDmitry Torokhov1-91/+117
2015-02-16Input: bfin_rotary - introduce open and close methodsDmitry Torokhov1-28/+42
2015-02-16Input: bfin_rotary - convert to use managed resourcesSonic Zhang1-45/+38
2015-02-16Input: bfin_rotary - use generic IO functionsSonic Zhang1-19/+43
2015-02-16Input: bfin_rotary - move pin lists into into platform dataSonic Zhang1-14/+16
2015-02-16Input: bfin_rotary - move platform header to linux/platform_dataSonic Zhang1-1/+1
2015-02-16Input: bfin_rotary - mark suspend and resume code as __maybe_unusedDmitry Torokhov1-10/+4
2015-02-16Input: bfin_rotary - fix potential oops in interrupt handlerDmitry Torokhov1-5/+4
2015-02-11Input: soc_button_array - use "Windows" key for "Home"Bastien Nocera1-1/+1
2015-02-01Input: drv2667 - remove wrong and unneeded drv2667-haptics modaliasAxel Lin1-1/+0
2015-02-01Input: drv260x - remove wrong and unneeded drv260x-haptics modaliasAxel Lin1-1/+0
2015-01-15Merge tag 'v3.19-rc4' into nextDmitry Torokhov38-47/+11
2015-01-12Input: regulator-haptic - simplify codeAxel Lin1-18/+5
2015-01-11Input: add support for NI Ettus Research USRP E3x0 buttonMoritz Fischer3-0/+168
2015-01-09Input: axp20x-pek - switch over to using attribute groupDmitry Torokhov1-28/+36
2015-01-09Input: add driver for AXP20x Power Enable KeyCarlo Caione3-0/+294
2014-12-28Input: add tps65218 power button driverFelipe Balbi3-0/+137
2014-12-22Input: add regulator haptic driverJaewon Kim3-0/+292
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds20-73/+37
2014-12-16Merge branch 'next' into for-linusDmitry Torokhov20-73/+37
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds36-37/+0
2014-12-04Input: initialize device counter variables with -1Aniroop Mathur1-2/+2
2014-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2014-11-08Input: twl4030-pwrbutton - ensure a wakeup event is recorded.NeilBrown1-0/+1
2014-11-04Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman36-37/+0
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han19-71/+35
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-5/+4
2014-10-31Input: max77693-haptic - fix potential overflowDmitry Torokhov1-3/+2
2014-10-28Input: ims-pcu - fix dead code in ims_pcu_ofn_reg_addr_store()Dmitry Torokhov1-1/+1
2014-10-25Input: soc_button_array - update calls to gpiod_get*()Alexandre Courbot1-1/+1
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang36-37/+0
2014-10-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-3/+3
2014-10-17Input: max77693-haptic - fix state check in imax77693_haptic_disable()Jaewon Kim1-1/+1