summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2014-03-30Input: add driver for SOC button arrayLejun Zhu-0/+229
2014-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-32/+45
2014-03-30Input: pm8xxx-vibrator - add DT match tableStephen Boyd-1/+8
2014-03-30Input: pmic8xxx-pwrkey - migrate to DTStephen Boyd-13/+20
2014-03-30Input: pmic8xxx-keypad - migrate to DTStephen Boyd-64/+86
2014-03-30Input: pmic8xxx-keypad - migrate to regmap APIsStephen Boyd-52/+29
2014-03-30Input: pmic8xxx-keypad - migrate to devm_* APIsStephen Boyd-44/+17
2014-03-30Input: pmic8xxx-keypad - fix build by removing gpio configurationStephen Boyd-58/+0
2014-03-30Input: add new driver for ARM CLPS711X keypadAlexander Shiyan-0/+220
2014-03-29Input: mousedev - fix race when creating mixed deviceDmitry Torokhov-31/+42
2014-03-29Input: don't modify the id of ioctl-provided ff effect on upload failureElias Vanderstuyft-1/+3
2014-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-15/+82
2014-03-28Input: edt-ft5x06 - add support for M09 firmware versionLothar Waßmann-82/+276
2014-03-28Input: edt-ft5x06 - ignore touchdown eventsLothar Waßmann-0/+4
2014-03-28Input: edt-ft5x06 - adjust delays to conform datasheetLothar Waßmann-3/+3
2014-03-28Input: edt-ft5x06 - add DT supportLothar Waßmann-31/+114
2014-03-28Input: edt-ft5x06 - several cleanups; no functional changeLothar Waßmann-9/+6
2014-03-28Input: synaptics - add manual min/max quirk for ThinkPad X240Hans de Goede-0/+8
2014-03-28Input: synaptics - add manual min/max quirkBenjamin Tissoires-0/+47
2014-03-28Input: appletouch - dial back fuzz settingClinton Sprain-6/+9
2014-03-28Input: remove obsolete tnetv107x driversArnd Bergmann-734/+0
2014-03-28Input: sirfsoc-onkey - set the capability of reporting KEY_POWERXianglong Du-0/+1
2014-03-26Input: cypress_ps2 - don't report as a button padsHans de Goede-1/+0
2014-03-26Input: da9052_onkey - use correct register bit for key statusAnthony Olech-13/+16
2014-03-23Input: wistron_btns - simplify dependenciesJean Delvare-1/+1
2014-03-23Input: olpc_apsp - fix dependencies of OLPC AP-SP driverJean Delvare-1/+1
2014-03-23Input: hp_sdc - use del_timer_sync() in exit pathThomas Gleixner-1/+1
2014-03-20Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki-1/+2
2014-03-01Merge tag 'v3.14-rc4' into nextDmitry Torokhov-31/+57
2014-02-20Merge branch 'master' into for-nextJiri Kosina-752/+1150
2014-02-20ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functionsCharles Keepax-16/+0
2014-02-20Input - arizona-haptics: Fix double lock of dapm_mutexCharles Keepax-7/+4
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida-1/+1
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson-1/+1
2014-02-17Input: imx_keypad - Propagate the real error code on platform_get_irq() failureFabio Estevam-2/+2
2014-02-17Input: da9052_onkey - use correct register bit for key statusAnthony Olech-13/+16
2014-02-15Input: sirfsoc-onkey - update copyright years to 2014Barry Song-1/+2
2014-02-15Input: sirfsoc-onkey - report release event by detecting pin statusXianglong Du-11/+32
2014-02-15Input: adp5588-keys - get value from data out when dir is outJean-Francois Dagenais-1/+11
2014-02-15Input: sirfsoc-onkey - use dev_get_drvdata instead of platform_get_drvdataXianglong Du-3/+2
2014-02-15Input: sirfsoc-onkey - fix namespace pwrc_resume functionXianglong Du-2/+2
2014-02-15Input: sirfsoc-onkey - drop the IRQF_SHARED flagBarry Song-1/+1
2014-02-15Input: sirfsoc-onkey - implement open and close methodsDmitry Torokhov-10/+43
2014-02-12Input: ims-pcu - add commands supported by the new version of the FWAndrey Smirnov-6/+248
2014-02-12Input: ims-pcu - fix error unwinding path in application modeDmitry Torokhov-2/+2
2014-02-12Input: uinput - add UI_GET_SYSNAME ioctl to retrieve the sysfs pathBenjamin Tissoires-0/+43
2014-02-11PM / QoS: Add type to dev_pm_qos_add_ancestor_request() argumentsRafael J. Wysocki-1/+2
2014-02-10pwm: Remove obsolete HAVE_PWM Kconfig symbolSascha Hauer-2/+2
2014-01-30Input: uinput - breaks by goto out in uinput_ioctl_handlerBenjamin Tisssoires-29/+27
2014-01-27Input: zforce - add devicetree supportHeiko Stübner-2/+55