aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov3-3/+3
2019-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-7/+3
2019-04-26Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach1-1/+1
2019-04-24Input: synaptics-rmi4 - fix possible double freePan Bian1-5/+1
2019-04-24Input: snvs_pwrkey - make it depend on ARCH_MXCJacky Bai1-1/+1
2019-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-3/+28
2019-04-03Input: snvs_pwrkey - initialize necessary driver data before enabling IRQAnson Huang1-3/+3
2019-03-26Input: elan_i2c - add hardware ID for multiple Lenovo laptopsKT Liao1-0/+25
2019-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds25-346/+1102
2019-03-09Input: wacom_serial4 - add support for Wacom ArtPad II tabletJason Gerecke1-0/+2
2019-03-09Input: elan_i2c - add id for touchpad found in Lenovo s21e-20Vincent Batts1-0/+1
2019-03-09Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEVArnd Bergmann1-0/+1
2019-03-09Input: msm-vibrator - use correct gpio headerArnd Bergmann1-1/+1
2019-03-08Merge tag 'mfd-next-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds4-51/+226
2019-03-06Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-4/+0
2019-03-03Merge branch 'next' into for-linusDmitry Torokhov23-346/+1098
2019-02-20Merge tag 'davinci-for-v5.1/soc-part3' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into arm/lateArnd Bergmann1-4/+0
2019-02-19Input: ti_am335x_tsc - remove set but not used variable 'tscadc_dev'YueHaibing1-4/+0
2019-02-19input: davinci_keyscan: remove unnecessary includesBartosz Golaszewski1-4/+0
2019-02-18Input: i8042 - rework DT node name comparisonsRob Herring1-11/+10
2019-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds11-101/+75
2019-02-16Input: goodix - print values in case of inconsistenciesGuido Günther1-1/+3
2019-02-16Input: goodix - support Goodix gt5688Guido Günther1-0/+2
2019-02-16Input: synaptics_i2c - remove redundant spinlockSven Van Asbroeck1-18/+4
2019-02-16Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISKMauro Ciancio1-0/+1
2019-02-16Input: st-keyscan - fix potential zalloc NULL dereferenceGabriel Fernandez1-2/+2
2019-02-16Input: apanel - switch to using brightness_set_blocking()Dmitry Torokhov1-20/+4
2019-02-16Input: db9 - mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-16Input: qt2160 - remove redundant spinlockSven Van Asbroeck1-9/+0
2019-02-16Input: st1232 - handle common DT bindingsMatthias Fend1-2/+6
2019-02-16Input: ims-pcu - switch to using brightness_set_blocking()Dmitry Torokhov1-19/+8
2019-02-16Input: st1232 - switch to gpiod APIMartin Kepplinger1-14/+11
2019-02-11Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G"Dmitry Torokhov1-1/+0
2019-02-11Input: qt2160 - switch to using brightness_set_blocking()Dmitry Torokhov1-42/+27
2019-02-09Input: ili210x - fetch touchscreen geometry from DTMarek Vasut1-40/+11
2019-02-09Input: msm-vibrator - tweak an error messageDan Carpenter1-2/+1
2019-02-09Input: matrix_keypad - use flush_delayed_work()Dmitry Torokhov1-1/+1
2019-02-09Input: ps2-gpio - flush TX work when closing portDmitry Torokhov1-0/+1
2019-02-09Input: cap11xx - switch to using set_brightness_blocking()Dmitry Torokhov1-24/+11
2019-02-07Input: elantech - enable 3rd button support on Fujitsu CELSIUS H780Matti Kurkela1-0/+9
2019-02-07Input: tm2-touchkey - acknowledge that setting brightness is a blocking callDmitry Torokhov1-5/+5
2019-02-07Input: stmfts - acknowledge that setting brightness is a blocking callDmitry Torokhov1-14/+16
2019-02-07Input: ili210x - switch to using devm_device_add_group()Dmitry Torokhov1-14/+2
2019-02-06Input: ili210x - add ILI251X supportMarek Vasut1-15/+103
2019-02-06Input: ili210x - add OF match tableMarek Vasut1-0/+7
2019-02-06Input: ili210x - reorder probeMarek Vasut1-16/+16
2019-02-06Input: ili210x - rework the touchscreen sample processingMarek Vasut1-25/+30
2019-02-06Input: ili210x - convert to devm IRQMarek Vasut1-11/+15
2019-02-06Input: ili210x - add reset GPIO supportMarek Vasut1-0/+26
2019-02-06Input: ili210x - convert to devm_ functionsMarek Vasut1-10/+7