summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorLines
2024-10-19Input: mtk-pmic-keys - switch to for_each_child_of_node_scopedJavier Carrasco-12/+5
2024-10-19Input: cap11xx - switch to for_each_child_of_node_scopedJavier Carrasco-8/+4
2024-10-15Input: switch back to struct platform_driver::remove()Uwe Kleine-König-9/+9
2024-10-04Input: matrix_keypad - remove duplicated includeYang Li-1/+0
2024-10-04Input: sunkbd - use guard notation when pausing serio portDmitry Torokhov-3/+2
2024-10-04Input: atkbd - use guard notation when pausing serio portDmitry Torokhov-4/+4
2024-10-03Input: st-keyscan - use guard notation when acquiring mutexDmitry Torokhov-9/+10
2024-10-03Input: spear-keyboard - use guard notation when acquiring mutexDmitry Torokhov-6/+2
2024-10-03Input: pxa27x_keypad - use guard notation when acquiring mutexDmitry Torokhov-8/+8
2024-10-03Input: pmic8xxx-keypad - use guard notation when acquiring mutexDmitry Torokhov-6/+2
2024-10-03Input: omap4-keypad - use guard notation when acquiring mutexDmitry Torokhov-3/+1
2024-10-03Input: matrix_keypad - use guard notation when acquiring spinlockDmitry Torokhov-10/+8
2024-10-03Input: lpc32xx-keys - use guard notation when acquiring mutexDmitry Torokhov-9/+9
2024-10-03Input: lm8323 - use guard notation when acquiring mutexesDmitry Torokhov-27/+22
2024-10-03Input: ipaq-micro-keys - use guard notation when acquiring mutex and spinlockDmitry Torokhov-7/+5
2024-10-03Input: imx_keypad - use guard notation when acquiring mutexDmitry Torokhov-16/+11
2024-10-03Input: ep93xx_keypad - use guard notation when acquiring mutexDmitry Torokhov-6/+2
2024-10-03Input: applespi - use guard notation when acquiring spinlockDmitry Torokhov-54/+18
2024-10-03Input: adp5589-keys - use guard notation when acquiring mutexDmitry Torokhov-21/+18
2024-10-02Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-10-02Merge tag 'input-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+13
2024-10-01Input: adp5589-keys - fix adp5589_gpio_get_value()Nuno Sa-3/+10
2024-10-01Input: adp5589-keys - fix NULL pointer dereferenceNuno Sa-6/+3
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-52/+22
2024-09-24Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1114/+285
2024-09-20Merge branch 'next' into for-linusDmitry Torokhov-1113/+284
2024-09-20Input: adp5588-keys - fix check on return codeNuno Sa-1/+1
2024-09-13Input: tegra-kbc - use of_property_read_variable_u32_array() and of_property_...Rob Herring (Arm)-45/+27
2024-09-12input: keypad: ep93xx: add DT support for Cirrus EP93xxNikita Shubin-52/+22
2024-09-05Input: tegra-kbc - use guard notation when acquiring mutex and spinlockDmitry Torokhov-26/+19
2024-09-05Input: iqs62x-keys - use cleanup facility for fwnodesDmitry Torokhov-5/+2
2024-09-05Input: gpio-keys - switch to using cleanup functionsDmitry Torokhov-27/+17
2024-09-05Input: atkbd - use guard notation when acquiring mutexDmitry Torokhov-22/+15
2024-09-05Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into nextDmitry Torokhov-195/+139
2024-09-05Input: matrix_keypad - remove support for platform dataDmitry Torokhov-71/+3
2024-09-05Input: matrix_keypad - switch to gpiod API and generic device propertiesDmitry Torokhov-156/+185
2024-09-05Input: matrix_keypad - remove support for clustered interruptDmitry Torokhov-39/+22
2024-08-31Input: snvs_pwrkey - use devm_clk_get_optional_enabled()Dmitry Torokhov-23/+1
2024-08-28Input: adp5588-keys - add support for pure gpioUtsav Agarwal-13/+35
2024-08-28Input: adp5588-keys - use guard notation when acquiring mutexesDmitry Torokhov-32/+17
2024-08-28input: keyboard: support i.MX95 BBM modulePeng Fan-0/+237
2024-08-28Input: mt6779-keypad - use devm_clk_get_enabled()Dmitry Torokhov-17/+1
2024-08-27Input: mt6779-keypad - fix module autoloadingLiao Chen-0/+1
2024-08-22Input: keypad-nomadik-ske - remove the driverDmitry Torokhov-390/+0
2024-07-31Input: tc3589x - use of_property_present()Rob Herring (Arm)-2/+1
2024-07-28Input: spear-keyboard - switch to devm_clk_get_prepared()Christophe JAILLET-15/+1
2024-07-15Input: msc_touchkey - remove the driverDmitry Torokhov-281/+0
2024-07-15Input: adc-keys - use device_for_each_child_node_scoped()Javier Carrasco-4/+1