index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-20
Input: mcs-touchkey - convert to use devm_* api
Yangtao Li
1
-34
/
+29
2023-07-20
Input: amikbd - convert to use devm_* api
Yangtao Li
1
-20
/
+5
2023-07-20
Input: lm8333 - convert to use devm_* api
Yangtao Li
1
-30
/
+14
2023-07-17
Input: gpio-keys - convert to dev_err_probe()
Geert Uytterhoeven
1
-12
/
+9
2023-07-17
Input: Explicitly include correct DT includes
Rob Herring
2
-2
/
+2
2023-07-12
Input: bcm-keypad - correct dev_err_probe() error
Krzysztof Kozlowski
1
-1
/
+1
2023-07-10
Input: nomadik-ske-keypad - convert to use devm_* api
Yangtao Li
1
-92
/
+35
2023-07-10
Input: sun4i-lradc-keys - convert to devm_platform_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-10
Input: pxa27x_keypad - convert to devm_platform_ioremap_resource()
Yangtao Li
1
-8
/
+1
2023-07-10
Input: opencores-kbd - convert to devm_platform_ioremap_resource()
Yangtao Li
1
-8
/
+1
2023-07-10
Input: omap4-keyad - convert to devm_platform_ioremap_resource()
Yangtao Li
1
-8
/
+1
2023-07-10
Input: nspire-keypad - use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-10
Input: lpc32xx-keys - convert to devm_platform_ioremap_resource()
Yangtao Li
1
-8
/
+1
2023-07-10
Input: bcm-keypad - convert to devm_platform_ioremap_resource()
Yangtao Li
1
-9
/
+1
2023-07-10
Input: tegra-kbc - use devm_platform_ioremap_resource
Martin Kaiser
1
-1
/
+1
2023-07-07
Input: adp5588-keys - use devm_regulator_get_enable()
Christophe JAILLET
1
-16
/
+1
2023-07-07
Input: pinephone-keyboard - use devm_regulator_get_enable()
Christophe JAILLET
1
-19
/
+1
2023-07-07
Input: bcm-keypad - simplify with dev_err_probe()
Krzysztof Kozlowski
1
-10
/
+4
2023-07-07
Input: gpio_keys_polled - simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+2
2023-05-23
Input: gpio-keys - use input_report_key()
Geert Uytterhoeven
1
-3
/
+3
2023-05-18
Input: libps2 - introduce common interrupt handler
Dmitry Torokhov
1
-34
/
+47
2023-05-18
Input: libps2 - attach ps2dev instances as serio port's drvdata
Dmitry Torokhov
1
-8
/
+15
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
17
-17
/
+17
2023-03-19
Input: iqs62x-keys - suppress duplicated error message in .remove()
Uwe Kleine-König
1
-1
/
+1
2023-03-17
Input: tm2-touchkey - drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-17
Input: st-keyscan - drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-17
Input: Use of_property_read_bool() for boolean properties
Rob Herring
4
-10
/
+5
2023-03-17
Merge tag 'v6.3-rc2' into next
Dmitry Torokhov
5
-531
/
+17
2023-02-27
Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+17
2023-02-25
Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
9
-28
/
+48
2023-02-21
Input: gpio-keys - add support for linux,input-value DTS property
Gergo Koteles
1
-0
/
+3
2023-02-03
Input: cap11xx - add support for cap1203, cap1293 and cap1298
Jiri Valek - 2N
1
-2
/
+17
2023-02-01
input: remove pxa930_rotary keyboard driver
Arnd Bergmann
3
-205
/
+0
2023-01-29
Input: pmic8xxx-keypad - fix a Kconfig spelling mistake & hyphenation
Randy Dunlap
1
-1
/
+1
2023-01-29
Input: tegra-kbc - use devm_platform_get_and_ioremap_resource()
ye xingchen
1
-3
/
+1
2023-01-29
Input: st-keyscan - use devm_platform_get_and_ioremap_resource()
ye xingchen
1
-3
/
+1
2023-01-29
Input: spear-keyboard - use devm_platform_get_and_ioremap_resource()
ye xingchen
1
-3
/
+1
2023-01-27
Input: omap4-keyad - use pm_ptr() and RUNTIME_DEV_PM_OPS()
Jonathan Cameron
1
-3
/
+3
2023-01-27
Input: applespi - use pm_sleep_ptr() and SYSTEM_SLEEP_PM_OPS()
Jonathan Cameron
1
-5
/
+5
2023-01-27
Input: samsung-keypad - switch to pm_ptr() and SYSTEM_SLEEP/RUNTIME_PM_OPS()
Jonathan Cameron
1
-8
/
+4
2023-01-20
Input: cros_ec_keyb - add 3 buttons for monitor function
joewu (吳仲振)
1
-0
/
+15
2023-01-19
Input: mtk-pmic-keys: add MT6357 support
Fabien Parent
1
-0
/
+17
2023-01-12
input: remove davinci keyboard driver
Arnd Bergmann
3
-326
/
+0
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2
-2
/
+2
2022-12-07
Input: lpc32xx - allow building with COMPILE_TEST
Jonathan Cameron
1
-1
/
+1
2022-12-07
Input: nomadik-ske-keypad - allow building with COMPILE_TEST
Jonathan Cameron
1
-1
/
+1
2022-12-07
Input: pxa27xx-keypad - allow build with COMPILE_TEST
Jonathan Cameron
1
-1
/
+1
2022-12-07
Input: spear-keyboard - improve build coverage using COMPILE_TEST
Jonathan Cameron
1
-1
/
+1
2022-12-07
Input: tegra-kbc - allow build with COMPILE_TEST
Jonathan Cameron
1
-1
/
+1
2022-12-07
Input: tegra-kbc - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+3
[prev]
[next]