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
2024-08-05
Input: ilitek_ts_i2c - avoid wrong input subsystem sync
Emanuele Ghidoli
-6
/
+5
2024-08-05
Input: synaptics-rmi4 - add support for querying DPM value (F12)
Marge Yang
-10
/
+34
2024-08-04
Input: tsc2004/5 - use guard notation when acquiring mutexes/locks
Dmitry Torokhov
-101
/
+81
2024-08-04
Input: tsc2004/5 - respect "wakeup-source" property
Dmitry Torokhov
-1
/
+2
2024-08-04
Input: tsc2004/5 - do not use irq_set_irq_wake() directly
Dmitry Torokhov
-1
/
+12
2024-08-04
Input: tsc2004/5 - fix reset handling on probe
Dmitry Torokhov
-13
/
+15
2024-08-04
Input: tsc2004/5 - do not hard code interrupt trigger
Dmitry Torokhov
-4
/
+2
2024-08-04
Input: tsc2004/5 - fix handling of VIO power supply
Dmitry Torokhov
-36
/
+4
2024-08-04
Input: uinput - reject requests with unreasonable number of slots
Dmitry Torokhov
-0
/
+14
2024-08-04
Input: edt-ft5x06 - add support for FocalTech FT8201
Felix Kaechele
-0
/
+6
2024-07-31
Input: tc3589x - use of_property_present()
Rob Herring (Arm)
-2
/
+1
2024-07-31
Input: adc-joystick - fix optional value handling
John Keeping
-2
/
+5
2024-07-29
Input: MT - limit max slots
Tetsuo Handa
-0
/
+3
2024-07-28
minmax: don't use max() in situations that want a C constant expression
Linus Torvalds
-1
/
+1
2024-07-28
Input: spear-keyboard - switch to devm_clk_get_prepared()
Christophe JAILLET
-15
/
+1
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-10
/
+10
2024-07-23
Input: synaptics - enable SMBus for HP Elitebook 840 G2
Jonathan Denose
-0
/
+1
2024-07-23
Input: Add driver for PixArt PS/2 touchpad
Binbin Zhou
-1
/
+368
2024-07-23
Input: ads7846 - ratelimit the spi_sync error message
Marek Vasut
-1
/
+1
2024-07-19
Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-960
/
+1084
2024-07-19
Input: zinitix - add touchkey support
Nikita Travkin
-3
/
+60
2024-07-19
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-5
/
+0
2024-07-19
Input: goodix-berlin - add sysfs interface for reading and writing touch IC r...
Charles Wang
-0
/
+46
2024-07-17
Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
-0
/
+672
2024-07-16
Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-1
/
+1
2024-07-15
Input: bbnsm_pwrkey - fix missed key press after suspend
Jacky Bai
-0
/
+38
2024-07-15
Merge tag 'x86_vmware_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-54
/
+22
2024-07-15
Input: msc_touchkey - remove the driver
Dmitry Torokhov
-281
/
+0
2024-07-15
Input: msc5000_ts - remove the driver
Dmitry Torokhov
-301
/
+0
2024-07-15
Input: usbtouchscreen - switch to using __free() cleanup facility
Dmitry Torokhov
-57
/
+33
2024-07-15
Input: usbtouchscreen - use guard notation when acquiring mutexes
Dmitry Torokhov
-32
/
+33
2024-07-15
Input: usbtouchscreen - split device info table into individual pieces
Dmitry Torokhov
-331
/
+293
2024-07-15
Input: usbtouchscreen - constify usbtouch_dev_info table
Dmitry Torokhov
-11
/
+9
2024-07-15
Input: usbtouchscreen - move process_pkt() into main device structure
Dmitry Torokhov
-15
/
+13
2024-07-15
Input: usbtouchscreen - move the driver ID table
Dmitry Torokhov
-105
/
+104
2024-07-15
Input: usbtouchscreen - remove custom USB_DEVICE_HID_CLASS macro
Dmitry Torokhov
-9
/
+4
2024-07-15
Input: usbtouchscreen - use driver core to instantiate device attributes
Dmitry Torokhov
-10
/
+21
2024-07-15
Input: adc-joystick - use device_for_each_child_node_scoped()
Javier Carrasco
-11
/
+5
2024-07-15
Input: adc-keys - use device_for_each_child_node_scoped()
Javier Carrasco
-4
/
+1
2024-07-15
Input: gpio_keys_polled - use device_for_each_child_node_scoped()
Javier Carrasco
-3
/
+1
2024-07-15
Input: gpio_keys - use device_for_each_child_node_scoped()
Javier Carrasco
-3
/
+1
2024-07-15
Input: qt1050 - use device_for_each_child_node_scoped()
Javier Carrasco
-10
/
+5
2024-07-15
Input: iqs269a - use device_for_each_child_node_scoped()
Javier Carrasco
-5
/
+2
2024-07-15
Merge tag 'v6.10' into next
Dmitry Torokhov
-25
/
+67
2024-07-15
Merge branch 'next' into for-linus
Dmitry Torokhov
-988
/
+1113
2024-07-12
Input: yealink - simplify locking in sysfs attribute handling
Dmitry Torokhov
-52
/
+20
2024-07-12
Input: yealink - use driver core to instantiate device attributes
Dmitry Torokhov
-8
/
+3
2024-07-12
Input: ati-remote2 - use driver core to instantiate device attributes
Dmitry Torokhov
-33
/
+17
2024-07-12
Input: omap-keypad - use driver core to instantiate device attributes
Dmitry Torokhov
-10
/
+11
2024-07-12
Input: atmel_mxt_ts - use driver core to instantiate device attributes
Dmitry Torokhov
-14
/
+2
[prev]
[next]