summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2024-10-03Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2024-10-03move 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-14Input: 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-06Input: tegra-kbc - use guard notation when acquiring mutex and spinlockDmitry Torokhov1-26/+19
2024-09-06Input: iqs62x-keys - use cleanup facility for fwnodesDmitry Torokhov1-5/+2
2024-09-06Input: gpio-keys - switch to using cleanup functionsDmitry Torokhov1-27/+17
2024-09-06Input: atkbd - use guard notation when acquiring mutexDmitry Torokhov1-22/+15
2024-09-06Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into nextDmitry Torokhov1-195/+139
2024-09-06Input: matrix_keypad - remove support for platform dataDmitry Torokhov1-71/+3
2024-09-06Input: matrix_keypad - switch to gpiod API and generic device propertiesDmitry Torokhov1-156/+185
2024-09-06Input: matrix_keypad - remove support for clustered interruptDmitry Torokhov1-39/+22
2024-09-01Input: snvs_pwrkey - use devm_clk_get_optional_enabled()Dmitry Torokhov1-23/+1
2024-08-29Input: adp5588-keys - add support for pure gpioUtsav Agarwal1-13/+35
2024-08-29Input: adp5588-keys - use guard notation when acquiring mutexesDmitry Torokhov1-32/+17
2024-08-28input: keyboard: support i.MX95 BBM modulePeng Fan3-0/+237
2024-08-28Input: mt6779-keypad - use devm_clk_get_enabled()Dmitry Torokhov1-17/+1
2024-08-27Input: mt6779-keypad - fix module autoloadingLiao Chen1-0/+1
2024-08-22Input: keypad-nomadik-ske - remove the driverDmitry Torokhov3-390/+0
2024-07-31Input: tc3589x - use of_property_present()Rob Herring (Arm)1-2/+1
2024-07-29Input: spear-keyboard - switch to devm_clk_get_prepared()Christophe JAILLET1-15/+1
2024-07-16Input: msc_touchkey - remove the driverDmitry Torokhov3-281/+0
2024-07-16Input: adc-keys - use device_for_each_child_node_scoped()Javier Carrasco1-4/+1
2024-07-16Input: gpio_keys_polled - use device_for_each_child_node_scoped()Javier Carrasco1-3/+1
2024-07-16Input: gpio_keys - use device_for_each_child_node_scoped()Javier Carrasco1-3/+1
2024-07-16Input: qt1050 - use device_for_each_child_node_scoped()Javier Carrasco1-10/+5
2024-07-13Input: omap-keypad - use driver core to instantiate device attributesDmitry Torokhov1-10/+11
2024-07-08Input: qt1050 - constify struct regmap_configJavier Carrasco1-1/+1
2024-06-25Input: qt1050 - handle CHIP_ID reading errorAndrei Lalaev1-1/+6
2024-06-07Input: cap11xx - stop using chip ID when configuring itDmitry Torokhov1-55/+70
2024-06-03Input: keyboard - use sizeof(*pointer) instead of sizeof(type)Erick Archer8-8/+8
2024-05-28Merge tag 'v6.9' into nextDmitry Torokhov4-12/+57
2024-05-14Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König10-13/+13
2024-05-07Input: cros_ec_keyb - remove an unused field in struct cros_ec_keybChristophe JAILLET1-2/+0
2024-05-07Input: lpc32xx-keys - remove an unused field in struct lpc32xx_kscan_drvChristophe JAILLET1-2/+1
2024-05-07Input: matrix_keypad - remove an unused field in struct matrix_keypadChristophe JAILLET1-1/+0
2024-05-07Input: tca6416-keypad - remove unused struct tca6416_drv_dataChristophe JAILLET1-5/+0
2024-05-07Input: tca6416-keypad - remove an unused field in struct tca6416_keypad_chipChristophe JAILLET1-1/+0
2024-03-28Input: stmpe - drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+3
2024-03-16Merge branch 'next' into for-linusDmitry Torokhov2-117/+55
2024-03-05Input: gpio_keys_polled - suppress deferred probe error for gpioUwe Kleine-König1-6/+4