summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
9 daysInput: charlieplex_keypad - add GPIO charlieplex keypadHugo Villeneuve3-0/+247
9 daysInput: imx_keypad - fix spelling mistake "Colums" -> "Columns"Ethan Carter Edwards1-2/+2
2026-04-08Input: qt1070 - inline i2c_check_functionality checkThorsten Blum1-2/+1
2026-04-08Input: qt1050 - inline i2c_check_functionality checkThorsten Blum1-2/+1
2026-03-12Merge tag 'v7.0-rc3' into nextDmitry Torokhov11-12/+22
2026-03-11Input: mpr121 - drop redundant wakeup handlingbui duc phuc1-8/+0
2026-03-01Input: atkbd - fix various formatting issuesDmitry Torokhov1-53/+32
2026-03-01Input: atkbd - switch to using explicitly sized typesDmitry Torokhov1-15/+15
2026-03-01Input: atkbd - use dev_warn_ratelimited()Dmitry Torokhov1-5/+3
2026-03-01Input: atkbd - use __free() cleanup facility in when parsing FW keymapDmitry Torokhov1-5/+1
2026-03-01Input: atkbd - validate scancode in firmware keymap entriesAriel Silver1-0/+6
2026-02-24Input: cros_ec_keyb - factor out column processingDmitry Torokhov1-20/+27
2026-02-24Input: cros_ec_keyb - do not allocate keyboard state separatelyDmitry Torokhov1-10/+2
2026-02-24Input: cros_ec_keyb - simplify cros_ec_keyb_work()Dmitry Torokhov1-15/+15
2026-02-24Input: cros_ec_keyb - use BIT() macro instead of open-coding shiftsDmitry Torokhov1-5/+4
2026-02-24Input: cros_ec_keyb - use u8 instead of uint8_tDmitry Torokhov1-6/+5
2026-02-24Input: cros_ec_keyb - add function key supportFabio Baltieri1-16/+166
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook11-11/+11
2026-02-15Merge branch 'next' into for-linusDmitry Torokhov3-11/+15
2026-02-01Input: gpio_keys - fall back to platform_get_irq() for interrupt-only keysDmitry Torokhov1-5/+12
2025-12-19Input: gpio_keys - replace use of system_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-12-15Input: atkbd - skip deactivate for HONOR FMB-P's internal keyboardCryolitia PukNgae1-0/+7
2025-12-13Input: cros_ec_keyb - clarify key event error messageFabio Baltieri1-1/+2
2025-12-13Input: omap4-keypad - remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-4/+0
2025-12-12Input: lkkbd - disable pending work before freeing deviceMinseong Kim1-1/+4
2025-11-18Merge tag 'v6.18-rc6' into for-linusDmitry Torokhov1-0/+6
2025-11-05Input: cros_ec_keyb - fix an invalid memory accessTzung-Bi Shih1-0/+6
2025-11-04Input: imx_sc_key - fix memory corruption on unloadDan Carpenter1-1/+1
2025-10-08Merge tag 'input-for-v6.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-749/+224
2025-10-08Merge branch 'next' into for-linusDmitry Torokhov9-750/+546
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-0/+321
2025-10-01Merge tag 'chrome-platform-v6.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+6
2025-09-18Input: twl4030_keypad - drop support for platform dataDmitry Torokhov1-29/+6
2025-09-18Merge tag 'ib-mfd-gpio-input-pinctrl-pwm-v6.18' of git://git.kernel.org/pub/s...Dmitry Torokhov3-0/+321
2025-09-16input: keyboard: Add support for MAX7360 keypadMathieu Dubois-Briand3-0/+321
2025-09-14Merge tag 'input-for-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+4
2025-09-14Input: cros_ec_keyb - Defer probe until parent EC device is registeredTzung-Bi Shih1-0/+6
2025-09-08Input: spear-keyboard - drop support for platform dataDmitry Torokhov1-56/+15
2025-09-08Input: pxa27x-keypad - drop support for platform dataDmitry Torokhov1-257/+121
2025-09-08Input: pxa27x-keypad - use BIT, GENMASK, FIELD_GET, etcDmitry Torokhov1-59/+69
2025-09-08Input: pxa27x-keypad - replace uint32_t with u32Dmitry Torokhov1-12/+12
2025-09-06Input: mtk-pmic-keys - MT6359 has a specific release irqJulien Massot1-1/+4
2025-08-21Merge tag 'v6.17-rc2' into HEADDmitry Torokhov2-3/+3
2025-08-13Input: tca8418_keypad - switch to using module_i2c_driver()Dmitry Torokhov1-12/+1
2025-08-13Input: tca6416-keypad - remove the driverDmitry Torokhov3-324/+0
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-08-06Merge branch 'next' into for-linusDmitry Torokhov12-1164/+481
2025-08-04Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux...Dmitry Torokhov8-1082/+389