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. Changelog: --------- Dan Liang (1): Input: add driver for Atmel integrated touchscreen controller Dmitry Torokhov (1): Input: serio - mark serio_register_driver() __must_check Hans-Christian Egtvedt (1): Input: ads7846 - optimize order of calculating Rt in ads7846_rx() Harvey Harrison (1): Input: ads7846 - fix sparse endian warnings Huang Weiyi (1): Input: uinput - remove duplicate include Shaohua Li (1): Input: serio - offload resume to kseriod Diffstat: -------- drivers/input/misc/uinput.c | 1 - drivers/input/serio/serio.c | 55 ++++-- drivers/input/touchscreen/Kconfig | 12 + drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/ads7846.c | 16 +- drivers/input/touchscreen/atmel_tsadcc.c | 332 ++++++++++++++++++++++++++++++ include/linux/serio.h | 3 +- 7 files changed, 390 insertions(+), 30 deletions(-) create mode 100644 drivers/input/touchscreen/atmel_tsadcc.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