Age | Commit message (Expand) | Author | Files | Lines |
2017-07-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+16 |
2017-07-12 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -1/+16 |
2017-07-09 | Input: gpio_keys - handle the missing key press event in resume phase | Joseph Lo | 1 | -1/+16 |
2017-07-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 5 | -2/+169 |
2017-07-07 | Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -1/+1 |
2017-07-06 | Merge branch 'next' into for-linus | Dmitry Torokhov | 5 | -2/+169 |
2017-06-05 | Input: add D-Link DIR-685 touchkeys driver | Linus Walleij | 3 | -0/+167 |
2017-06-01 | Input: tm2-touchkey - use LEN_ON as boolean value instead of LED_FULL | Andi Shyti | 1 | -1/+1 |
2017-05-29 | Merge tag 'v4.12-rc3' into next | Dmitry Torokhov | 1 | -1/+1 |
2017-05-29 | gpio: adp5588: move header file out of I2C realm | Wolfram Sang | 1 | -1/+1 |
2017-05-22 | Input: mcs - move header file out of I2C realm | Wolfram Sang | 1 | -1/+1 |
2017-05-22 | Input: lm8323 - move header file out of I2C realm | Wolfram Sang | 1 | -1/+1 |
2017-05-11 | Input: cros_ec_keyb - remove extraneous 'const' | Arnd Bergmann | 1 | -1/+1 |
2017-04-10 | Input: omap-keypad - fix error handling code | Christophe JAILLET | 1 | -1/+1 |
2017-04-10 | Input: locomokbd - use setup_timer | Geliang Tang | 1 | -3/+2 |
2017-04-03 | Merge tag 'v4.11-rc5' into next | Dmitry Torokhov | 2 | -18/+8 |
2017-04-03 | Input: cros_ec_keyb - add an EC event for sysrq | Rajat Jain | 1 | -0/+7 |
2017-03-29 | Input: matrix_keypad - add option to drive inactive columns | David Rivshin | 1 | -4/+9 |
2017-03-23 | Input: qt1070 - add OF device ID table | Javier Martinez Canillas | 1 | -0/+9 |
2017-02-23 | Input: tca8418_keypad - remove double read of key event register | Dmitry Torokhov | 1 | -2/+0 |
2017-02-23 | Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2 | -18/+8 |
2017-02-15 | Merge tag 'ib-mfd-input-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel... | Dmitry Torokhov | 1 | -44/+406 |
2017-02-13 | input: cros_ec_keyb: Add Tablet Mode switch | Gwendal Grignou | 1 | -0/+5 |
2017-02-08 | input: cros_ec_keyb: Add non-matrix buttons and switches | Douglas Anderson | 1 | -45/+402 |
2017-02-04 | gpio: Rename devm_get_gpiod_from_child() | Boris Brezillon | 2 | -6/+8 |
2017-01-31 | Input: tca8418 - switch to using generic device properties | Dmitry Torokhov | 1 | -64/+26 |
2017-01-31 | Input: matrix-keypad - switch to using generic device properties | Dmitry Torokhov | 10 | -13/+14 |
2017-01-26 | gpio: Pass GPIO label down to gpiod_request | Alexander Stein | 2 | -2/+4 |
2017-01-26 | gpiolib: Convert fwnode_get_named_gpiod() to configure GPIO | Andy Shevchenko | 2 | -17/+3 |
2017-01-24 | Merge tag 'v4.10-rc5' into next | Dmitry Torokhov | 1 | -104/+31 |
2017-01-22 | Input: keyboard - drop unnecessary calls to input_set_drvdata | Guenter Roeck | 6 | -11/+0 |
2017-01-21 | Input: keyboard - drop unnecessary calls to device_init_wakeup | Guenter Roeck | 5 | -11/+0 |
2017-01-21 | Input: keyboard - use local variables consistently | Guenter Roeck | 4 | -27/+25 |
2017-01-21 | Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdata | Guenter Roeck | 8 | -12/+0 |
2017-01-21 | Input: gpio-keys - add support for setkeycode | Hans de Goede | 1 | -12/+28 |
2017-01-18 | Input: tm2-touchkey - add touchkey driver support for TM2 | Jaechul Lee | 3 | -0/+298 |
2017-01-18 | Input: bcm-keypad - drop unnecessary call to platform_set_drvdata | Guenter Roeck | 1 | -2/+0 |
2017-01-18 | Input: twl4030_keypad - drop unnecessary call to platform_set_drvdata | Guenter Roeck | 1 | -1/+0 |
2017-01-18 | Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changes | Guenter Roeck | 1 | -2/+1 |
2017-01-17 | Input: tca8418 - use the interrupt trigger from the device tree | Maxime Ripard | 1 | -3/+3 |
2017-01-15 | Input: mpr121 - switch to device tree probe | Akinobu Mita | 1 | -43/+94 |
2017-01-15 | Input: mpr121 - handle multiple bits change of status register | Akinobu Mita | 1 | -9/+14 |
2017-01-15 | Input: mpr121 - set missing event capability | Akinobu Mita | 1 | -0/+1 |
2017-01-15 | Input: mpr121 - remove unused field in struct mpr121_touchkey | Akinobu Mita | 1 | -1/+0 |
2017-01-15 | Input: mpr121 - annotate PM methods as __maybe_unused | Akinobu Mita | 1 | -4/+2 |
2016-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 5 | -151/+192 |
2016-12-07 | Input: lpc32xx-keys - fix invalid error handling of a requested irq | Vladimir Zapolskiy | 1 | -1/+1 |
2016-11-17 | Input: gpio_keys - set input direction explicitly | Sudeep Holla | 2 | -0/+15 |
2016-11-07 | Input: gpio_keys - switch to using generic device properties | Dmitry Torokhov | 1 | -72/+69 |
2016-11-07 | Input: gpio_keys - add support for GPIO descriptors | Geert Uytterhoeven | 1 | -11/+26 |