summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2024-03-05Input: gpio_keys_polled - suppress deferred probe error for gpioUwe Kleine-König1-6/+4
2024-02-02Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETIDHans de Goede1-1/+2
2024-02-02Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETIDHans de Goede1-5/+8
2024-01-17Input: atkbd - use ab83 as id when skipping the getid commandHans de Goede1-5/+7
2024-01-14Merge branch 'next' into for-linusDmitry Torokhov6-85/+280
2023-12-29Input: gpio-keys - filter gpio_keys -EPROBE_DEFER error messagesHermes Zhang1-3/+3
2023-12-14Input: omap-keypad - drop optional GPIO supportLinus Walleij1-18/+1
2023-12-14Input: tca6416-keypad - drop unused includeLinus Walleij1-1/+0
2023-12-13Input: qt1050 - convert to use maple tree register cacheMark Brown1-1/+1
2023-12-13Input: cap11xx - convert to use maple tree register cacheMark Brown1-1/+1
2023-12-13Input: cap11xx - cache hardware ID registersMark Brown1-3/+0
2023-12-13Input: cap11xx - add advanced sensitivity settingsJiri Valek - 2N1-45/+192
2023-12-12Input: omap4-keypad - react on keypresses if device is runtime-suspendedAndreas Kemnade1-1/+14
2023-12-03Input: ipaq-micro-keys - add error handling for devm_kmemdupHaoran Liu1-0/+3
2023-11-30Input: gpio-keys - add system suspend support for dedicated wakeirqsTony Lindgren1-4/+65
2023-11-26Input: atkbd - skip ATKBD_CMD_GETID in translated modeHans de Goede1-4/+42
2023-11-17Input: cap11xx - remove unnecessary IRQ parsingJiri Valek - 2N1-9/+4
2023-10-14Input: tegra-kbc - use device_get_match_data()Rob Herring1-5/+2
2023-09-24Input: stmpe-keypad - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: spear-keyboard - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: sh_keysc - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: samsung-keypad - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: omap4-keypad - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: omap-keypad - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: matrix_keypad - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: iqs62x-keys - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: ep93xx_keypad - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: cros_ec_keyb - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: adp5520-keys - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-07Input: cros_ec_keyb - use device core to create driver-specific device attrib...Dmitry Torokhov1-7/+3
2023-07-29Input: tca6416-keypad - switch to using input core's polling featuresDmitry Torokhov1-28/+20
2023-07-29Input: tca6416-keypad - convert to use devm_* apiYangtao Li1-35/+18
2023-07-29Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov1-6/+2
2023-07-29Input: tca6416-keypad - rely on I2C core to set up suspend/resumeDmitry Torokhov1-25/+0
2023-07-29Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov1-17/+10
2023-07-29Input: lm8323 - convert to use devm_* apiYangtao Li1-51/+26
2023-07-29Input: lm8323 - rely on device core to create kp_disable attributeDmitry Torokhov1-12/+12
2023-07-29Input: qt2160 - convert to use devm_* apiYangtao Li1-57/+20
2023-07-29Input: qt2160 - do not hard code interrupt triggerDmitry Torokhov1-2/+1
2023-07-29Input: qt2160 - switch to using threaded interrupt handlerDmitry Torokhov1-34/+19
2023-07-29Input: qt2160 - tweak check for i2c adapter functionalityDmitry Torokhov1-5/+2
2023-07-25Input: mcs-touchkey - fix uninitialized use of error in mcs_touchkey_probe()Nathan Chancellor1-1/+1
2023-07-21Input: qt1070 - convert to use devm_* apiYangtao Li1-32/+14
2023-07-21Input: mcs-touchkey - convert to use devm_* apiYangtao Li1-34/+29
2023-07-21Input: amikbd - convert to use devm_* apiYangtao Li1-20/+5
2023-07-21Input: lm8333 - convert to use devm_* apiYangtao Li1-30/+14
2023-07-17Input: gpio-keys - convert to dev_err_probe()Geert Uytterhoeven1-12/+9
2023-07-17Input: Explicitly include correct DT includesRob Herring2-2/+2
2023-07-12Input: bcm-keypad - correct dev_err_probe() errorKrzysztof Kozlowski1-1/+1
2023-07-11Input: nomadik-ske-keypad - convert to use devm_* apiYangtao Li1-92/+35