summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: tegra-kbc - use device_get_match_data()Rob Herring2023-10-141-5/+2
* Input: stmpe-keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: spear-keyboard - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: sh_keysc - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: samsung-keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: omap4-keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: omap-keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: matrix_keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: iqs62x-keys - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: ep93xx_keypad - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: cros_ec_keyb - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: adp5520-keys - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: cros_ec_keyb - use device core to create driver-specific device attrib...Dmitry Torokhov2023-09-061-7/+3
* Input: tca6416-keypad - switch to using input core's polling featuresDmitry Torokhov2023-07-291-28/+20
* Input: tca6416-keypad - convert to use devm_* apiYangtao Li2023-07-291-35/+18
* Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov2023-07-291-6/+2
* Input: tca6416-keypad - rely on I2C core to set up suspend/resumeDmitry Torokhov2023-07-291-25/+0
* Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov2023-07-291-17/+10
* Input: lm8323 - convert to use devm_* apiYangtao Li2023-07-291-51/+26
* Input: lm8323 - rely on device core to create kp_disable attributeDmitry Torokhov2023-07-291-12/+12
* Input: qt2160 - convert to use devm_* apiYangtao Li2023-07-291-57/+20
* Input: qt2160 - do not hard code interrupt triggerDmitry Torokhov2023-07-291-2/+1
* Input: qt2160 - switch to using threaded interrupt handlerDmitry Torokhov2023-07-291-34/+19
* Input: qt2160 - tweak check for i2c adapter functionalityDmitry Torokhov2023-07-291-5/+2
* Input: mcs-touchkey - fix uninitialized use of error in mcs_touchkey_probe()Nathan Chancellor2023-07-251-1/+1
* Input: qt1070 - convert to use devm_* apiYangtao Li2023-07-211-32/+14
* Input: mcs-touchkey - convert to use devm_* apiYangtao Li2023-07-211-34/+29
* Input: amikbd - convert to use devm_* apiYangtao Li2023-07-211-20/+5
* Input: lm8333 - convert to use devm_* apiYangtao Li2023-07-211-30/+14
* Input: gpio-keys - convert to dev_err_probe()Geert Uytterhoeven2023-07-171-12/+9
* Input: Explicitly include correct DT includesRob Herring2023-07-172-2/+2
* Input: bcm-keypad - correct dev_err_probe() errorKrzysztof Kozlowski2023-07-121-1/+1
* Input: nomadik-ske-keypad - convert to use devm_* apiYangtao Li2023-07-111-92/+35
* Input: sun4i-lradc-keys - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-111-2/+1
* Input: pxa27x_keypad - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-111-8/+1
* Input: opencores-kbd - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-111-8/+1
* Input: omap4-keyad - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-111-8/+1
* Input: nspire-keypad - use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-111-2/+1
* Input: lpc32xx-keys - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-111-8/+1
* Input: bcm-keypad - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-111-9/+1
* Input: tegra-kbc - use devm_platform_ioremap_resourceMartin Kaiser2023-07-101-1/+1
* Input: adp5588-keys - use devm_regulator_get_enable()Christophe JAILLET2023-07-081-16/+1
* Input: pinephone-keyboard - use devm_regulator_get_enable()Christophe JAILLET2023-07-081-19/+1
* Input: bcm-keypad - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-081-10/+4
* Input: gpio_keys_polled - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-081-6/+2
* Input: gpio-keys - use input_report_key()Geert Uytterhoeven2023-05-231-3/+3
* Input: libps2 - introduce common interrupt handlerDmitry Torokhov2023-05-181-34/+47
* Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov2023-05-181-8/+15
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-1717-17/+17
* Input: iqs62x-keys - suppress duplicated error message in .remove()Uwe Kleine-König2023-03-201-1/+1