summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorLines
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-126/+338
2021-11-11Merge branch 'next' into for-linusDmitry Torokhov-126/+338
2021-11-02Input: cap11xx - add support for cap1206Jesse Taube-14/+29
2021-10-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+29
2021-10-15Input: snvs_pwrkey - add clk handlingUwe Kleine-König-0/+29
2021-10-15Input: tm2-touchkey - allow changing keycodes from userspaceStephan Gerhold-0/+4
2021-10-15Input: tm2-touchkey - report scan codesStephan Gerhold-0/+3
2021-10-15Input: ep93xx_keypad - switch to using managed resourcesDmitry Torokhov-81/+37
2021-10-15Input: ep93xx_keypad - use dev_pm_set_wake_irq()Dmitry Torokhov-6/+7
2021-10-15Input: ep93xx_keypad - use BIT() and GENMASK() macrosDmitry Torokhov-18/+19
2021-10-15Input: ep93xx_keypad - annotate suspend/resume as __maybe_unusedDmitry Torokhov-4/+2
2021-09-22Input: mpr121 - make use of the helper function devm_add_action_or_reset()Cai Huoqing-2/+2
2021-09-20Input: omap-keypad - prefer struct_size over open coded arithmeticLen Baker-2/+1
2021-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-6/+6
2021-09-09Input: cypress-sf - add Cypress StreetFighter touchkey driverYassine Oudjana-0/+235
2021-09-03Input: adc-keys - drop bogus __refdata annotationGeert Uytterhoeven-1/+1
2021-09-03Input: Fix spelling mistake in Kconfig "useable" -> "usable"Colin Ian King-1/+1
2021-08-30Input: adp5589-keys - use the right headerLinus Walleij-1/+1
2021-08-30Input: adp5588-keys - use the right headerLinus Walleij-1/+1
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König-3/+1
2021-08-29Input: ep93xx_keypad - prepare clock before using itAlexander Sverdlin-2/+2
2021-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-2/+3
2021-06-19Input: atkbd - use kobj_to_dev()YueHaibing-1/+1
2021-06-19Input: cros_ec_keyb - use kobj_to_dev() APIzhouchuangao-1/+1
2021-06-07m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warningRandy Dunlap-3/+0
2021-05-25Merge tag 'v5.12' into nextDmitry Torokhov-25/+31
2021-05-24Input: hil_kbd - fix error return code in hil_dev_connect()Zhen Lei-0/+1
2021-05-04Merge branch 'next' into for-linusDmitry Torokhov-52/+78
2021-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-25/+31
2021-04-07Input: gpio-keys - fix crash when disabliing GPIO-less buttonsDmitry Torokhov-17/+13
2021-03-27Input: imx_keypad - convert to a DT-only driverFabio Estevam-11/+2
2021-03-25Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song-5/+3
2021-03-25Merge tag 'v5.12-rc4' into nextDmitry Torokhov-3/+1
2021-03-25Input: gpio-keys - use hrtimer for software debounce, if possiblePaul Cercueil-14/+52
2021-03-25Input: gpio-keys - use hrtimer for release timerPaul Cercueil-11/+16
2021-03-25Input: gpio-keys - remove extra call to input_syncPaul Cercueil-1/+1
2021-03-23Input: nspire-keypad - enable interrupts only when openedFabian Vogt-25/+31
2021-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-132/+278
2021-02-22Input: cros-ec-keyb - expose function row physical map to userspacePhilip Chen-0/+79
2021-02-22Merge tag 'v5.11' into nextDmitry Torokhov-9/+35
2021-02-19Input: applespi - fix occasional crc errors under load.Ronald Tschalär-0/+2
2021-02-19Input: applespi - don't wait for responses to commands indefinitely.Ronald Tschalär-6/+15
2021-02-19Input: add missing dependencies on CONFIG_HAS_IOMEMDmitry Torokhov-2/+2
2021-02-01ARM: 9049/1: locomo: make locomo bus's remove callback return voidUwe Kleine-König-3/+1
2021-01-10Input: omap4-keypad - implement errata check for lost key-up eventsTony Lindgren-0/+30
2021-01-10Input: omap4-keypad - use PM runtime autosuspendTony Lindgren-11/+39
2021-01-10Input: omap4-keypad - move rest of key scanning to a separate functionTony Lindgren-13/+26
2021-01-10Input: omap4-keypad - scan keys in two phases and simplify with bitmaskTony Lindgren-28/+45
2021-01-10Input: omap4-keypad - disable unused long interruptsTony Lindgren-3/+2
2021-01-10Input: omap4-keypad - switch to use managed resourcesDmitry Torokhov-84/+53