summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Input: tca6416-keypad - switch to using input core's polling featuresDmitry Torokhov2023-07-281-28/+20
* Input: tca6416-keypad - convert to use devm_* apiYangtao Li2023-07-281-35/+18
* Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov2023-07-281-6/+2
* Input: tca6416-keypad - rely on I2C core to set up suspend/resumeDmitry Torokhov2023-07-281-25/+0
* Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov2023-07-281-17/+10
* Input: lm8323 - convert to use devm_* apiYangtao Li2023-07-281-51/+26
* Input: lm8323 - rely on device core to create kp_disable attributeDmitry Torokhov2023-07-281-12/+12
* Input: qt2160 - convert to use devm_* apiYangtao Li2023-07-281-57/+20
* Input: qt2160 - do not hard code interrupt triggerDmitry Torokhov2023-07-281-2/+1
* Input: qt2160 - switch to using threaded interrupt handlerDmitry Torokhov2023-07-281-34/+19
* Input: qt2160 - tweak check for i2c adapter functionalityDmitry Torokhov2023-07-281-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-201-32/+14
* Input: mcs-touchkey - convert to use devm_* apiYangtao Li2023-07-201-34/+29
* Input: amikbd - convert to use devm_* apiYangtao Li2023-07-201-20/+5
* Input: lm8333 - convert to use devm_* apiYangtao Li2023-07-201-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-101-92/+35
* Input: sun4i-lradc-keys - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-2/+1
* Input: pxa27x_keypad - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-8/+1
* Input: opencores-kbd - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-8/+1
* Input: omap4-keyad - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-8/+1
* Input: nspire-keypad - use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-101-2/+1
* Input: lpc32xx-keys - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-8/+1
* Input: bcm-keypad - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-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-071-16/+1
* Input: pinephone-keyboard - use devm_regulator_get_enable()Christophe JAILLET2023-07-071-19/+1
* Input: bcm-keypad - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-10/+4
* Input: gpio_keys_polled - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-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-191-1/+1
* Input: tm2-touchkey - drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-171-1/+1
* Input: st-keyscan - drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-171-1/+1
* Input: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-174-10/+5
* Merge tag 'v6.3-rc2' into nextDmitry Torokhov2023-03-175-531/+17
|\
| * Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-0/+17
| |\
| | * Input: mtk-pmic-keys: add MT6357 supportFabien Parent2023-01-191-0/+17
| * | Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-259-28/+48
| |\ \
| * | | input: remove pxa930_rotary keyboard driverArnd Bergmann2023-02-013-205/+0
| * | | input: remove davinci keyboard driverArnd Bergmann2023-01-123-326/+0
| | |/ | |/|
* | | Input: gpio-keys - add support for linux,input-value DTS propertyGergo Koteles2023-02-211-0/+3
| |/ |/|
* | Input: cap11xx - add support for cap1203, cap1293 and cap1298Jiri Valek - 2N2023-02-031-2/+17
* | Input: pmic8xxx-keypad - fix a Kconfig spelling mistake & hyphenationRandy Dunlap2023-01-291-1/+1
* | Input: tegra-kbc - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1