summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)Author
2025-10-08Merge tag 'input-for-v6.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-07Merge branch 'next' into for-linusDmitry Torokhov
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-01Merge tag 'chrome-platform-v6.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-17Input: twl4030_keypad - drop support for platform dataDmitry Torokhov
2025-09-17Merge tag 'ib-mfd-gpio-input-pinctrl-pwm-v6.18' of git://git.kernel.org/pub/s...Dmitry Torokhov
2025-09-16input: keyboard: Add support for MAX7360 keypadMathieu Dubois-Briand
2025-09-14Merge tag 'input-for-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-14Input: cros_ec_keyb - Defer probe until parent EC device is registeredTzung-Bi Shih
2025-09-08Input: spear-keyboard - drop support for platform dataDmitry Torokhov
2025-09-08Input: pxa27x-keypad - drop support for platform dataDmitry Torokhov
2025-09-08Input: pxa27x-keypad - use BIT, GENMASK, FIELD_GET, etcDmitry Torokhov
2025-09-08Input: pxa27x-keypad - replace uint32_t with u32Dmitry Torokhov
2025-09-06Input: mtk-pmic-keys - MT6359 has a specific release irqJulien Massot
2025-08-21Merge tag 'v6.17-rc2' into HEADDmitry Torokhov
2025-08-12Input: tca8418_keypad - switch to using module_i2c_driver()Dmitry Torokhov
2025-08-12Input: tca6416-keypad - remove the driverDmitry Torokhov
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski
2025-08-06Merge branch 'next' into for-linusDmitry Torokhov
2025-08-03Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux...Dmitry Torokhov
2025-07-27Input: atkbd - correctly map F13 - F24Werner Sembach
2025-07-03Input: mtk-pmic-keys - add support for MT6359 PMIC keysLouis-Alexis Eyraud
2025-07-01Input: samsung-keypad - use BIT() and GENMASK() where appropriateDmitry Torokhov
2025-07-01Input: samsung-keypad - use per-chip parametersDmitry Torokhov
2025-07-01Input: samsung-keypad - use guard notation to acquire mutexDmitry Torokhov
2025-07-01Input: samsung-keypad - use devm to disable runtime PMDmitry Torokhov
2025-07-01Input: samsung-keypad - use struct_size() helperDmitry Torokhov
2025-07-01Input: samsung-keypad - do not combine memory allocation checksDmitry Torokhov
2025-07-01Input: samsung-keypad - do not set input device's parent explicitlyDmitry Torokhov
2025-07-01Input: samsung-keypad - switch to using devm_clk_get_prepared()Dmitry Torokhov
2025-07-01Input: adp5589: remove the driverNuno Sá
2025-07-01Input: adp5585: Add Analog Devices ADP5585/89 supportNuno Sá
2025-06-27Input: adp5589 - use new GPIO line value setter callbacksBartosz Golaszewski
2025-06-27Input: adp5588 - use new GPIO line value setter callbacksBartosz Golaszewski
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-03Input: atkbd - switch to use scnprintf() to suppress truncation warningDmitry Torokhov
2025-05-30Input: gpio-keys - fix possible concurrent access in gpio_keys_irq_timer()Gatien Chevallier
2025-05-30Input: gpio-keys - fix a sleep while atomic with PREEMPT_RTFabrice Gasnier
2025-05-19Input: atkbd - do not reset keyboard by default on LoongsonQunqin Zhao
2025-05-15Merge tag 'v6.15-rc6' into nextDmitry Torokhov
2025-05-11Merge tag 'input-for-v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-04-30Input: snvs_pwrkey - support power-off-time-secIan Ray
2025-04-29Input: mtk-pmic-keys - fix possible null pointer dereferenceGary Bisson
2025-04-09Input: matrix_keypad - detect change during scanMarkus Burri
2025-04-09Input: matrix_keypad - add function for reading row stateMarkus Burri
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-05Merge tag 'input-for-v6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-04-05treewide: Convert new and leftover hrtimer_init() usersThomas Gleixner
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-25Input: matrix_keypad - use fsleep for delays after activating columnsMarkus Burri