summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Input: imx_sc_key - fix memory corruption on unloadDan Carpenter1-1/+1
2025-12-07Input: cros_ec_keyb - fix an invalid memory accessTzung-Bi Shih1-0/+6
2025-08-28Input: gpio-keys - fix a sleep while atomic with PREEMPT_RTFabrice Gasnier1-2/+2
2025-07-17Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETIDHans de Goede1-1/+2
2025-02-01Input: atkbd - map F23 key to support default copilot shortcutMark Pearson1-1/+1
2024-10-17Input: adp5589-keys - fix adp5589_gpio_get_value()Nuno Sa1-3/+10
2024-10-17Input: adp5589-keys - fix NULL pointer dereferenceNuno Sa1-6/+3
2024-08-19Input: qt1050 - handle CHIP_ID reading errorAndrei Lalaev1-1/+6
2024-03-27Input: gpio_keys_polled - suppress deferred probe error for gpioUwe Kleine-König1-6/+4
2024-02-23Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETIDHans de Goede1-5/+8
2024-01-26Input: atkbd - use ab83 as id when skipping the getid commandHans de Goede1-5/+7
2024-01-26Input: atkbd - skip ATKBD_CMD_GETID in translated modeHans de Goede1-4/+42
2024-01-05Input: ipaq-micro-keys - add error handling for devm_kmemdupHaoran Liu1-0/+3
2023-09-19Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov1-6/+2
2023-09-19Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov1-17/+10
2022-10-05Input: snvs_pwrkey - fix SNVS_HPVIDR1 register addressSebastian Krzyszkowiak1-1/+1
2022-06-09Input: gpio-keys - cancel delayed work only in case of GPIOLad Prabhakar1-1/+1
2022-04-27Input: omap4-keypad - fix pm_runtime_get_sync() error checkingMiaoqian Lin1-1/+1
2022-03-08Input: samsung-keypad - properly state IOMEM dependencyDavid Gow1-1/+1
2021-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+29
2021-10-16Input: snvs_pwrkey - add clk handlingUwe Kleine-König1-0/+29
2021-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-6/+6
2021-09-04Input: adc-keys - drop bogus __refdata annotationGeert Uytterhoeven1-1/+1
2021-09-04Input: Fix spelling mistake in Kconfig "useable" -> "usable"Colin Ian King1-1/+1
2021-08-31Input: adp5589-keys - use the right headerLinus Walleij1-1/+1
2021-08-31Input: adp5588-keys - use the right headerLinus Walleij1-1/+1
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König1-3/+1
2021-08-30Input: ep93xx_keypad - prepare clock before using itAlexander Sverdlin1-2/+2
2021-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-2/+3
2021-06-20Input: atkbd - use kobj_to_dev()YueHaibing1-1/+1
2021-06-20Input: 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-25Input: 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/dto...Linus Torvalds1-25/+31
2021-04-08Input: gpio-keys - fix crash when disabliing GPIO-less buttonsDmitry Torokhov1-17/+13
2021-03-28Input: imx_keypad - convert to a DT-only driverFabio Estevam1-11/+2
2021-03-26Input: 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-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-132/+278
2021-02-23Input: cros-ec-keyb - expose function row physical map to userspacePhilip Chen1-0/+79
2021-02-23Merge 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