diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-11 12:32:08 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-11 12:32:08 -0500 |
commit | 718749d56214aa97015fe01b76b6d6dd0c171796 (patch) | |
tree | 2f7355a3527c5579dc76721203d8a0011a40b19b /MAINTAINERS | |
parent | e0c8453769fcaec654cd5870e84c63175658c842 (diff) | |
parent | 4ba24fef3eb3b142197135223b90ced2f319cd53 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input updates from Dmitry Torokhov:
"The first round of updates for the input subsystem.
A few new drivers (power button handler for AXP20x PMIC, tps65218
power button driver, sun4i keys driver, regulator haptic driver, NI
Ettus Research USRP E3x0 button, Alwinner A10/A20 PS/2 controller).
Updates to Synaptics and ALPS touchpad drivers (with more to come
later), brand new Focaltech PS/2 support, update to Cypress driver to
handle Gen5 (in addition to Gen3) devices, and number of other fixups
to various drivers as well as input core"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (54 commits)
Input: elan_i2c - fix wrong %p extension
Input: evdev - do not queue SYN_DROPPED if queue is empty
Input: gscps2 - fix MODULE_DEVICE_TABLE invocation
Input: synaptics - use dmax in input_mt_assign_slots
Input: pxa27x_keypad - remove unnecessary ARM includes
Input: ti_am335x_tsc - replace delta filtering with median filtering
ARM: dts: AM335x: Make charge delay a DT parameter for TSC
Input: ti_am335x_tsc - read charge delay from DT
Input: ti_am335x_tsc - remove udelay in interrupt handler
Input: ti_am335x_tsc - interchange touchscreen and ADC steps
Input: MT - add support for balanced slot assignment
Input: drv2667 - remove wrong and unneeded drv2667-haptics modalias
Input: drv260x - remove wrong and unneeded drv260x-haptics modalias
Input: cap11xx - remove wrong and unneeded cap11xx modalias
Input: sun4i-ts - add support for touchpanel controller on A31
Input: serio - add support for Alwinner A10/A20 PS/2 controller
Input: gtco - use sign_extend32() for sign extension
Input: elan_i2c - verify firmware signature applying it
Input: elantech - remove stale comment from Kconfig
Input: cyapa - off by one in cyapa_update_fw_store()
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 249498844a43..9c632548d3bd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3479,6 +3479,14 @@ M: "Maciej W. Rozycki" <macro@linux-mips.org> | |||
3479 | S: Maintained | 3479 | S: Maintained |
3480 | F: drivers/tty/serial/dz.* | 3480 | F: drivers/tty/serial/dz.* |
3481 | 3481 | ||
3482 | E3X0 POWER BUTTON DRIVER | ||
3483 | M: Moritz Fischer <moritz.fischer@ettus.com> | ||
3484 | L: usrp-users@lists.ettus.com | ||
3485 | W: http://www.ettus.com | ||
3486 | S: Supported | ||
3487 | F: drivers/input/misc/e3x0-button.c | ||
3488 | F: Documentation/devicetree/bindings/input/e3x0-button.txt | ||
3489 | |||
3482 | E4000 MEDIA DRIVER | 3490 | E4000 MEDIA DRIVER |
3483 | M: Antti Palosaari <crope@iki.fi> | 3491 | M: Antti Palosaari <crope@iki.fi> |
3484 | L: linux-media@vger.kernel.org | 3492 | L: linux-media@vger.kernel.org |
@@ -9281,6 +9289,13 @@ F: arch/m68k/sun3*/ | |||
9281 | F: arch/m68k/include/asm/sun3* | 9289 | F: arch/m68k/include/asm/sun3* |
9282 | F: drivers/net/ethernet/i825xx/sun3* | 9290 | F: drivers/net/ethernet/i825xx/sun3* |
9283 | 9291 | ||
9292 | SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER | ||
9293 | M: Hans de Goede <hdegoede@redhat.com> | ||
9294 | L: linux-input@vger.kernel.org | ||
9295 | S: Maintained | ||
9296 | F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt | ||
9297 | F: drivers/input/keyboard/sun4i-lradc-keys.c | ||
9298 | |||
9284 | SUNDANCE NETWORK DRIVER | 9299 | SUNDANCE NETWORK DRIVER |
9285 | M: Denis Kirjanov <kda@linux-powerpc.org> | 9300 | M: Denis Kirjanov <kda@linux-powerpc.org> |
9286 | L: netdev@vger.kernel.org | 9301 | L: netdev@vger.kernel.org |