summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: cros-ec-keyb - expose function row physical map to userspacePhilip Chen2021-02-231-0/+79
* Merge tag 'v5.11' into nextDmitry Torokhov2021-02-232-9/+35
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-12-1618-261/+193
| |\
| | * Merge branch 'next' into for-linusDmitry Torokhov2020-12-1519-262/+194
| | |\
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-12-121-0/+1
| |\| |
| | * | Input: cros_ec_keyb - send 'scancodes' in addition to key eventsDmitry Torokhov2020-12-101-0/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-11-171-8/+33
| |\| |
| | * | Input: sunkbd - avoid use-after-free in teardown pathsDmitry Torokhov2020-11-091-8/+33
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-10-243-11/+7
| |\| |
| * | | platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPTGuenter Roeck2020-08-241-1/+1
* | | | Input: applespi - fix occasional crc errors under load.Ronald Tschalär2021-02-191-0/+2
* | | | Input: applespi - don't wait for responses to commands indefinitely.Ronald Tschalär2021-02-191-6/+15
* | | | Input: add missing dependencies on CONFIG_HAS_IOMEMDmitry Torokhov2021-02-191-2/+2
* | | | Input: omap4-keypad - implement errata check for lost key-up eventsTony Lindgren2021-01-111-0/+30
* | | | Input: omap4-keypad - use PM runtime autosuspendTony Lindgren2021-01-111-11/+39
* | | | Input: omap4-keypad - move rest of key scanning to a separate functionTony Lindgren2021-01-111-13/+26
* | | | Input: omap4-keypad - scan keys in two phases and simplify with bitmaskTony Lindgren2021-01-111-28/+45
* | | | Input: omap4-keypad - disable unused long interruptsTony Lindgren2021-01-111-3/+2
* | | | Input: omap4-keypad - switch to use managed resourcesDmitry Torokhov2021-01-111-84/+53
* | | | Input: imx_keypad - add dependency on HAS_IOMEMDmitry Torokhov2020-12-181-1/+1
| |_|/ |/| |
* | | Input: adp5589-keys - do not explicitly control IRQ for wakeupDmitry Torokhov2020-12-111-18/+9
* | | Input: adp5589-keys - do not unconditionally configure as wakeup sourceDmitry Torokhov2020-12-111-2/+0
* | | Input: imx_keypad - add COMPILE_TEST supportAnson Huang2020-12-111-1/+1
* | | Input: applespi - use new structure for SPI transfer delaysSergiu Cuciurean2020-12-111-4/+8
* | | Input: tm2-touchkey - add vddio regulatorStephan Gerhold2020-12-101-1/+2
* | | Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-0311-21/+21
* | | Input: omap4-keypad - set up interrupt as wakeup sourceDmitry Torokhov2020-12-031-35/+8
* | | Input: omap4-keypad - fix runtime PM error handlingZhang Qilong2020-11-231-36/+53
* | | Input: applespi - provide missing struct 'message' descriptionsLee Jones2020-11-201-0/+9
* | | Input: adp5589-keys - use BIT()Dmitry Torokhov2020-11-201-34/+35
* | | Input: adp5589-keys - mark suspend and resume methods as __maybe_unusedDmitry Torokhov2020-11-201-4/+2
* | | Input: adp5589-keys - use devm_add_action_or_reset() for register clearAlexandru Ardelean2020-11-191-10/+13
* | | Input: adp5589-keys - use devm_gpiochip_add_data() for gpiosAlexandru Ardelean2020-11-191-20/+2
* | | Input: adp5589-keys - remove setup/teardown hooks for gpiosAlexandru Ardelean2020-11-191-21/+0
* | | Input: adp5589-keys - use device-managed function in adp5589_keypad_add()Alexandru Ardelean2020-11-191-31/+10
* | | Input: adp5589-keys - use devm_kzalloc() to allocate the kpad objectAlexandru Ardelean2020-11-191-9/+4
* | | Merge tag 'v5.9' into nextDmitry Torokhov2020-11-181-1/+1
|\| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-08-113-3/+2
| |\ \
| * | | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-06-104-21/+113
| |\ \ \
* | | | | Input: samsung-keypad - remove set but unused variable 'var'Lee Jones2020-11-131-2/+1
* | | | | Input: cros_ec_keyb - struct headers should start with 'struct <name>'Lee Jones2020-11-091-4/+5
* | | | | Input: gpio_keys - fix misnamed function parameter 'dev'Lee Jones2020-11-091-1/+1
* | | | | Input: pmic8xxx-keypad - fix kernel-doc formattingLee Jones2020-11-091-11/+11
* | | | | Input: nomadik-ske-keypad - provide some missing struct member docsLee Jones2020-11-091-0/+2
| |_|_|/ |/| | |
* | | | Input: twl4030_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-5/+3
* | | | Input: omap4-keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-4/+2
* | | | Input: ep93xx_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-2/+2
| |_|/ |/| |
* | | Merge branch 'elan-i2c' into nextDmitry Torokhov2020-07-223-0/+346
|\| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-05-283-11/+7
| |\ \