index
:
blaster4385/linux-IllusionX
v6.12.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-20
Input: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-8
/
+6
2024-01-18
Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails
Kunwu Chan
1
-1
/
+5
2024-01-18
Input: navpoint - remove driver
Duje Mihanović
3
-363
/
+0
2024-01-09
Input: driver for Adafruit Seesaw Gamepad
Anshul Dalal
3
-0
/
+326
2024-01-04
Input: da9063_onkey - avoid explicitly setting input's parent
Dmitry Torokhov
1
-1
/
+0
2024-01-04
Input: da9063_onkey - avoid using OF-specific APIs
Dmitry Torokhov
1
-3
/
+4
2024-01-01
Input: iqs269a - add support for OTP variants
Jeff LaBundy
1
-3
/
+89
2024-01-01
Input: iqs269a - add support for slider gestures
Jeff LaBundy
1
-29
/
+191
2023-12-28
Input: gpio-keys - filter gpio_keys -EPROBE_DEFER error messages
Hermes Zhang
1
-3
/
+3
2023-12-24
Input: zforce_ts - accept standard touchscreen properties
Andreas Kemnade
1
-18
/
+16
2023-12-14
Input: da9063 - use dev_err_probe()
Biju Das
1
-9
/
+6
2023-12-14
Input: da9063 - drop redundant prints in probe()
Biju Das
1
-15
/
+4
2023-12-14
Input: da9063 - simplify obtaining OF match data
Biju Das
1
-15
/
+12
2023-12-13
Input: as5011 - convert to GPIO descriptor
Linus Walleij
1
-13
/
+11
2023-12-13
Input: omap-keypad - drop optional GPIO support
Linus Walleij
1
-18
/
+1
2023-12-13
Input: tca6416-keypad - drop unused include
Linus Walleij
1
-1
/
+0
2023-12-13
Input: navpoint - convert to use GPIO descriptor
Linus Walleij
1
-26
/
+15
2023-12-13
Input: vivaldi - convert to use sysfs_emit_at() API
ye xingchen
1
-3
/
+3
2023-12-13
Input: iqs269a - use sysfs_emit() instead of scnprintf()
ye xingchen
1
-12
/
+11
2023-12-13
Input: ims-pcu - use sysfs_emit() instead of scnprintf()
ye xingchen
1
-5
/
+5
2023-12-13
Input: synaptics-rmi4 - use sysfs_emit() to instead of scnprintf()
ye xingchen
1
-7
/
+6
2023-12-13
Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()
ye xingchen
10
-51
/
+46
2023-12-13
Input: mouse - use sysfs_emit[_at]() instead of scnprintf()
ye xingchen
5
-33
/
+33
2023-12-13
Input: use sysfs_emit() instead of scnprintf()
ye xingchen
1
-4
/
+4
2023-12-12
Input: max77693-haptic - add device-tree compatible strings
Marek Szyprowski
1
-3
/
+11
2023-12-12
Input: qt1050 - convert to use maple tree register cache
Mark Brown
1
-1
/
+1
2023-12-12
Input: cap11xx - convert to use maple tree register cache
Mark Brown
1
-1
/
+1
2023-12-12
Input: cap11xx - cache hardware ID registers
Mark Brown
1
-3
/
+0
2023-12-12
Input: cap11xx - add advanced sensitivity settings
Jiri Valek - 2N
1
-45
/
+192
2023-12-11
Input: xpad - remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2023-12-11
Input: omap4-keypad - react on keypresses if device is runtime-suspended
Andreas Kemnade
1
-1
/
+14
2023-12-09
Input: pxrc - simplify mutex handling with guard macro
Marcus Folkesson
1
-24
/
+18
2023-11-30
Input: gpio-keys - add system suspend support for dedicated wakeirqs
Tony Lindgren
1
-4
/
+65
2023-11-17
Input: cap11xx - remove unnecessary IRQ parsing
Jiri Valek - 2N
1
-9
/
+4
2023-10-29
Input: walkera0701 - use module_parport_driver macro to simplify the code
Li Zetao
1
-12
/
+1
2023-10-29
Input: synaptics-rmi4 - fix use after free in rmi_unregister_function()
Dan Carpenter
1
-1
/
+1
2023-10-27
Input: cyttsp5 - add handling for vddio regulator
Lin, Meng-Bo
1
-7
/
+12
2023-10-13
Input: tegra-kbc - use device_get_match_data()
Rob Herring
1
-5
/
+2
2023-09-30
Input: axp20x-pek - avoid needless newline removal
Justin Stitt
1
-10
/
+1
2023-09-30
Input: leds - annotate struct input_leds with __counted_by
Kees Cook
1
-1
/
+1
2023-09-30
Input: evdev - annotate struct evdev_client with __counted_by
Kees Cook
1
-1
/
+1
2023-09-30
Input: synaptics-rmi4 - replace deprecated strncpy
Justin Stitt
1
-1
/
+1
2023-09-23
Input: wm97xx-core - convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-23
Input: wm831x-ts - convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-23
Input: ti_am335x_tsc - convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-09-23
Input: sun4i-ts - convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-23
Input: stmpe-ts - convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-23
Input: pcap_ts - convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-23
Input: mc13783_ts - convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-23
Input: mainstone-wm97xx - convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
[next]