index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
MAINTAINERS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-25
Input: synaptics - split device info into a separate structure
Dmitry Torokhov
2
-187
/
+233
2017-03-25
Input: psmouse - add support for SMBus companions
Benjamin Tissoires
5
-2
/
+343
2017-03-25
Input: psmouse - introduce notion of SMBus companions
Dmitry Torokhov
2
-33
/
+71
2017-03-25
Input: psmouse - store pointer to current protocol
Dmitry Torokhov
2
-55
/
+58
2017-03-25
Input: psmouse - implement fast reconnect option
Dmitry Torokhov
2
-3
/
+28
2017-03-25
Input: serio - add fast reconnect option
Dmitry Torokhov
2
-5
/
+18
2017-03-23
Input: synaptics - do not mix logical and bitwise operations
Dmitry Torokhov
2
-6
/
+6
2017-03-23
Input: qt1070 - add OF device ID table
Javier Martinez Canillas
1
-0
/
+9
2017-03-23
Input: synaptics_i2c - add OF device ID table
Javier Martinez Canillas
1
-0
/
+9
2017-03-23
Input: silead - add OF device ID table
Javier Martinez Canillas
1
-0
/
+13
2017-03-18
Input: convert remaining uses of pr_warning to pr_warn
Joe Perches
5
-12
/
+14
2017-03-17
Input: soc_button_array - add support for ACPI 6.0 Generic Button Device
Hans de Goede
1
-1
/
+158
2017-03-17
Input: soc_button_array - get rid of MAX_NBUTTONS
Hans de Goede
1
-8
/
+11
2017-03-15
Input: tps6507x-ts - update to devm_* API
Yegor Yefremov
1
-28
/
+5
2017-03-09
Input: dm355evm_keys - switch to using managed resources
Dmitry Torokhov
1
-50
/
+26
2017-03-09
Input: wistron_btns - remove use of sparse_keymap_free
Dmitry Torokhov
1
-4
/
+1
2017-03-09
Input: dm355evm_keys - remove use of sparse_keymap_free
Dmitry Torokhov
1
-6
/
+3
2017-03-09
Input: soc_button_array - use NULL for GPIO connection ID
Hans de Goede
1
-2
/
+2
2017-03-09
Input: axp20x-pek - do not register input device on some systems
Hans de Goede
1
-3
/
+12
2017-03-09
Input: axp20x_pek - add axp20x_pek_probe_input_device helper
Hans de Goede
1
-18
/
+29
2017-03-09
Input: axp20x-pek - use our own device for errors
Hans de Goede
1
-4
/
+4
2017-03-09
Input: drv260x - remove OF dependency
Jingkui Wang
1
-3
/
+1
2017-03-08
Input: sparse-keymap - use a managed allocation for keymap copy
Michał Kępień
1
-30
/
+9
2017-03-07
Input: pwm-beeper - support customized freq for SND_BELL
Guan Ben
2
-1
/
+15
2017-03-07
Input: alps - cleanup alps_model_data
Pali Rohár
2
-36
/
+25
2017-03-07
Input: alps - warn about unsupported ALPS V9 touchpad
Pali Rohár
2
-0
/
+11
2017-03-07
Input: alps - move ALPS_PROTO_V4 out of alps_model_data table
Pali Rohár
1
-2
/
+8
2017-03-01
Input: ad7879 - do not manipulate capability bits directly
Dmitry Torokhov
1
-7
/
+2
2017-03-01
Input: ad7879 - try parsing properties on non-DT systems
Dmitry Torokhov
1
-4
/
+3
2017-03-01
Input: ad7879 - return plain error code from ad7879_probe()
Dmitry Torokhov
4
-30
/
+19
2017-03-01
Input: ad7879 - make sure we set up drvdata
Dmitry Torokhov
2
-2
/
+2
2017-02-25
Input: ad7846 - move bindings to touchscreen subdirectory
H. Nikolaus Schaller
1
-0
/
+0
2017-02-25
Input: ad7879 - add header file to fix ad7879.c build errors
Randy Dunlap
1
-0
/
+1
2017-02-23
Input: tca8418_keypad - remove double read of key event register
Dmitry Torokhov
1
-2
/
+0
2017-02-23
Input: ad7879 - add SPI device tree binding example
Michael Hennerich
1
-0
/
+18
2017-02-23
Input: ad7879 - update MODULE_AUTHOR email address
Michael Hennerich
3
-3
/
+3
2017-02-23
Input: ad7879-spi - remove bits_per_word = 16 enforcement
Michael Hennerich
1
-8
/
+0
2017-02-23
Input: ad7879 - allow exporting AUX/VBAT/GPIO pin via device property
Dmitry Torokhov
2
-2
/
+14
2017-02-23
Input: ad7879 - use more devm interfaces
Dmitry Torokhov
4
-62
/
+21
2017-02-23
Input: ad7879 - convert to use regmap
Dmitry Torokhov
5
-156
/
+64
2017-02-23
Input: tsc2007 - correctly report pressure and not resistance to user space
H. Nikolaus Schaller
1
-0
/
+2
2017-02-23
Input: tsc2007 - rename function tsc2007_calculate_pressure
H. Nikolaus Schaller
3
-7
/
+6
2017-02-23
Input: tsc2007 - switch to using input_set_capability()
Dmitry Torokhov
1
-2
/
+1
2017-02-21
Input: zet6223 - export OF device ID as module aliases
Javier Martinez Canillas
1
-0
/
+1
2017-02-19
Linux 4.10
v4.10
Linus Torvalds
1
-1
/
+1
2017-02-19
Fix missing sanity check in /dev/sg
Al Viro
1
-0
/
+4
2017-02-19
scsi: don't BUG_ON() empty DMA transfers
Johannes Thumshirn
1
-1
/
+2
2017-02-19
ipv6: release dst on error in ip6_dst_lookup_tail
Willem de Bruijn
1
-2
/
+4
2017-02-19
printk: use rcuidle console tracepoint
Sergey Senozhatsky
1
-1
/
+1
2017-02-18
ARM: multi_v7_defconfig: enable Qualcomm RPMCC
Andy Gross
1
-0
/
+1
[next]