summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Input: qt2160 - switch to using brightness_set_blocking()Dmitry Torokhov2019-02-111-42/+27
| | * | | | | Input: matrix_keypad - use flush_delayed_work()Dmitry Torokhov2019-02-091-1/+1
| | * | | | | Input: ps2-gpio - flush TX work when closing portDmitry Torokhov2019-02-091-0/+1
| | * | | | | Input: cap11xx - switch to using set_brightness_blocking()Dmitry Torokhov2019-02-091-24/+11
| | * | | | | Input: elantech - enable 3rd button support on Fujitsu CELSIUS H780Matti Kurkela2019-02-081-0/+9
| | * | | | | Input: bma150 - register input device after setting private dataJonathan Bakker2019-02-061-4/+5
| | * | | | | Input: pwm-vibra - stop regulator after disabling pwm, not beforePaweł Chmiel2019-01-281-4/+4
| | * | | | | Input: pwm-vibra - prevent unbalanced regulatorJonathan Bakker2019-01-281-5/+12
| | * | | | | Input: snvs_pwrkey - allow selecting driver for i.MX 7DStefan Agner2019-01-281-1/+1
| * | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-011-14/+0
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Revert "Input: olpc_apsp - enable the SP clock"Lubomir Rintel2019-01-241-14/+0
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-274-4/+9
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| | * | | Input: olpc_apsp - assign priv->dev earlierLubomir Rintel2019-01-171-1/+2
| | * | | Input: uinput - fix undefined behavior in uinput_validate_absinfo()Dmitry Torokhov2019-01-151-2/+3
| | * | | Merge tag 'v4.20' into for-linusDmitry Torokhov2019-01-1538-185/+763
| | |\ \ \
| | * | | | Input: raspberrypi-ts - fix link errorAnders Roxell2019-01-141-1/+1
| | * | | | Input: xpad - add support for SteelSeries Stratus DuoTom Panfil2019-01-141-0/+3
| * | | | | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
| | |_|/ / | |/| | |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-0315-99/+312
| |\| | |
| | * | | Merge branch 'next' into for-linusDmitry Torokhov2018-12-2914-99/+311
| | |\ \ \
| | * | | | Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573GPatrick Dreyer2018-12-291-0/+1
| * | | | | Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2019-01-011-5/+3
| |\ \ \ \ \
| | * | | | | Input: hp_sdc_rtc - Switch to use %ptRAndy Shevchenko2018-12-101-5/+3
| * | | | | | Merge branch 'parisc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-262-4/+4
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | parisc: Fix HP SDC hpa address outputHelge Deller2018-12-101-2/+2
| | * | | | | parisc: Fix serio address outputHelge Deller2018-12-101-2/+2
* | | | | | | 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-271-15/+5
* | | | | | | Input: synaptics-rmi4 - fill initial formatPhilipp Zabel2019-04-271-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-041-0/+2
* | | | | | | Input: goodix - add regulators suppotJagan Teki2019-04-041-0/+52
* | | | | | | Input: evdev - use struct_size() in kzalloc() and vzalloc()Gustavo A. R. Silva2019-04-041-4/+3
* | | | | | | Input: edt-ft5x06 - convert to use SPDX identifierAndy Shevchenko2019-03-041-14/+2
* | | | | | | Input: edt-ft5x06 - enable ACPI enumerationAndy Shevchenko2019-03-041-5/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | 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-171-1/+3
* | | | | | Input: goodix - support Goodix gt5688Guido Günther2019-02-171-0/+2
* | | | | | Input: synaptics_i2c - remove redundant spinlockSven Van Asbroeck2019-02-171-18/+4
* | | | | | Input: db9 - mark expected switch fall-throughGustavo A. R. Silva2019-02-171-1/+1
* | | | | | Input: qt2160 - remove redundant spinlockSven Van Asbroeck2019-02-171-9/+0
* | | | | | Input: st1232 - handle common DT bindingsMatthias Fend2019-02-171-2/+6