summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
10 daysInput: atkbd - skip deactivate for HONOR FMB-P's internal keyboardCryolitia PukNgae1-0/+7
13 daysInput: 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
2025-07-27Input: atkbd - correctly map F13 - F24Werner Sembach1-6/+6
2025-07-04Input: mtk-pmic-keys - add support for MT6359 PMIC keysLouis-Alexis Eyraud1-0/+17
2025-07-02Input: samsung-keypad - use BIT() and GENMASK() where appropriateDmitry Torokhov1-9/+10
2025-07-02Input: samsung-keypad - use per-chip parametersDmitry Torokhov1-24/+37
2025-07-02Input: samsung-keypad - use guard notation to acquire mutexDmitry Torokhov1-6/+2
2025-07-02Input: samsung-keypad - use devm to disable runtime PMDmitry Torokhov1-12/+5
2025-07-02Input: samsung-keypad - use struct_size() helperDmitry Torokhov1-3/+3
2025-07-02Input: samsung-keypad - do not combine memory allocation checksDmitry Torokhov1-1/+4
2025-07-02Input: samsung-keypad - do not set input device's parent explicitlyDmitry Torokhov1-1/+0
2025-07-02Input: samsung-keypad - switch to using devm_clk_get_prepared()Dmitry Torokhov1-18/+4
2025-07-01Input: adp5589: remove the driverNuno Sá3-1077/+0
2025-07-01Input: adp5585: Add Analog Devices ADP5585/89 supportNuno Sá3-0/+383
2025-06-28Input: adp5589 - use new GPIO line value setter callbacksBartosz Golaszewski1-5/+6
2025-06-28Input: adp5588 - use new GPIO line value setter callbacksBartosz Golaszewski1-4/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar4-4/+6
2025-06-04Input: atkbd - switch to use scnprintf() to suppress truncation warningDmitry Torokhov1-2/+2
2025-05-31Input: gpio-keys - fix possible concurrent access in gpio_keys_irq_timer()Gatien Chevallier1-0/+2
2025-05-31Input: gpio-keys - fix a sleep while atomic with PREEMPT_RTFabrice Gasnier1-2/+2
2025-05-19Input: atkbd - do not reset keyboard by default on LoongsonQunqin Zhao1-1/+1
2025-05-16Merge tag 'v6.15-rc6' into nextDmitry Torokhov6-13/+12
2025-05-11Merge tag 'input-for-v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-05-01Input: snvs_pwrkey - support power-off-time-secIan Ray1-0/+25
2025-04-29Input: mtk-pmic-keys - fix possible null pointer dereferenceGary Bisson1-2/+2
2025-04-10Input: matrix_keypad - detect change during scanMarkus Burri1-0/+16
2025-04-10Input: matrix_keypad - add function for reading row stateMarkus Burri1-3/+11