index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
Input: edt-ft5x06 - use get_unaligned_be16()
Dmitry Torokhov
2019-06-30
1
-2
/
+3
|
|
*
|
Merge branch 'iforce' into next
Dmitry Torokhov
2019-06-30
8
-410
/
+424
|
|
|
\
\
|
|
|
*
|
Input: iforce - add the Saitek R440 Force Wheel
Tim Schumacher
2019-06-23
2
-0
/
+2
|
|
|
*
|
Input: iforce - use unaligned accessors, where appropriate
Dmitry Torokhov
2019-06-23
2
-7
/
+12
|
|
|
*
|
Input: iforce - drop couple of temps from transport code
Dmitry Torokhov
2019-06-23
2
-10
/
+4
|
|
|
*
|
Input: iforce - drop bus type from iforce structure
Dmitry Torokhov
2019-06-23
3
-7
/
+0
|
|
|
*
|
Input: iforce - use DMA-safe buffores for USB transfers
Dmitry Torokhov
2019-06-23
3
-15
/
+25
|
|
|
*
|
Input: iforce - allow callers supply data buffer when fetching device IDs
Dmitry Torokhov
2019-06-23
4
-30
/
+47
|
|
|
*
|
Input: iforce - only call iforce_process_packet() if initialized
Dmitry Torokhov
2019-06-23
2
-4
/
+1
|
|
|
*
|
Input: iforce - signal command completion from transport code
Dmitry Torokhov
2019-06-23
2
-5
/
+6
|
|
|
*
|
Input: iforce - do not combine arguments for iforce_process_packet()
Dmitry Torokhov
2019-06-23
4
-11
/
+13
|
|
|
*
|
Input: iforce - factor out hat handling when parsing packets
Dmitry Torokhov
2019-06-23
1
-44
/
+57
|
|
|
*
|
Input: iforce - update formatting of switch statements
Dmitry Torokhov
2019-06-23
3
-100
/
+100
|
|
|
*
|
Input: iforce - use DMA-safe buffer when getting IDs from USB
Dmitry Torokhov
2019-06-23
1
-46
/
+22
|
|
|
*
|
Input: iforce - split into core and transport modules
Dmitry Torokhov
2019-06-23
7
-43
/
+25
|
|
|
*
|
Input: iforce - move transport data into transport modules
Dmitry Torokhov
2019-06-23
3
-104
/
+144
|
|
|
*
|
Input: iforce - add bus type and parent arguments to iforce_init_device()
Dmitry Torokhov
2019-06-23
4
-18
/
+8
|
|
|
*
|
Input: iforce - introduce start and stop io transport ops
Dmitry Torokhov
2019-06-23
4
-23
/
+34
|
|
|
*
|
Input: iforce - move command completion handling to serio code
Dmitry Torokhov
2019-06-23
2
-8
/
+11
|
|
|
*
|
Input: iforce - move get_id to the transport operations
Dmitry Torokhov
2019-06-23
4
-65
/
+51
|
|
|
*
|
Input: iforce - introduce transport ops
Dmitry Torokhov
2019-06-23
4
-28
/
+29
|
|
|
*
|
Input: iforce - remove "being used" silliness
Dmitry Torokhov
2019-06-23
1
-10
/
+1
|
|
*
|
|
Input: gpio_keys - use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2019-06-23
1
-4
/
+2
|
|
*
|
|
Input: gpio_keys_polled - use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2019-06-23
1
-4
/
+2
|
|
*
|
|
Input: tca8418 - remove set but not used variable 'max_keys'
YueHaibing
2019-05-28
1
-2
/
+1
|
|
*
|
|
Input: synaptics-rmi4 - remove set but not used variable 'sensor_flags'
YueHaibing
2019-05-28
1
-4
/
+2
|
|
*
|
|
Input: elantech - remove P52 and P72 from SMBus blacklist
Benjamin Tissoires
2019-05-28
1
-4
/
+0
|
|
*
|
|
Input: elan_i2c - handle physical middle button
Benjamin Tissoires
2019-05-28
1
-4
/
+12
|
|
*
|
|
Input: elantech/SMBus - export all capabilities from the PS/2 node
Benjamin Tissoires
2019-05-28
2
-5
/
+44
|
|
*
|
|
Input: elan_i2c - do not query the info if they are provided
Benjamin Tissoires
2019-05-28
1
-12
/
+44
|
|
*
|
|
Input: elantech - detect middle button based on firmware version
Benjamin Tissoires
2019-05-28
2
-12
/
+7
|
|
*
|
|
Input: elantech - add helper function elantech_is_buttonpad()
Benjamin Tissoires
2019-05-28
1
-44
/
+49
|
|
*
|
|
Input: elantech - query the min/max information beforehand too
Benjamin Tissoires
2019-05-28
2
-86
/
+79
|
|
*
|
|
Merge branch 'for-linus' into next
Dmitry Torokhov
2019-05-28
4
-2
/
+25
|
|
|
\
\
\
|
|
*
|
|
|
Input: iqs5xx - remove redundant dev_set_drvdata call
Axel Lin
2019-05-23
1
-2
/
+0
|
|
*
|
|
|
Input: imx6ul_tsc - use devm_platform_ioremap_resource() to simplify code
Anson Huang
2019-05-21
1
-6
/
+2
|
|
*
|
|
|
Input: imx_keypad - use devm_platform_ioremap_resource() to simplify code
Anson Huang
2019-05-21
1
-3
/
+1
|
|
*
|
|
|
Input: da9063_onkey - convert header to SPDX
Wolfram Sang
2019-05-21
1
-10
/
+1
|
|
*
|
|
|
Input: da9063_onkey - remove platform_data support
Wolfram Sang
2019-05-21
1
-9
/
+2
|
|
*
|
|
|
Input: eeti_ts - read hardware state once after wakeup
Daniel Mack
2019-05-16
1
-15
/
+56
|
|
*
|
|
|
Merge tag 'ib-mfd-gpio-input-leds-power-v5.2' of git://git.kernel.org/pub/scm...
Dmitry Torokhov
2019-05-10
3
-0
/
+131
|
|
|
\
\
\
\
|
|
*
\
\
\
\
Merge tag 'v5.1' into next
Dmitry Torokhov
2019-05-10
29
-194
/
+354
|
|
|
\
\
\
\
\
|
|
|
|
|
_
|
/
/
|
|
|
|
/
|
|
|
|
*
|
|
|
|
|
Input: atmel_mxt_ts - fix leak in mxt_update_cfg()
Ian Ray
2019-07-05
1
-1
/
+2
|
*
|
|
|
|
|
Input: synaptics - enable SMBUS on T480 thinkpad trackpad
Cole Rogers
2019-07-01
1
-0
/
+1
*
|
|
|
|
|
|
Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2019-07-12
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Input: cros_ec_keyb: mask out extra flags in event_type
Ting Shen
2019-06-20
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-07-09
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge branch 'pm-sleep'
Rafael J. Wysocki
2019-07-08
1
-1
/
+1
|
|
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
PM: suspend: Rename pm_suspend_via_s2idle()
Rafael J. Wysocki
2019-06-19
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2019-07-09
1
-4
/
+2
|
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
[prev]
[next]