summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2025-07-04Merge tag 'input-for-v6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
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
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-8/+8
2025-04-05Merge tag 'input-for-v6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-7/+11
2025-04-05treewide: Convert new and leftover hrtimer_init() usersThomas Gleixner1-6/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-4/+4
2025-02-25Input: matrix_keypad - use fsleep for delays after activating columnsMarkus Burri1-1/+1
2025-02-25Input: matrix_keypad - add settle time after enabling all columnsMarkus Burri1-0/+6
2025-02-24input: ipaq-micro-keys: use devm_kmemdup_array()Raag Jadav1-3/+2
2025-02-05Input: Switch to use hrtimer_setup()Nam Cao1-6/+4
2025-01-21Input: atkbd - map F23 key to support default copilot shortcutMark Pearson1-1/+1
2025-01-15Input: Use str_enable_disable-like helpersKrzysztof Kozlowski2-2/+4
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-291/+158
2024-11-25Merge branch 'next' into for-linusDmitry Torokhov30-291/+158
2024-11-20Input: mpr121 - use devm_regulator_get_enable_read_voltage()David Lechner1-42/+3
2024-11-20Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directlyWolfram Sang1-1/+0
2024-11-20Input: spear-keyboard - don't include 'pm_wakeup.h' directlyWolfram Sang1-1/+0
2024-11-19Input: cypress-sf - constify struct i2c_device_idChristophe JAILLET1-1/+1
2024-11-09Input: gpio_keys_polled - avoid using GPIOF_ACTIVE_LOWAndy Shevchenko1-7/+5
2024-11-09Input: gpio_keys - avoid using GPIOF_ACTIVE_LOWAndy Shevchenko1-6/+4
2024-11-06Input: maple_keyb - use guard notation when acquiring mutexDmitry Torokhov1-7/+2
2024-11-06Input: locomokbd - use guard notation when acquiring spinlockDmitry Torokhov1-4/+1
2024-11-06Input: hilkbd - use guard notation when acquiring spinlockDmitry Torokhov1-3/+1
2024-11-03Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2024-10-31Input: omap-keypad - use guard notation when acquiring mutexDmitry Torokhov1-8/+8
2024-10-26Input: adp5588-keys - do not try to disable interrupt 0Dmitry Torokhov1-2/+4
2024-10-20Input: sun4i-lradc-keys - switch to for_each_child_of_node_scopedJavier Carrasco1-5/+2
2024-10-20Input: mtk-pmic-keys - switch to for_each_child_of_node_scopedJavier Carrasco1-12/+5
2024-10-20Input: cap11xx - switch to for_each_child_of_node_scopedJavier Carrasco1-8/+4
2024-10-15Input: switch back to struct platform_driver::remove()Uwe Kleine-König9-9/+9
2024-10-04Input: matrix_keypad - remove duplicated includeYang Li1-1/+0
2024-10-04Input: sunkbd - use guard notation when pausing serio portDmitry Torokhov1-3/+2
2024-10-04Input: atkbd - use guard notation when pausing serio portDmitry Torokhov1-4/+4
2024-10-03Input: st-keyscan - use guard notation when acquiring mutexDmitry Torokhov1-9/+10
2024-10-03Input: spear-keyboard - use guard notation when acquiring mutexDmitry Torokhov1-6/+2
2024-10-03Input: pxa27x_keypad - use guard notation when acquiring mutexDmitry Torokhov1-8/+8
2024-10-03Input: pmic8xxx-keypad - use guard notation when acquiring mutexDmitry Torokhov1-6/+2
2024-10-03Input: omap4-keypad - use guard notation when acquiring mutexDmitry Torokhov1-3/+1
2024-10-03Input: matrix_keypad - use guard notation when acquiring spinlockDmitry Torokhov1-10/+8
2024-10-03Input: lpc32xx-keys - use guard notation when acquiring mutexDmitry Torokhov1-9/+9