summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2025-02-01Input: atkbd - map F23 key to support default copilot shortcutMark Pearson1-1/+1
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-291/+158
2024-11-24Merge branch 'next' into for-linusDmitry Torokhov30-291/+158
2024-11-19Input: mpr121 - use devm_regulator_get_enable_read_voltage()David Lechner1-42/+3
2024-11-19Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directlyWolfram Sang1-1/+0
2024-11-19Input: spear-keyboard - don't include 'pm_wakeup.h' directlyWolfram Sang1-1/+0
2024-11-18Input: 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-05Input: maple_keyb - use guard notation when acquiring mutexDmitry Torokhov1-7/+2
2024-11-05Input: locomokbd - use guard notation when acquiring spinlockDmitry Torokhov1-4/+1
2024-11-05Input: 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-30Input: omap-keypad - use guard notation when acquiring mutexDmitry Torokhov1-8/+8
2024-10-25Input: adp5588-keys - do not try to disable interrupt 0Dmitry Torokhov1-2/+4
2024-10-19Input: sun4i-lradc-keys - switch to for_each_child_of_node_scopedJavier Carrasco1-5/+2
2024-10-19Input: mtk-pmic-keys - switch to for_each_child_of_node_scopedJavier Carrasco1-12/+5
2024-10-19Input: 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
2024-10-03Input: lm8323 - use guard notation when acquiring mutexesDmitry Torokhov1-27/+22
2024-10-03Input: ipaq-micro-keys - use guard notation when acquiring mutex and spinlockDmitry Torokhov1-7/+5
2024-10-03Input: imx_keypad - use guard notation when acquiring mutexDmitry Torokhov1-16/+11
2024-10-03Input: ep93xx_keypad - use guard notation when acquiring mutexDmitry Torokhov1-6/+2
2024-10-03Input: applespi - use guard notation when acquiring spinlockDmitry Torokhov1-54/+18
2024-10-03Input: adp5589-keys - use guard notation when acquiring mutexDmitry Torokhov1-21/+18
2024-10-02Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-10-02Merge tag 'input-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+13
2024-10-01Input: adp5589-keys - fix adp5589_gpio_get_value()Nuno Sa1-3/+10
2024-10-01Input: adp5589-keys - fix NULL pointer dereferenceNuno Sa1-6/+3
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-52/+22
2024-09-24Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-1114/+285
2024-09-20Merge branch 'next' into for-linusDmitry Torokhov17-1113/+284
2024-09-20Input: adp5588-keys - fix check on return codeNuno Sa1-1/+1
2024-09-13Input: tegra-kbc - use of_property_read_variable_u32_array() and of_property_...Rob Herring (Arm)1-45/+27
2024-09-12input: keypad: ep93xx: add DT support for Cirrus EP93xxNikita Shubin1-52/+22
2024-09-05Input: tegra-kbc - use guard notation when acquiring mutex and spinlockDmitry Torokhov1-26/+19
2024-09-05Input: iqs62x-keys - use cleanup facility for fwnodesDmitry Torokhov1-5/+2
2024-09-05Input: gpio-keys - switch to using cleanup functionsDmitry Torokhov1-27/+17