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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-15
Input: adxl34x - fix sparse warning
Dmitry Torokhov
1
-1
/
+1
2021-10-15
Input: ep93xx_keypad - switch to using managed resources
Dmitry Torokhov
1
-81
/
+37
2021-10-15
Input: ep93xx_keypad - use dev_pm_set_wake_irq()
Dmitry Torokhov
1
-6
/
+7
2021-10-15
Input: ep93xx_keypad - use BIT() and GENMASK() macros
Dmitry Torokhov
1
-18
/
+19
2021-10-15
Input: ep93xx_keypad - annotate suspend/resume as __maybe_unused
Dmitry Torokhov
1
-4
/
+2
2021-10-12
Input: tsc200x - make tsc200x_remove() return void
Uwe Kleine-König
4
-6
/
+8
2021-10-12
Input: adxl34x - make adxl34x_remove() return void
Uwe Kleine-König
4
-6
/
+8
2021-10-11
Input: st1232 - prefer asynchronous probing
John Keeping
1
-0
/
+1
2021-10-11
Input: st1232 - increase "wait ready" timeout
John Keeping
1
-1
/
+1
2021-10-05
Input: analog - fix invalid snprintf() call
Arnd Bergmann
1
-8
/
+10
2021-10-01
Input: ariel-pwrbutton - add SPI device ID table
Mark Brown
1
-0
/
+7
2021-09-22
Input: mpr121 - make use of the helper function devm_add_action_or_reset()
Cai Huoqing
1
-2
/
+2
2021-09-22
Input: raydium_i2c_ts - make use of the helper function devm_add_action_or_re...
Cai Huoqing
1
-2
/
+2
2021-09-22
Input: elants_i2c - make use of devm_add_action_or_reset()
Cai Huoqing
1
-2
/
+2
2021-09-22
tty: make tty_ldisc_ops::hangup return void
Jiri Slaby
1
-2
/
+1
2021-09-20
Input: goodix - add support for controllers without flash
Hans de Goede
4
-8
/
+507
2021-09-20
Input: goodix - allow specifying the config filename
Hans de Goede
2
-5
/
+11
2021-09-20
Input: goodix - push error logging up into i2c_read and i2c_write helpers
Hans de Goede
1
-30
/
+23
2021-09-20
Input: goodix - refactor reset handling
Hans de Goede
2
-16
/
+33
2021-09-20
Input: goodix - add a goodix.h header file
Hans de Goede
2
-68
/
+79
2021-09-20
Input: goodix - change goodix_i2c_write() len parameter type to int
Hans de Goede
1
-1
/
+1
2021-09-20
Input: tmdc - fix spelling mistake "Millenium" -> "Millennium"
Colin Ian King
1
-1
/
+1
2021-09-20
Input: omap-keypad - prefer struct_size over open coded arithmetic
Len Baker
1
-2
/
+1
2021-09-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
17
-534
/
+37
2021-09-09
Input: cypress-sf - add Cypress StreetFighter touchkey driver
Yassine Oudjana
3
-0
/
+235
2021-09-09
Input: ads7846 - switch to devm initialization
Daniel Mack
1
-89
/
+47
2021-09-09
Input: ads7846 - remove custom filter handling functions from pdata
Daniel Mack
1
-17
/
+8
2021-09-09
Input: ads7846 - add short-hand for spi->dev in probe() function
Daniel Mack
1
-22
/
+23
2021-09-08
Input: analog - always use ktime functions
Guenter Roeck
1
-94
/
+13
2021-09-06
Input: mms114 - support MMS134S
Linus Walleij
1
-4
/
+11
2021-09-06
Input: elan_i2c - reduce the resume time for controller in Whitebox
jingle.wu
2
-1
/
+3
2021-09-05
Input: palmas-pwrbutton - handle return value of platform_get_irq()
Arvind Yadav
1
-0
/
+5
2021-09-05
Input: raydium_i2c_ts - read device version in bootloader mode
simba.hsu
1
-7
/
+43
2021-09-05
Input: cpcap-pwrbutton - handle errors from platform_get_irq()
Tang Bin
1
-1
/
+5
2021-09-05
Input: edt-ft5x06 - added case for EDT EP0110M09
Oliver Graute
1
-0
/
+1
2021-09-05
Merge branch 'next' into for-linus
Dmitry Torokhov
15
-439
/
+331
2021-09-03
Input: adc-keys - drop bogus __refdata annotation
Geert Uytterhoeven
1
-1
/
+1
2021-09-03
Input: Fix spelling mistake in Kconfig "useable" -> "usable"
Colin Ian King
1
-1
/
+1
2021-09-03
Input: Fix spelling mistake in Kconfig "Modul" -> "Module"
Colin Ian King
1
-1
/
+1
2021-09-02
Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-5
/
+2
2021-08-30
Input: remove dead CSR Prima2 PWRC driver
Lukas Bulwahn
3
-218
/
+0
2021-08-30
Input: adp5589-keys - use the right header
Linus Walleij
1
-1
/
+1
2021-08-30
Input: adp5588-keys - use the right header
Linus Walleij
1
-1
/
+1
2021-08-30
parisc: Make struct parisc_driver::remove() return void
Uwe Kleine-König
2
-5
/
+2
2021-08-29
Input: ep93xx_keypad - prepare clock before using it
Alexander Sverdlin
1
-2
/
+2
2021-07-23
Input: pm8941-pwrkey - fix comma vs semicolon issue
Dmitry Torokhov
1
-1
/
+1
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2
-4
/
+2
2021-07-20
Revert "Input: serio - make write method mandatory"
Dmitry Torokhov
2
-11
/
+0
2021-07-19
Input: parkbd - switch to use module_parport_driver()
Andy Shevchenko
1
-13
/
+1
2021-07-19
Input: serio - make write method mandatory
Dmitry Torokhov
2
-0
/
+11
[prev]
[next]