aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-2/+3
2021-06-19Input: atkbd - use kobj_to_dev()YueHaibing1-1/+1
2021-06-19Input: cros_ec_keyb - use kobj_to_dev() APIzhouchuangao1-1/+1
2021-06-07m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warningRandy Dunlap1-3/+0
2021-05-25Merge tag 'v5.12' into nextDmitry Torokhov1-25/+31
2021-05-24Input: hil_kbd - fix error return code in hil_dev_connect()Zhen Lei1-0/+1
2021-05-04Merge branch 'next' into for-linusDmitry Torokhov5-52/+78
2021-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-25/+31
2021-04-07Input: gpio-keys - fix crash when disabliing GPIO-less buttonsDmitry Torokhov1-17/+13
2021-03-27Input: imx_keypad - convert to a DT-only driverFabio Estevam1-11/+2
2021-03-25Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song2-5/+3
2021-03-25Merge tag 'v5.12-rc4' into nextDmitry Torokhov1-3/+1
2021-03-25Input: gpio-keys - use hrtimer for software debounce, if possiblePaul Cercueil1-14/+52
2021-03-25Input: gpio-keys - use hrtimer for release timerPaul Cercueil1-11/+16
2021-03-25Input: gpio-keys - remove extra call to input_syncPaul Cercueil1-1/+1
2021-03-23Input: nspire-keypad - enable interrupts only when openedFabian Vogt1-25/+31
2021-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-132/+278
2021-02-22Input: cros-ec-keyb - expose function row physical map to userspacePhilip Chen1-0/+79
2021-02-22Merge tag 'v5.11' into nextDmitry Torokhov2-9/+35
2021-02-19Input: applespi - fix occasional crc errors under load.Ronald Tschalär1-0/+2
2021-02-19Input: applespi - don't wait for responses to commands indefinitely.Ronald Tschalär1-6/+15
2021-02-19Input: add missing dependencies on CONFIG_HAS_IOMEMDmitry Torokhov1-2/+2
2021-02-01ARM: 9049/1: locomo: make locomo bus's remove callback return voidUwe Kleine-König1-3/+1
2021-01-10Input: omap4-keypad - implement errata check for lost key-up eventsTony Lindgren1-0/+30
2021-01-10Input: omap4-keypad - use PM runtime autosuspendTony Lindgren1-11/+39
2021-01-10Input: omap4-keypad - move rest of key scanning to a separate functionTony Lindgren1-13/+26
2021-01-10Input: omap4-keypad - scan keys in two phases and simplify with bitmaskTony Lindgren1-28/+45
2021-01-10Input: omap4-keypad - disable unused long interruptsTony Lindgren1-3/+2
2021-01-10Input: omap4-keypad - switch to use managed resourcesDmitry Torokhov1-84/+53
2020-12-18Input: imx_keypad - add dependency on HAS_IOMEMDmitry Torokhov1-1/+1
2020-12-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds18-261/+193
2020-12-14Merge branch 'next' into for-linusDmitry Torokhov19-262/+194
2020-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+1
2020-12-11Input: adp5589-keys - do not explicitly control IRQ for wakeupDmitry Torokhov1-18/+9
2020-12-11Input: adp5589-keys - do not unconditionally configure as wakeup sourceDmitry Torokhov1-2/+0
2020-12-10Input: imx_keypad - add COMPILE_TEST supportAnson Huang1-1/+1
2020-12-10Input: applespi - use new structure for SPI transfer delaysSergiu Cuciurean1-4/+8
2020-12-09Input: tm2-touchkey - add vddio regulatorStephan Gerhold1-1/+2
2020-12-09Input: cros_ec_keyb - send 'scancodes' in addition to key eventsDmitry Torokhov1-0/+1
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz11-21/+21
2020-12-02Input: omap4-keypad - set up interrupt as wakeup sourceDmitry Torokhov1-35/+8
2020-11-22Input: omap4-keypad - fix runtime PM error handlingZhang Qilong1-36/+53
2020-11-19Input: applespi - provide missing struct 'message' descriptionsLee Jones1-0/+9
2020-11-19Input: adp5589-keys - use BIT()Dmitry Torokhov1-34/+35
2020-11-19Input: adp5589-keys - mark suspend and resume methods as __maybe_unusedDmitry Torokhov1-4/+2
2020-11-18Input: adp5589-keys - use devm_add_action_or_reset() for register clearAlexandru Ardelean1-10/+13
2020-11-18Input: adp5589-keys - use devm_gpiochip_add_data() for gpiosAlexandru Ardelean1-20/+2
2020-11-18Input: adp5589-keys - remove setup/teardown hooks for gpiosAlexandru Ardelean1-21/+0
2020-11-18Input: adp5589-keys - use device-managed function in adp5589_keypad_add()Alexandru Ardelean1-31/+10
2020-11-18Input: adp5589-keys - use devm_kzalloc() to allocate the kpad objectAlexandru Ardelean1-9/+4