summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-11Input: sun4i-lradc-keys - convert to devm_platform_ioremap_resource()Yangtao Li1-2/+1
2023-07-11Input: pxa27x_keypad - convert to devm_platform_ioremap_resource()Yangtao Li1-8/+1
2023-07-11Input: opencores-kbd - convert to devm_platform_ioremap_resource()Yangtao Li1-8/+1
2023-07-11Input: omap4-keyad - convert to devm_platform_ioremap_resource()Yangtao Li1-8/+1
2023-07-11Input: nspire-keypad - use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-11Input: lpc32xx-keys - convert to devm_platform_ioremap_resource()Yangtao Li1-8/+1
2023-07-11Input: bcm-keypad - convert to devm_platform_ioremap_resource()Yangtao Li1-9/+1
2023-07-10Input: tegra-kbc - use devm_platform_ioremap_resourceMartin Kaiser1-1/+1
2023-07-08Input: adp5588-keys - use devm_regulator_get_enable()Christophe JAILLET1-16/+1
2023-07-08Input: pinephone-keyboard - use devm_regulator_get_enable()Christophe JAILLET1-19/+1
2023-07-08Input: bcm-keypad - simplify with dev_err_probe()Krzysztof Kozlowski1-10/+4
2023-07-08Input: gpio_keys_polled - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-05-24Input: gpio-keys - use input_report_key()Geert Uytterhoeven1-3/+3
2023-05-18Input: libps2 - introduce common interrupt handlerDmitry Torokhov1-34/+47
2023-05-18Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov1-8/+15
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König17-17/+17
2023-03-20Input: iqs62x-keys - suppress duplicated error message in .remove()Uwe Kleine-König1-1/+1