index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Lines
2025-07-03
Input: mtk-pmic-keys - add support for MT6359 PMIC keys
Louis-Alexis Eyraud
-0
/
+17
2025-07-01
Input: remove special handling of id->driver_info when matching
Dmitry Torokhov
-1
/
+1
2025-07-01
Input: evdev - switch matching to EV_SYN
Dmitry Torokhov
-2
/
+6
2025-07-01
Input: samsung-keypad - use BIT() and GENMASK() where appropriate
Dmitry Torokhov
-9
/
+10
2025-07-01
Input: samsung-keypad - use per-chip parameters
Dmitry Torokhov
-24
/
+37
2025-07-01
Input: samsung-keypad - use guard notation to acquire mutex
Dmitry Torokhov
-6
/
+2
2025-07-01
Input: samsung-keypad - use devm to disable runtime PM
Dmitry Torokhov
-12
/
+5
2025-07-01
Input: samsung-keypad - use struct_size() helper
Dmitry Torokhov
-3
/
+3
2025-07-01
Input: samsung-keypad - do not combine memory allocation checks
Dmitry Torokhov
-1
/
+4
2025-07-01
Input: samsung-keypad - do not set input device's parent explicitly
Dmitry Torokhov
-1
/
+0
2025-07-01
Input: samsung-keypad - switch to using devm_clk_get_prepared()
Dmitry Torokhov
-18
/
+4
2025-07-01
Input: adp5589: remove the driver
Nuno Sá
-1077
/
+0
2025-07-01
Input: adp5585: Add Analog Devices ADP5585/89 support
Nuno Sá
-0
/
+383
2025-07-01
Input: edt-ft5x06 - add support for FocalTech FT8716
Jens Reidel
-0
/
+6
2025-07-01
Input: edt-ft5x06 - use per-client debugfs directory
Wolfram Sang
-12
/
+8
2025-07-01
Input: cs40l50 - remove redundant flush_workqueue() calls
Chen Ni
-1
/
+0
2025-06-30
Input: max8997_haptic - optimize PWM configuration
Uwe Kleine-König
-49
/
+47
2025-06-30
Input: alps - use scnprintf() to suppress truncation warning
Andy Shevchenko
-2
/
+2
2025-06-29
Input: pcf50633-input - remove the driver
Dr. David Alan Gilbert
-121
/
+0
2025-06-29
Input: iqs7222 - explicitly define number of external channels
Jeff LaBundy
-2
/
+5
2025-06-29
Input: goodix - add support for polling mode
Joseph Guo
-6
/
+44
2025-06-27
Input: adp5589 - use new GPIO line value setter callbacks
Bartosz Golaszewski
-5
/
+6
2025-06-27
Input: adp5588 - use new GPIO line value setter callbacks
Bartosz Golaszewski
-4
/
+5
2025-06-27
Input: ad7879 - use new GPIO line value setter callbacks
Bartosz Golaszewski
-4
/
+7
2025-06-27
Input: xpad - support Acer NGR 200 Controller
Nilton Perim Neto
-0
/
+2
2025-06-27
Input: xpad - return errors from xpad_try_sending_next_out_packet() up
Mario Limonciello
-1
/
+1
2025-06-27
Input: xpad - adjust error handling for disconnect
Mario Limonciello
-3
/
+4
2025-06-17
Input: apple_z2 - drop default ARCH_APPLE in Kconfig
Sven Peter
-1
/
+0
2025-06-17
Input: Fully open-code compatible for grepping
Krzysztof Kozlowski
-2
/
+2
2025-06-17
sysfs: treewide: switch back to attribute_group::bin_attrs
Thomas Weißschuh
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-19
/
+23
2025-06-03
Input: psmouse - switch to use scnprintf() to suppress truncation warning
Dmitry Torokhov
-1
/
+1
2025-06-03
Input: lifebook - switch to use scnprintf() to suppress truncation warning
Dmitry Torokhov
-2
/
+2
2025-06-03
Input: alps - switch to use scnprintf() to suppress truncation warning
Dmitry Torokhov
-3
/
+3
2025-06-03
Input: atkbd - switch to use scnprintf() to suppress truncation warning
Dmitry Torokhov
-2
/
+2
2025-06-03
Input: fsia6b - suppress buffer truncation warning for phys
Markus Koch
-1
/
+1
2025-06-03
Input: iqs626a - replace snprintf() with scnprintf()
Jeff LaBundy
-1
/
+1
2025-06-01
Merge branch 'next' into for-linus
Dmitry Torokhov
-66
/
+166
2025-05-30
Input: ims-pcu - check record size in ims_pcu_flash_firmware()
Dan Carpenter
-0
/
+6
2025-05-30
Input: gpio-keys - fix possible concurrent access in gpio_keys_irq_timer()
Gatien Chevallier
-0
/
+2
2025-05-30
Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT
Fabrice Gasnier
-2
/
+2
2025-05-19
Input: synaptics-rmi - fix crash with unsupported versions of F34
Dmitry Torokhov
-59
/
+76
2025-05-19
Input: atkbd - do not reset keyboard by default on Loongson
Qunqin Zhao
-1
/
+1
2025-05-16
Input: xpad - send LED and auth done packets to all Xbox One controllers
Vicki Pfau
-13
/
+8
2025-05-16
Input: xpad - add the ByoWave Proteus controller
Pierre-Loup A. Griffais
-0
/
+2
2025-05-16
Input: xpad - allow delaying init packets
Vicki Pfau
-0
/
+30
2025-05-15
Merge tag 'v6.15-rc6' into next
Dmitry Torokhov
-186
/
+257
2025-05-14
Input: xpad - add more controllers
Vicki Pfau
-0
/
+3
2025-05-11
Merge tag 'input-for-v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-36
/
+62
2025-05-10
Input: xpad - fix xpad_device sorting
Vicki Pfau
-1
/
+1
[prev]
[next]