summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-17Input: tm2-touchkey - drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-17Input: st-keyscan - drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-17Input: Use of_property_read_bool() for boolean propertiesRob Herring4-10/+5
2023-03-17Merge tag 'v6.3-rc2' into nextDmitry Torokhov5-531/+17
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+17
2023-02-26Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-28/+48
2023-02-22Input: gpio-keys - add support for linux,input-value DTS propertyGergo Koteles1-0/+3
2023-02-04Input: cap11xx - add support for cap1203, cap1293 and cap1298Jiri Valek - 2N1-2/+17
2023-02-01input: remove pxa930_rotary keyboard driverArnd Bergmann3-205/+0
2023-01-30Input: pmic8xxx-keypad - fix a Kconfig spelling mistake & hyphenationRandy Dunlap1-1/+1
2023-01-30Input: tegra-kbc - use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-30Input: st-keyscan - use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-30Input: spear-keyboard - use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-28Input: omap4-keyad - use pm_ptr() and RUNTIME_DEV_PM_OPS()Jonathan Cameron1-3/+3
2023-01-28Input: applespi - use pm_sleep_ptr() and SYSTEM_SLEEP_PM_OPS()Jonathan Cameron1-5/+5
2023-01-28Input: samsung-keypad - switch to pm_ptr() and SYSTEM_SLEEP/RUNTIME_PM_OPS()Jonathan Cameron1-8/+4
2023-01-20Input: cros_ec_keyb - add 3 buttons for monitor functionjoewu (吳仲振)1-0/+15
2023-01-19Input: mtk-pmic-keys: add MT6357 supportFabien Parent1-0/+17
2023-01-12input: remove davinci keyboard driverArnd Bergmann3-326/+0
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2-2/+2
2022-12-08Input: lpc32xx - allow building with COMPILE_TESTJonathan Cameron1-1/+1
2022-12-08Input: nomadik-ske-keypad - allow building with COMPILE_TESTJonathan Cameron1-1/+1
2022-12-08Input: pxa27xx-keypad - allow build with COMPILE_TESTJonathan Cameron1-1/+1
2022-12-08Input: spear-keyboard - improve build coverage using COMPILE_TESTJonathan Cameron1-1/+1
2022-12-08Input: tegra-kbc - allow build with COMPILE_TESTJonathan Cameron1-1/+1
2022-12-08Input: tegra-kbc - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+3
2022-12-08Input: tca6416-keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+3
2022-12-08Input: tc3589x - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+3
2022-12-08Input: st-keyscan - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+3
2022-12-08Input: sh-keysc - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+3
2022-12-08Input: qt1070 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+2
2022-12-08Input: pxa27x_keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+3
2022-12-08Input: pmic8xxx-keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+3