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
2022-09-03
Input: atkbd - switch to using dev_groups for driver-specific attributes
Dmitry Torokhov
-10
/
+6
2022-08-31
Input: rt5120 - add power key support
ChiYuan Huang
-0
/
+130
2022-08-31
Input: colibri-vf50-ts - don't depend on VF610_ADC
Max Krummenacher
-1
/
+1
2022-08-30
Input: adp5588-keys - use new PM macros
Nuno Sá
-4
/
+4
2022-08-30
Input: adp5588-keys - add regulator support
Nuno Sá
-0
/
+20
2022-08-30
Input: adp5588-keys - add optional reset gpio
Nuno Sá
-0
/
+12
2022-08-30
Input: adp5588-keys - fix coding style warnings
Nuno Sá
-50
/
+48
2022-08-30
Input: adp5588-keys - do not check for irq presence
Nuno Sá
-5
/
+0
2022-08-30
Input: adp5588-keys - add support for fw properties
Nuno Sá
-107
/
+289
2022-08-30
Input: adp5588-keys - bail out on returned error
Nuno Sá
-18
/
+38
2022-08-30
Input: adp5588-keys - support gpi key events as 'gpio keys'
Nuno Sá
-132
/
+144
2022-08-30
Input: matrix_keypad - replace of_gpio_named_count() by gpiod_count()
Andy Shevchenko
-3
/
+3
2022-08-30
Input: clps711x-keypad - get rid of OF_GPIO dependency
Andy Shevchenko
-7
/
+8
2022-08-29
Input: iforce - add support for Boeder Force Feedback Wheel
Greg Tulli
-0
/
+1
2022-08-27
Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flag
Tetsuo Handa
-7
/
+13
2022-08-23
Input: goodix - add compatible string for GT1158
Jarrah Gosbell
-0
/
+1
2022-08-22
Input: rk805-pwrkey - fix module autoloading
Peter Robinson
-0
/
+1
2022-08-18
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
-76
/
+76
2022-08-17
Input: adc-joystick - add polled input device support
Chris Morgan
-12
/
+53
2022-08-17
Input: Add IBM Operation Panel driver
Eddie James
-0
/
+218
2022-08-17
Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...
Dmitry Torokhov
-144
/
+58
2022-08-17
Input: sun4i-ts - switch to new of thermal API
Daniel Lezcano
-5
/
+5
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
-68
/
+23
2022-08-11
Input: goodix - add support for GT1158
Ondrej Jirman
-0
/
+1
2022-08-11
Input: applespi - use correct struct names in comment
Colin Ian King
-1
/
+1
2022-08-11
Input: tc3589x-keypad - use correct struct names in comment
Colin Ian King
-1
/
+1
2022-08-11
Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-919
/
+1441
2022-08-10
Input: mt6779-keypad - support double keys matrix
Mattijs Korpershoek
-1
/
+31
2022-08-10
Input: mt6779-keypad - prepare double keys support with calc_row_col
Mattijs Korpershoek
-2
/
+13
2022-08-05
Merge tag 'for-5.20/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+4
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-47
/
+6
2022-08-03
Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-28
/
+14
2022-08-02
Input: elan_i2c - convert to use dev_groups
Greg Kroah-Hartman
-6
/
+1
2022-08-02
Merge branch 'next' into for-linus
Dmitry Torokhov
-1081
/
+1564
2022-08-02
Input: adc-joystick - fix ordering in adc_joystick_probe()
Dmitry Torokhov
-7
/
+8
2022-08-02
Input: gscps2 - check return value of ioremap() in gscps2_probe()
Xie Shaowen
-0
/
+4
2022-07-20
Input: deactivate MT slots when inhibiting or suspending devices
Angela Czubak
-14
/
+80
2022-07-20
Input: properly queue synthetic events
Dmitry Torokhov
-62
/
+63
2022-07-17
Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+11
2022-07-08
Input: goodix - call acpi_device_fix_up_power() in some cases
Hans de Goede
-0
/
+5
2022-07-08
Input: i8042 - add dritek quirk for Acer Aspire One AO532
Hans de Goede
-0
/
+8
2022-07-08
Input: mt6779-keypad - implement row/column selection
Mattijs Korpershoek
-0
/
+10
2022-07-08
Input: mt6779-keypad - match hardware matrix organization
Mattijs Korpershoek
-3
/
+5
2022-07-08
Input: i8042 - add additional TUXEDO devices to i8042 quirk tables
Werner Sembach
-8
/
+68
2022-07-08
Merge tag 'v5.19-rc5' into next
Dmitry Torokhov
-146
/
+101
2022-07-08
Input: wm97xx - make .remove() obviously always return 0
Uwe Kleine-König
-1
/
+3
2022-07-06
Input: goodix - switch use of acpi_gpio_get_*_resource() APIs
Andy Shevchenko
-14
/
+8
2022-06-29
Input: i8042 - add TUXEDO devices to i8042 quirk tables
Werner Sembach
-0
/
+129
2022-06-29
Input: i8042 - add debug output for quirks
Werner Sembach
-0
/
+25
2022-06-29
Input: i8042 - merge quirk tables
Werner Sembach
-500
/
+590
[prev]
[next]