Age | Commit message (Expand) | Author | Files | Lines |
2019-04-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -3/+28 |
2019-04-03 | Input: snvs_pwrkey - initialize necessary driver data before enabling IRQ | Anson Huang | 1 | -3/+3 |
2019-03-26 | Input: elan_i2c - add hardware ID for multiple Lenovo laptops | KT Liao | 1 | -0/+25 |
2019-03-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 25 | -346/+1102 |
2019-03-09 | Input: wacom_serial4 - add support for Wacom ArtPad II tablet | Jason Gerecke | 1 | -0/+2 |
2019-03-09 | Input: elan_i2c - add id for touchpad found in Lenovo s21e-20 | Vincent Batts | 1 | -0/+1 |
2019-03-09 | Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEV | Arnd Bergmann | 1 | -0/+1 |
2019-03-09 | Input: msm-vibrator - use correct gpio header | Arnd Bergmann | 1 | -1/+1 |
2019-03-08 | Merge tag 'mfd-next-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds | 4 | -51/+226 |
2019-03-06 | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 1 | -4/+0 |
2019-03-03 | Merge branch 'next' into for-linus | Dmitry Torokhov | 23 | -346/+1098 |
2019-02-20 | Merge tag 'davinci-for-v5.1/soc-part3' of git://git.kernel.org/pub/scm/linux/... | Arnd Bergmann | 1 | -4/+0 |
2019-02-19 | Input: ti_am335x_tsc - remove set but not used variable 'tscadc_dev' | YueHaibing | 1 | -4/+0 |
2019-02-19 | input: davinci_keyscan: remove unnecessary includes | Bartosz Golaszewski | 1 | -4/+0 |
2019-02-18 | Input: i8042 - rework DT node name comparisons | Rob Herring | 1 | -11/+10 |
2019-02-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 11 | -101/+75 |
2019-02-16 | Input: goodix - print values in case of inconsistencies | Guido Günther | 1 | -1/+3 |
2019-02-16 | Input: goodix - support Goodix gt5688 | Guido Günther | 1 | -0/+2 |
2019-02-16 | Input: synaptics_i2c - remove redundant spinlock | Sven Van Asbroeck | 1 | -18/+4 |
2019-02-16 | Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISK | Mauro Ciancio | 1 | -0/+1 |
2019-02-16 | Input: st-keyscan - fix potential zalloc NULL dereference | Gabriel Fernandez | 1 | -2/+2 |
2019-02-16 | Input: apanel - switch to using brightness_set_blocking() | Dmitry Torokhov | 1 | -20/+4 |
2019-02-16 | Input: db9 - mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2019-02-16 | Input: qt2160 - remove redundant spinlock | Sven Van Asbroeck | 1 | -9/+0 |
2019-02-16 | Input: st1232 - handle common DT bindings | Matthias Fend | 1 | -2/+6 |
2019-02-16 | Input: ims-pcu - switch to using brightness_set_blocking() | Dmitry Torokhov | 1 | -19/+8 |
2019-02-16 | Input: st1232 - switch to gpiod API | Martin Kepplinger | 1 | -14/+11 |
2019-02-11 | Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G" | Dmitry Torokhov | 1 | -1/+0 |
2019-02-11 | Input: qt2160 - switch to using brightness_set_blocking() | Dmitry Torokhov | 1 | -42/+27 |
2019-02-09 | Input: ili210x - fetch touchscreen geometry from DT | Marek Vasut | 1 | -40/+11 |
2019-02-09 | Input: msm-vibrator - tweak an error message | Dan Carpenter | 1 | -2/+1 |
2019-02-09 | Input: matrix_keypad - use flush_delayed_work() | Dmitry Torokhov | 1 | -1/+1 |
2019-02-09 | Input: ps2-gpio - flush TX work when closing port | Dmitry Torokhov | 1 | -0/+1 |
2019-02-09 | Input: cap11xx - switch to using set_brightness_blocking() | Dmitry Torokhov | 1 | -24/+11 |
2019-02-07 | Input: elantech - enable 3rd button support on Fujitsu CELSIUS H780 | Matti Kurkela | 1 | -0/+9 |
2019-02-07 | Input: tm2-touchkey - acknowledge that setting brightness is a blocking call | Dmitry Torokhov | 1 | -5/+5 |
2019-02-07 | Input: stmfts - acknowledge that setting brightness is a blocking call | Dmitry Torokhov | 1 | -14/+16 |
2019-02-07 | Input: ili210x - switch to using devm_device_add_group() | Dmitry Torokhov | 1 | -14/+2 |
2019-02-06 | Input: ili210x - add ILI251X support | Marek Vasut | 1 | -15/+103 |
2019-02-06 | Input: ili210x - add OF match table | Marek Vasut | 1 | -0/+7 |
2019-02-06 | Input: ili210x - reorder probe | Marek Vasut | 1 | -16/+16 |
2019-02-06 | Input: ili210x - rework the touchscreen sample processing | Marek Vasut | 1 | -25/+30 |
2019-02-06 | Input: ili210x - convert to devm IRQ | Marek Vasut | 1 | -11/+15 |
2019-02-06 | Input: ili210x - add reset GPIO support | Marek Vasut | 1 | -0/+26 |
2019-02-06 | Input: ili210x - convert to devm_ functions | Marek Vasut | 1 | -10/+7 |
2019-02-06 | Input: ili210x - drop get_pendown_state | Marek Vasut | 1 | -12/+1 |
2019-02-06 | Input: ili210x - drop platform data support | Marek Vasut | 1 | -10/+2 |
2019-02-06 | Input: bma150 - register input device after setting private data | Jonathan Bakker | 1 | -4/+5 |
2019-02-06 | Input: add new vibrator driver for various MSM SOCs | Brian Masney | 3 | -0/+293 |
2019-02-06 | Input: gpio-keys - add shutdown callback | Florian Fainelli | 1 | -0/+10 |