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