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: olpc_apsp - depend on ARCH_MMP
Jean Delvare
2019-04-23
1
-0
/
+1
*
Input: sun4i-a10-lradc-keys - add support for A83T
Ziping Chen
2019-04-04
1
-4
/
+34
*
Input: snvs_pwrkey - use dev_pm_set_wake_irq() to simplify code
Anson Huang
2019-04-04
1
-26
/
+4
*
Input: i8042 - signal wakeup from atkbd/psmouse
Dmitry Torokhov
2019-04-04
3
-3
/
+4
*
Input: goodix - add GT5663 CTP support
Jagan Teki
2019-04-04
1
-0
/
+2
*
Input: goodix - add regulators suppot
Jagan Teki
2019-04-04
1
-0
/
+52
*
Input: evdev - use struct_size() in kzalloc() and vzalloc()
Gustavo A. R. Silva
2019-04-04
1
-4
/
+3
*
Input: edt-ft5x06 - convert to use SPDX identifier
Andy Shevchenko
2019-03-04
1
-14
/
+2
*
Input: edt-ft5x06 - enable ACPI enumeration
Andy Shevchenko
2019-03-04
1
-5
/
+2
*
Input: ti_am335x_tsc - remove set but not used variable 'tscadc_dev'
YueHaibing
2019-02-19
1
-4
/
+0
*
Input: i8042 - rework DT node name comparisons
Rob Herring
2019-02-18
1
-11
/
+10
*
Input: goodix - print values in case of inconsistencies
Guido Günther
2019-02-17
1
-1
/
+3
*
Input: goodix - support Goodix gt5688
Guido Günther
2019-02-17
1
-0
/
+2
*
Input: synaptics_i2c - remove redundant spinlock
Sven Van Asbroeck
2019-02-17
1
-18
/
+4
*
Input: db9 - mark expected switch fall-through
Gustavo A. R. Silva
2019-02-17
1
-1
/
+1
*
Input: qt2160 - remove redundant spinlock
Sven Van Asbroeck
2019-02-17
1
-9
/
+0
*
Input: st1232 - handle common DT bindings
Matthias Fend
2019-02-17
1
-2
/
+6
*
Input: ims-pcu - switch to using brightness_set_blocking()
Dmitry Torokhov
2019-02-17
1
-19
/
+8
*
Input: st1232 - switch to gpiod API
Martin Kepplinger
2019-02-17
1
-14
/
+11
*
Input: ili210x - fetch touchscreen geometry from DT
Marek Vasut
2019-02-09
1
-40
/
+11
*
Input: msm-vibrator - tweak an error message
Dan Carpenter
2019-02-09
1
-2
/
+1
*
Input: tm2-touchkey - acknowledge that setting brightness is a blocking call
Dmitry Torokhov
2019-02-08
1
-5
/
+5
*
Input: stmfts - acknowledge that setting brightness is a blocking call
Dmitry Torokhov
2019-02-08
1
-14
/
+16
*
Input: ili210x - switch to using devm_device_add_group()
Dmitry Torokhov
2019-02-08
1
-14
/
+2
*
Input: ili210x - add ILI251X support
Marek Vasut
2019-02-07
1
-15
/
+103
*
Input: ili210x - add OF match table
Marek Vasut
2019-02-07
1
-0
/
+7
*
Input: ili210x - reorder probe
Marek Vasut
2019-02-07
1
-16
/
+16
*
Input: ili210x - rework the touchscreen sample processing
Marek Vasut
2019-02-07
1
-25
/
+30
*
Input: ili210x - convert to devm IRQ
Marek Vasut
2019-02-07
1
-11
/
+15
*
Input: ili210x - add reset GPIO support
Marek Vasut
2019-02-07
1
-0
/
+26
*
Input: ili210x - convert to devm_ functions
Marek Vasut
2019-02-07
1
-10
/
+7
*
Input: ili210x - drop get_pendown_state
Marek Vasut
2019-02-07
1
-12
/
+1
*
Input: ili210x - drop platform data support
Marek Vasut
2019-02-07
1
-10
/
+2
*
Input: add new vibrator driver for various MSM SOCs
Brian Masney
2019-02-06
3
-0
/
+293
*
Input: gpio-keys - add shutdown callback
Florian Fainelli
2019-02-06
1
-0
/
+10
*
Input: sx8654 - do not override interrupt trigger
Dmitry Torokhov
2019-02-05
1
-1
/
+1
*
Input: sx8654 - convert #defined flags to BIT(x)
Richard Leitner
2019-02-05
1
-5
/
+6
*
Input: sx8654 - use common of_touchscreen functions
Richard Leitner
2019-01-29
1
-4
/
+8
*
Input: sx8654 - add sx8650 support
Richard Leitner
2019-01-29
1
-20
/
+176
*
Input: sx8654 - add sx8655 and sx8656 to compatibles
Richard Leitner
2019-01-29
1
-0
/
+4
*
Input: sx8654 - add reset-gpio support
Richard Leitner
2019-01-29
1
-6
/
+38
*
Input: st1232 - add Martin as module author
Martin Kepplinger
2019-01-28
1
-0
/
+1
*
Input: st1232 - add support for st1633
Martin Kepplinger
2019-01-28
2
-37
/
+89
*
Input: edt-ft5x06 - add offset support for ev-ft5726
Marco Felsch
2019-01-14
1
-0
/
+46
*
Input: edt-ft5x06 - add support to update ev-ft5726 registers
Marco Felsch
2019-01-14
1
-5
/
+15
*
Input: edt-ft5x06 - add support for Evervision FT5726
Marco Felsch
2019-01-14
1
-3
/
+41
*
Input: mtk-pmic-keys - remove duplicated include from mtk-pmic-keys.c
YueHaibing
2019-01-14
1
-7
/
+6
*
Input: mcs_touchkey - use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-01-14
1
-3
/
+2
*
Input: tca6416-keypad - use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-01-14
1
-3
/
+1
*
Merge tag 'v4.20' into next
Dmitry Torokhov
2019-01-14
57
-316
/
+933
|
\
[next]