Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. Mostly small fixups to the drivers, but also a new keyboard driver. Since it is for previously unsupported hardware; arch-specific and we are pretty early in the release cycle I hope it is still OK to get it in. Thanks! Changelog: --------- Andy Whitcroft (1): Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistent David Engraf (1): Input: serio - allow registered drivers to get status flag Davidlohr Bueso (1): Input: ct82710c - return proper error code for ct82c710_open Dmitry Torokhov (1): Input: sparse-keymap - fix KEY_VSW handling in sparse_keymap_setup Jamie Iles (2): Input: tnetv107x-keypad - don't treat NULL clk as an error Input: tnetv107x-ts - don't treat NULL clk as an error Naveen Kumar Gaddipati (2): Input: bu21013_ts - remove duplicate resolution parameters Input: bu21013_ts - added regulator support Philippe Langlais (1): Input: gpio_keys - switch to using request_any_context_irq Ping Cheng (2): Input: wacom - add 2 Bamboo Pen and touch models Input: wacom - pass touch resolution to clients through input_absinfo Rakesh Iyer (1): Input: tegra-kbc - add tegra keyboard driver Diffstat: -------- arch/arm/mach-tegra/include/mach/kbc.h | 61 +++ drivers/input/keyboard/Kconfig | 10 + drivers/input/keyboard/Makefile | 1 + drivers/input/keyboard/gpio_keys.c | 6 +- drivers/input/keyboard/tegra-kbc.c | 727 +++++++++++++++++++++++++++++ drivers/input/keyboard/tnetv107x-keypad.c | 5 +- drivers/input/serio/ct82c710.c | 8 +- drivers/input/serio/serport.c | 24 +- drivers/input/sparse-keymap.c | 1 + drivers/input/tablet/wacom_wac.c | 27 +- drivers/input/touchscreen/bu21013_ts.c | 39 ++- drivers/input/touchscreen/tnetv107x-ts.c | 5 +- drivers/tty/sysrq.c | 2 +- include/linux/input/bu21013.h | 4 - include/linux/sysrq.h | 3 + kernel/sysctl.c | 3 +- 16 files changed, 901 insertions(+), 25 deletions(-) create mode 100644 arch/arm/mach-tegra/include/mach/kbc.h create mode 100644 drivers/input/keyboard/tegra-kbc.c -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html