index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-06
Merge tag 'input-for-v6.6-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
73
-1029
/
+3638
2023-08-31
Merge branch 'next' into for-linus
Dmitry Torokhov
73
-1022
/
+3622
2023-08-15
Input: goodix - add support for ACPI ID GDX9110
Felix Engelhardt
1
-0
/
+1
2023-08-11
tty: ldops: unify to u8
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
1
-3
/
+2
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
1
-1
/
+2
2023-08-02
Input: rpckbd - fix the return value handle for platform_get_irq()
Ruan Jinjie
1
-4
/
+4
2023-07-31
input: serport: remove casts from tty->disc_data
Jiri Slaby
1
-5
/
+5
2023-07-29
Input: tca6416-keypad - switch to using input core's polling features
Dmitry Torokhov
1
-28
/
+20
2023-07-29
Input: tca6416-keypad - convert to use devm_* api
Yangtao Li
1
-35
/
+18
2023-07-29
Input: tca6416-keypad - fix interrupt enable disbalance
Dmitry Torokhov
1
-6
/
+2
2023-07-29
Input: tca6416-keypad - rely on I2C core to set up suspend/resume
Dmitry Torokhov
1
-25
/
+0
2023-07-29
Input: tca6416-keypad - always expect proper IRQ number in i2c client
Dmitry Torokhov
1
-17
/
+10
2023-07-29
Input: lm8323 - convert to use devm_* api
Yangtao Li
1
-51
/
+26
2023-07-29
Input: lm8323 - rely on device core to create kp_disable attribute
Dmitry Torokhov
1
-12
/
+12
2023-07-29
Input: qt2160 - convert to use devm_* api
Yangtao Li
1
-57
/
+20
2023-07-29
Input: qt2160 - do not hard code interrupt trigger
Dmitry Torokhov
1
-2
/
+1
2023-07-29
Input: qt2160 - switch to using threaded interrupt handler
Dmitry Torokhov
1
-34
/
+19
2023-07-29
Input: qt2160 - tweak check for i2c adapter functionality
Dmitry Torokhov
1
-5
/
+2
2023-07-26
Input: psmouse - add delay when deactivating for SMBus mode
Jeffery Miller
1
-7
/
+12
2023-07-25
Input: mcs-touchkey - fix uninitialized use of error in mcs_touchkey_probe()
Nathan Chancellor
1
-1
/
+1
2023-07-21
Input: qt1070 - convert to use devm_* api
Yangtao Li
1
-32
/
+14
2023-07-21
Input: mcs-touchkey - convert to use devm_* api
Yangtao Li
1
-34
/
+29
2023-07-21
Input: amikbd - convert to use devm_* api
Yangtao Li
1
-20
/
+5
2023-07-21
Input: lm8333 - convert to use devm_* api
Yangtao Li
1
-30
/
+14
2023-07-19
Input: mms114 - add support for touch keys
Artur Weber
1
-7
/
+81
2023-07-18
Input: da9063 - add wakeup support
Samuel Holland
1
-0
/
+9
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
21
-22
/
+20
2023-07-17
Merge tag 'v6.4' into next
Dmitry Torokhov
12
-28
/
+111
2023-07-13
Input: iqs7211 - point to match data directly
Jeff LaBundy
1
-19
/
+7
2023-07-13
Input: add support for Azoteq IQS7210A/7211A/E
Jeff LaBundy
3
-0
/
+2580
2023-07-13
Input: rotary_encoder - don't double assign input->dev.parent
Roi L
1
-1
/
+0
2023-07-13
Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PN
Werner Sembach
1
-0
/
+7
2023-07-12
Input: bcm-keypad - correct dev_err_probe() error
Krzysztof Kozlowski
1
-1
/
+1
2023-07-11
Input: lpc32xx_ts - convert to use devm_* api
Yangtao Li
1
-76
/
+22
2023-07-11
Input: nomadik-ske-keypad - convert to use devm_* api
Yangtao Li
1
-92
/
+35
2023-07-11
Input: sun4i-lradc-keys - convert to devm_platform_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-11
Input: pxa27x_keypad - convert to devm_platform_ioremap_resource()
Yangtao Li
1
-8
/
+1
2023-07-11
Input: opencores-kbd - convert to devm_platform_ioremap_resource()
Yangtao Li
1
-8
/
+1
2023-07-11
Input: omap4-keyad - convert to devm_platform_ioremap_resource()
Yangtao Li
1
-8
/
+1
2023-07-11
Input: nspire-keypad - use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-11
Input: lpc32xx-keys - convert to devm_platform_ioremap_resource()
Yangtao Li
1
-8
/
+1
2023-07-11
Input: bcm-keypad - convert to devm_platform_ioremap_resource()
Yangtao Li
1
-9
/
+1
2023-07-10
Input: iqs7222 - add support for Azoteq IQS7222D
Jeff LaBundy
2
-11
/
+461
2023-07-10
Input: iqs7222 - configure power mode before triggering ATI
Jeff LaBundy
1
-4
/
+4
2023-07-10
Input: tegra-kbc - use devm_platform_ioremap_resource
Martin Kaiser
1
-1
/
+1
2023-07-10
Input: novatek-nvt-ts - add touchscreen model number to description
Hans de Goede
2
-7
/
+5
2023-07-10
Input: novatek-nvt-ts - fix input_register_device() failure error message
Hans de Goede
1
-1
/
+1
[next]