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
2014-03-30
Input: add driver for SOC button array
Lejun Zhu
-0
/
+229
2014-03-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-32
/
+45
2014-03-30
Input: pm8xxx-vibrator - add DT match table
Stephen Boyd
-1
/
+8
2014-03-30
Input: pmic8xxx-pwrkey - migrate to DT
Stephen Boyd
-13
/
+20
2014-03-30
Input: pmic8xxx-keypad - migrate to DT
Stephen Boyd
-64
/
+86
2014-03-30
Input: pmic8xxx-keypad - migrate to regmap APIs
Stephen Boyd
-52
/
+29
2014-03-30
Input: pmic8xxx-keypad - migrate to devm_* APIs
Stephen Boyd
-44
/
+17
2014-03-30
Input: pmic8xxx-keypad - fix build by removing gpio configuration
Stephen Boyd
-58
/
+0
2014-03-30
Input: add new driver for ARM CLPS711X keypad
Alexander Shiyan
-0
/
+220
2014-03-29
Input: mousedev - fix race when creating mixed device
Dmitry Torokhov
-31
/
+42
2014-03-29
Input: don't modify the id of ioctl-provided ff effect on upload failure
Elias Vanderstuyft
-1
/
+3
2014-03-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-15
/
+82
2014-03-28
Input: edt-ft5x06 - add support for M09 firmware version
Lothar Waßmann
-82
/
+276
2014-03-28
Input: edt-ft5x06 - ignore touchdown events
Lothar Waßmann
-0
/
+4
2014-03-28
Input: edt-ft5x06 - adjust delays to conform datasheet
Lothar Waßmann
-3
/
+3
2014-03-28
Input: edt-ft5x06 - add DT support
Lothar Waßmann
-31
/
+114
2014-03-28
Input: edt-ft5x06 - several cleanups; no functional change
Lothar Waßmann
-9
/
+6
2014-03-28
Input: synaptics - add manual min/max quirk for ThinkPad X240
Hans de Goede
-0
/
+8
2014-03-28
Input: synaptics - add manual min/max quirk
Benjamin Tissoires
-0
/
+47
2014-03-28
Input: appletouch - dial back fuzz setting
Clinton Sprain
-6
/
+9
2014-03-28
Input: remove obsolete tnetv107x drivers
Arnd Bergmann
-734
/
+0
2014-03-28
Input: sirfsoc-onkey - set the capability of reporting KEY_POWER
Xianglong Du
-0
/
+1
2014-03-26
Input: cypress_ps2 - don't report as a button pads
Hans de Goede
-1
/
+0
2014-03-26
Input: da9052_onkey - use correct register bit for key status
Anthony Olech
-13
/
+16
2014-03-23
Input: wistron_btns - simplify dependencies
Jean Delvare
-1
/
+1
2014-03-23
Input: olpc_apsp - fix dependencies of OLPC AP-SP driver
Jean Delvare
-1
/
+1
2014-03-23
Input: hp_sdc - use del_timer_sync() in exit path
Thomas Gleixner
-1
/
+1
2014-03-20
Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'
Rafael J. Wysocki
-1
/
+2
2014-03-01
Merge tag 'v3.14-rc4' into next
Dmitry Torokhov
-31
/
+57
2014-02-20
Merge branch 'master' into for-next
Jiri Kosina
-752
/
+1150
2014-02-20
ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions
Charles Keepax
-16
/
+0
2014-02-20
Input - arizona-haptics: Fix double lock of dapm_mutex
Charles Keepax
-7
/
+4
2014-02-19
treewide: Fix typo in Documentation/DocBook
Masanari Iida
-1
/
+1
2014-02-18
Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...
Olof Johansson
-1
/
+1
2014-02-17
Input: imx_keypad - Propagate the real error code on platform_get_irq() failure
Fabio Estevam
-2
/
+2
2014-02-17
Input: da9052_onkey - use correct register bit for key status
Anthony Olech
-13
/
+16
2014-02-15
Input: sirfsoc-onkey - update copyright years to 2014
Barry Song
-1
/
+2
2014-02-15
Input: sirfsoc-onkey - report release event by detecting pin status
Xianglong Du
-11
/
+32
2014-02-15
Input: adp5588-keys - get value from data out when dir is out
Jean-Francois Dagenais
-1
/
+11
2014-02-15
Input: sirfsoc-onkey - use dev_get_drvdata instead of platform_get_drvdata
Xianglong Du
-3
/
+2
2014-02-15
Input: sirfsoc-onkey - fix namespace pwrc_resume function
Xianglong Du
-2
/
+2
2014-02-15
Input: sirfsoc-onkey - drop the IRQF_SHARED flag
Barry Song
-1
/
+1
2014-02-15
Input: sirfsoc-onkey - implement open and close methods
Dmitry Torokhov
-10
/
+43
2014-02-12
Input: ims-pcu - add commands supported by the new version of the FW
Andrey Smirnov
-6
/
+248
2014-02-12
Input: ims-pcu - fix error unwinding path in application mode
Dmitry Torokhov
-2
/
+2
2014-02-12
Input: uinput - add UI_GET_SYSNAME ioctl to retrieve the sysfs path
Benjamin Tissoires
-0
/
+43
2014-02-11
PM / QoS: Add type to dev_pm_qos_add_ancestor_request() arguments
Rafael J. Wysocki
-1
/
+2
2014-02-10
pwm: Remove obsolete HAVE_PWM Kconfig symbol
Sascha Hauer
-2
/
+2
2014-01-30
Input: uinput - breaks by goto out in uinput_ioctl_handler
Benjamin Tisssoires
-29
/
+27
2014-01-27
Input: zforce - add devicetree support
Heiko Stübner
-2
/
+55
[prev]
[next]