| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2014-04-23 | 10 | -151/+261 |
|\ |
|
| * | Input: elantech - add support for newer elantech touchpads | Jordan Rife | 2014-04-22 | 1 | -0/+1 |
| * | Input: soc_button_array - fix a crash during rmmod | Lejun Zhu | 2014-04-22 | 1 | -0/+1 |
| * | Input: synaptics - add min/max quirk for ThinkPad T431s, L440, L540, S1 Yoga ... | Hans de Goede | 2014-04-19 | 1 | -0/+42 |
| * | Input: synaptics - report INPUT_PROP_TOPBUTTONPAD property | Hans de Goede | 2014-04-19 | 1 | -2/+53 |
| * | Input: i8042 - add firmware_id support | Hans de Goede | 2014-04-19 | 2 | -0/+21 |
| * | Input: serio - add firmware_id sysfs attribute | Hans de Goede | 2014-04-19 | 1 | -0/+14 |
| * | Input: wacom - handle 1024 pressure levels in wacom_tpc_pen | Jason Gerecke | 2014-04-19 | 1 | -1/+1 |
| * | Input: wacom - references to 'wacom->data' should use 'unsigned char*' | Jason Gerecke | 2014-04-19 | 1 | -18/+9 |
| * | Input: wacom - override 'pressure_max' with value from HID_USAGE_PRESSURE | Jason Gerecke | 2014-04-19 | 1 | -0/+9 |
| * | Input: wacom - use full 32-bit HID Usage value in switch statement | Jason Gerecke | 2014-04-19 | 1 | -128/+109 |
| * | Input: wacom - missed the last bit of expresskey for DTU-1031 | Ping Cheng | 2014-04-19 | 1 | -1/+1 |
| * | Input: ads7846 - fix device usage within attribute show | Alexander Stein | 2014-04-19 | 1 | -1/+1 |
| * | Input: da9055_onkey - remove use of regmap_irq_get_virq() | Adam Thomson | 2014-04-19 | 1 | -1/+0 |
* | | Merge tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-04-05 | 1 | -2/+2 |
|\ \ |
|
| * | | pwm: Remove obsolete HAVE_PWM Kconfig symbol | Sascha Hauer | 2014-02-10 | 1 | -2/+2 |
* | | | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2014-04-05 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ... | Olof Johansson | 2014-02-18 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | input: ixp4xx-beeper: don't use symbols from <mach/timex.h> | Uwe Kleine-König | 2013-12-20 | 1 | -1/+1 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2014-04-03 | 24 | -1208/+1619 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'next' into for-linus | Dmitry Torokhov | 2014-04-03 | 30 | -1231/+1653 |
| |\ \ \ |
|
| | * | | | Input: edt-ft5x06 - add a missing condition | Dan Carpenter | 2014-04-03 | 1 | -3/+4 |
| | * | | | Input: appletouch - fix jumps when additional fingers are detected | Clinton Sprain | 2014-03-30 | 1 | -6/+21 |
| | * | | | Input: appletouch - implement sensor data smoothing | Clinton Sprain | 2014-03-30 | 1 | -24/+79 |
| | * | | | Input: add driver for SOC button array | Lejun Zhu | 2014-03-30 | 3 | -0/+229 |
| | * | | | Input: pm8xxx-vibrator - add DT match table | Stephen Boyd | 2014-03-30 | 1 | -1/+8 |
| | * | | | Input: pmic8xxx-pwrkey - migrate to DT | Stephen Boyd | 2014-03-30 | 1 | -13/+20 |
| | * | | | Input: pmic8xxx-keypad - migrate to DT | Stephen Boyd | 2014-03-30 | 1 | -64/+86 |
| | * | | | Input: pmic8xxx-keypad - migrate to regmap APIs | Stephen Boyd | 2014-03-30 | 1 | -52/+29 |
| | * | | | Input: pmic8xxx-keypad - migrate to devm_* APIs | Stephen Boyd | 2014-03-30 | 1 | -44/+17 |
| | * | | | Input: pmic8xxx-keypad - fix build by removing gpio configuration | Stephen Boyd | 2014-03-30 | 1 | -58/+0 |
| | * | | | Input: add new driver for ARM CLPS711X keypad | Alexander Shiyan | 2014-03-30 | 3 | -0/+220 |
| | * | | | Input: edt-ft5x06 - add support for M09 firmware version | Lothar Waßmann | 2014-03-28 | 1 | -82/+276 |
| | * | | | Input: edt-ft5x06 - ignore touchdown events | Lothar Waßmann | 2014-03-28 | 1 | -0/+4 |
| | * | | | Input: edt-ft5x06 - adjust delays to conform datasheet | Lothar Waßmann | 2014-03-28 | 1 | -3/+3 |
| | * | | | Input: edt-ft5x06 - add DT support | Lothar Waßmann | 2014-03-28 | 1 | -31/+114 |
| | * | | | Input: edt-ft5x06 - several cleanups; no functional change | Lothar Waßmann | 2014-03-28 | 1 | -9/+6 |
| | * | | | Input: appletouch - dial back fuzz setting | Clinton Sprain | 2014-03-28 | 1 | -6/+9 |
| | * | | | Input: remove obsolete tnetv107x drivers | Arnd Bergmann | 2014-03-28 | 6 | -734/+0 |
| | * | | | Input: sirfsoc-onkey - set the capability of reporting KEY_POWER | Xianglong Du | 2014-03-28 | 1 | -0/+1 |
| | * | | | Input: da9052_onkey - use correct register bit for key status | Anthony Olech | 2014-03-26 | 1 | -13/+16 |
| | * | | | Input: wistron_btns - simplify dependencies | Jean Delvare | 2014-03-23 | 1 | -1/+1 |
| | * | | | Input: olpc_apsp - fix dependencies of OLPC AP-SP driver | Jean Delvare | 2014-03-23 | 1 | -1/+1 |
| | * | | | Input: hp_sdc - use del_timer_sync() in exit path | Thomas Gleixner | 2014-03-23 | 1 | -1/+1 |
| | * | | | Merge tag 'v3.14-rc4' into next | Dmitry Torokhov | 2014-03-01 | 11 | -31/+57 |
| | |\ \ \
| | | |/ / |
|
| | * | | | Input: imx_keypad - Propagate the real error code on platform_get_irq() failure | Fabio Estevam | 2014-02-17 | 1 | -2/+2 |
| | * | | | Input: sirfsoc-onkey - update copyright years to 2014 | Barry Song | 2014-02-15 | 1 | -1/+2 |
| | * | | | Input: sirfsoc-onkey - report release event by detecting pin status | Xianglong Du | 2014-02-15 | 1 | -11/+32 |
| | * | | | Input: sirfsoc-onkey - use dev_get_drvdata instead of platform_get_drvdata | Xianglong Du | 2014-02-15 | 1 | -3/+2 |
| | * | | | Input: sirfsoc-onkey - fix namespace pwrc_resume function | Xianglong Du | 2014-02-15 | 1 | -2/+2 |