summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-2530-291/+158
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2024-11-2530-291/+158
| |\
| | * Input: mpr121 - use devm_regulator_get_enable_read_voltage()David Lechner2024-11-201-42/+3
| | * Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directlyWolfram Sang2024-11-201-1/+0
| | * Input: spear-keyboard - don't include 'pm_wakeup.h' directlyWolfram Sang2024-11-201-1/+0
| | * Input: cypress-sf - constify struct i2c_device_idChristophe JAILLET2024-11-191-1/+1
| | * Input: maple_keyb - use guard notation when acquiring mutexDmitry Torokhov2024-11-051-7/+2
| | * Input: locomokbd - use guard notation when acquiring spinlockDmitry Torokhov2024-11-051-4/+1
| | * Input: hilkbd - use guard notation when acquiring spinlockDmitry Torokhov2024-11-051-3/+1
| | * Input: omap-keypad - use guard notation when acquiring mutexDmitry Torokhov2024-10-301-8/+8
| | * Input: sun4i-lradc-keys - switch to for_each_child_of_node_scopedJavier Carrasco2024-10-201-5/+2
| | * Input: mtk-pmic-keys - switch to for_each_child_of_node_scopedJavier Carrasco2024-10-201-12/+5
| | * Input: cap11xx - switch to for_each_child_of_node_scopedJavier Carrasco2024-10-201-8/+4
| | * Input: switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-159-9/+9
| | * Input: matrix_keypad - remove duplicated includeYang Li2024-10-041-1/+0
| | * Input: sunkbd - use guard notation when pausing serio portDmitry Torokhov2024-10-041-3/+2
| | * Input: atkbd - use guard notation when pausing serio portDmitry Torokhov2024-10-041-4/+4
| | * Input: st-keyscan - use guard notation when acquiring mutexDmitry Torokhov2024-10-031-9/+10
| | * Input: spear-keyboard - use guard notation when acquiring mutexDmitry Torokhov2024-10-031-6/+2
| | * Input: pxa27x_keypad - use guard notation when acquiring mutexDmitry Torokhov2024-10-031-8/+8
| | * Input: pmic8xxx-keypad - use guard notation when acquiring mutexDmitry Torokhov2024-10-031-6/+2
| | * Input: omap4-keypad - use guard notation when acquiring mutexDmitry Torokhov2024-10-031-3/+1
| | * Input: matrix_keypad - use guard notation when acquiring spinlockDmitry Torokhov2024-10-031-10/+8
| | * Input: lpc32xx-keys - use guard notation when acquiring mutexDmitry Torokhov2024-10-031-9/+9
| | * Input: lm8323 - use guard notation when acquiring mutexesDmitry Torokhov2024-10-031-27/+22
| | * Input: ipaq-micro-keys - use guard notation when acquiring mutex and spinlockDmitry Torokhov2024-10-031-7/+5
| | * Input: imx_keypad - use guard notation when acquiring mutexDmitry Torokhov2024-10-031-16/+11
| | * Input: ep93xx_keypad - use guard notation when acquiring mutexDmitry Torokhov2024-10-031-6/+2
| | * Input: applespi - use guard notation when acquiring spinlockDmitry Torokhov2024-10-031-54/+18
| | * Input: adp5589-keys - use guard notation when acquiring mutexDmitry Torokhov2024-10-031-21/+18
* | | Input: gpio_keys_polled - avoid using GPIOF_ACTIVE_LOWAndy Shevchenko2024-11-091-7/+5
* | | Input: gpio_keys - avoid using GPIOF_ACTIVE_LOWAndy Shevchenko2024-11-091-6/+4
* | | Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-031-2/+4
|\| |
| * | Input: adp5588-keys - do not try to disable interrupt 0Dmitry Torokhov2024-10-261-2/+4
* | | Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-10-032-2/+2
|\ \ \
| * | | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
* | | | Merge tag 'input-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-10-021-9/+13
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Input: adp5589-keys - fix adp5589_gpio_get_value()Nuno Sa2024-10-011-3/+10
| * | Input: adp5589-keys - fix NULL pointer dereferenceNuno Sa2024-10-011-6/+3
* | | [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* | | Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-261-52/+22
|\ \ \
| * | | input: keypad: ep93xx: add DT support for Cirrus EP93xxNikita Shubin2024-09-121-52/+22
* | | | Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-2417-1114/+285
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2024-09-2017-1113/+284
| |\ \ \ | | | |/ | | |/|
| | * | Input: tegra-kbc - use of_property_read_variable_u32_array() and of_property_...Rob Herring (Arm)2024-09-141-45/+27
| | * | Input: tegra-kbc - use guard notation when acquiring mutex and spinlockDmitry Torokhov2024-09-061-26/+19
| | * | Input: iqs62x-keys - use cleanup facility for fwnodesDmitry Torokhov2024-09-061-5/+2
| | * | Input: gpio-keys - switch to using cleanup functionsDmitry Torokhov2024-09-061-27/+17
| | * | Input: atkbd - use guard notation when acquiring mutexDmitry Torokhov2024-09-061-22/+15
| | * | Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into nextDmitry Torokhov2024-09-061-195/+139
| | |\ \