summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-163-12/+18
|\
| * Merge branch 'fixes' into arm/socOlof Johansson2019-05-152-3/+28
| |\
| * \ Merge tag 'ixp4xx-for-armsoc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2019-04-281-5/+15
| |\ \
| | * | ARM: ixp4xx: Pass IRQ resource to beeperLinus Walleij2019-04-191-5/+15
| * | | ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann2019-04-281-2/+1
| * | | ARM: ep93xx: keypad: stop using mach/platform.hArnd Bergmann2019-04-282-5/+2
| |/ /
* | | Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-05-143-0/+131
|\ \ \
| * | | input: max77650: Add onkey supportBartosz Golaszewski2019-05-083-0/+131
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-05-1321-71/+2087
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2019-05-1021-71/+2087
| |\ \ \ \
| | * | | | Input: libps2 - mark expected switch fall-throughGustavo A. R. Silva2019-05-071-0/+1
| | * | | | Input: qt1050 - add Microchip AT42QT1050 supportMarco Felsch2019-05-073-0/+610
| | * | | | Input: add support for Azoteq IQS550/572/525Jeff LaBundy2019-04-303-0/+1144
| | * | | | Input: add a driver for GPIO controllable vibratorsLuca Weiss2019-04-303-0/+220
| | * | | | Input: synaptics-rmi4 - fix enum_fmtPhilipp Zabel2019-04-261-15/+5
| | * | | | Input: synaptics-rmi4 - fill initial formatPhilipp Zabel2019-04-261-0/+1
| | * | | | Input: hyperv-keyboard - add module descriptionJoseph Salisbury2019-04-231-0/+2
| | * | | | Input: olpc_apsp - depend on ARCH_MMPJean Delvare2019-04-231-0/+1
| | * | | | Input: sun4i-a10-lradc-keys - add support for A83TZiping Chen2019-04-041-4/+34
| | * | | | Input: snvs_pwrkey - use dev_pm_set_wake_irq() to simplify codeAnson Huang2019-04-041-26/+4
| | * | | | Input: i8042 - signal wakeup from atkbd/psmouseDmitry Torokhov2019-04-043-3/+4
| | * | | | Input: goodix - add GT5663 CTP supportJagan Teki2019-04-031-0/+2
| | * | | | Input: goodix - add regulators suppotJagan Teki2019-04-031-0/+52
| | * | | | Input: evdev - use struct_size() in kzalloc() and vzalloc()Gustavo A. R. Silva2019-04-031-4/+3
| | * | | | Input: edt-ft5x06 - convert to use SPDX identifierAndy Shevchenko2019-03-031-14/+2
| | * | | | Input: edt-ft5x06 - enable ACPI enumerationAndy Shevchenko2019-03-031-5/+2
* | | | | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-063-3/+3
| |_|/ / / |/| | | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-04-273-7/+3
|\| | | | | |_|_|/ |/| | |
| * | | Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach2019-04-261-1/+1
| * | | Input: synaptics-rmi4 - fix possible double freePan Bian2019-04-241-5/+1
| * | | Input: snvs_pwrkey - make it depend on ARCH_MXCJacky Bai2019-04-241-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-04-192-3/+28
|\| | | | |_|/ |/| |
| * | Input: snvs_pwrkey - initialize necessary driver data before enabling IRQAnson Huang2019-04-031-3/+3
| * | Input: elan_i2c - add hardware ID for multiple Lenovo laptopsKT Liao2019-03-261-0/+25
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-03-1125-346/+1102
|\| |
| * | Input: wacom_serial4 - add support for Wacom ArtPad II tabletJason Gerecke2019-03-091-0/+2
| * | Input: elan_i2c - add id for touchpad found in Lenovo s21e-20Vincent Batts2019-03-091-0/+1
| * | Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEVArnd Bergmann2019-03-091-0/+1
| * | Input: msm-vibrator - use correct gpio headerArnd Bergmann2019-03-091-1/+1
| * | Merge branch 'next' into for-linusDmitry Torokhov2019-03-0323-346/+1098
| |\|
| | * Input: ti_am335x_tsc - remove set but not used variable 'tscadc_dev'YueHaibing2019-02-191-4/+0
| | * Input: i8042 - rework DT node name comparisonsRob Herring2019-02-181-11/+10
| | * Input: goodix - print values in case of inconsistenciesGuido Günther2019-02-161-1/+3
| | * Input: goodix - support Goodix gt5688Guido Günther2019-02-161-0/+2
| | * Input: synaptics_i2c - remove redundant spinlockSven Van Asbroeck2019-02-161-18/+4
| | * Input: db9 - mark expected switch fall-throughGustavo A. R. Silva2019-02-161-1/+1
| | * Input: qt2160 - remove redundant spinlockSven Van Asbroeck2019-02-161-9/+0
| | * Input: st1232 - handle common DT bindingsMatthias Fend2019-02-161-2/+6
| | * Input: ims-pcu - switch to using brightness_set_blocking()Dmitry Torokhov2019-02-161-19/+8
| | * Input: st1232 - switch to gpiod APIMartin Kepplinger2019-02-161-14/+11