summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2019-02-09Input: msm-vibrator - tweak an error messageDan Carpenter-2/+1
2019-02-09Input: matrix_keypad - use flush_delayed_work()Dmitry Torokhov-1/+1
2019-02-09Input: ps2-gpio - flush TX work when closing portDmitry Torokhov-0/+1
2019-02-09Input: cap11xx - switch to using set_brightness_blocking()Dmitry Torokhov-24/+11
2019-02-07Input: elantech - enable 3rd button support on Fujitsu CELSIUS H780Matti Kurkela-0/+9
2019-02-07Input: tm2-touchkey - acknowledge that setting brightness is a blocking callDmitry Torokhov-5/+5
2019-02-07Input: stmfts - acknowledge that setting brightness is a blocking callDmitry Torokhov-14/+16
2019-02-07Input: ili210x - switch to using devm_device_add_group()Dmitry Torokhov-14/+2
2019-02-06Input: ili210x - add ILI251X supportMarek Vasut-15/+103
2019-02-06Input: ili210x - add OF match tableMarek Vasut-0/+7
2019-02-06Input: ili210x - reorder probeMarek Vasut-16/+16
2019-02-06Input: ili210x - rework the touchscreen sample processingMarek Vasut-25/+30
2019-02-06Input: ili210x - convert to devm IRQMarek Vasut-11/+15
2019-02-06Input: ili210x - add reset GPIO supportMarek Vasut-0/+26
2019-02-06Input: ili210x - convert to devm_ functionsMarek Vasut-10/+7
2019-02-06Input: ili210x - drop get_pendown_stateMarek Vasut-12/+1
2019-02-06Input: ili210x - drop platform data supportMarek Vasut-10/+2
2019-02-06Input: bma150 - register input device after setting private dataJonathan Bakker-4/+5
2019-02-06Input: add new vibrator driver for various MSM SOCsBrian Masney-0/+293
2019-02-06Input: gpio-keys - add shutdown callbackFlorian Fainelli-0/+10
2019-02-04Input: sx8654 - do not override interrupt triggerDmitry Torokhov-1/+1
2019-02-04Input: sx8654 - convert #defined flags to BIT(x)Richard Leitner-5/+6
2019-02-01Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mf...Lee Jones-2/+213
2019-01-31Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-14/+0
2019-01-28Input: sx8654 - use common of_touchscreen functionsRichard Leitner-4/+8
2019-01-28Input: sx8654 - add sx8650 supportRichard Leitner-20/+176
2019-01-28Input: sx8654 - add sx8655 and sx8656 to compatiblesRichard Leitner-0/+4
2019-01-28Input: sx8654 - add reset-gpio supportRichard Leitner-6/+38
2019-01-28Input: st1232 - add Martin as module authorMartin Kepplinger-0/+1
2019-01-28Input: st1232 - add support for st1633Martin Kepplinger-37/+89
2019-01-28Input: pwm-vibra - stop regulator after disabling pwm, not beforePaweł Chmiel-4/+4
2019-01-28Input: pwm-vibra - prevent unbalanced regulatorJonathan Bakker-5/+12
2019-01-28Input: snvs_pwrkey - allow selecting driver for i.MX 7DStefan Agner-1/+1
2019-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-4/+9
2019-01-24Revert "Input: olpc_apsp - enable the SP clock"Lubomir Rintel-14/+0
2019-01-16Input: olpc_apsp - assign priv->dev earlierLubomir Rintel-1/+2
2019-01-16input: stpmic1: Add STPMIC1 onkey driverPascal PAILLET-LME-0/+211
2019-01-16Input: stmpe-ts: preparations for STMPE ADC driverPhilippe Schenker-35/+7
2019-01-16mfd: stmpe: Move ADC related defines to MFD headerPhilippe Schenker-21/+13
2019-01-14Input: uinput - fix undefined behavior in uinput_validate_absinfo()Dmitry Torokhov-2/+3
2019-01-14Merge tag 'v4.20' into for-linusDmitry Torokhov-185/+763
2019-01-14Input: raspberrypi-ts - fix link errorAnders Roxell-1/+1
2019-01-13Input: xpad - add support for SteelSeries Stratus DuoTom Panfil-0/+3
2019-01-13Input: edt-ft5x06 - add offset support for ev-ft5726Marco Felsch-0/+46
2019-01-13Input: edt-ft5x06 - add support to update ev-ft5726 registersMarco Felsch-5/+15
2019-01-13Input: edt-ft5x06 - add support for Evervision FT5726Marco Felsch-3/+41
2019-01-13Input: mtk-pmic-keys - remove duplicated include from mtk-pmic-keys.cYueHaibing-7/+6
2019-01-13Input: mcs_touchkey - use struct_size() in kzalloc()Gustavo A. R. Silva-3/+2
2019-01-13Input: tca6416-keypad - use struct_size() in kzalloc()Gustavo A. R. Silva-3/+1
2019-01-13Merge tag 'v4.20' into nextDmitry Torokhov-316/+933