Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. Just a few small fixups here. Changelog: --------- Anson Huang (1): Input: imx_sc_key - only take the valid data from SCU firmware as key state Arnd Bergmann (1): Input: input_event - fix struct padding on sparc64 Dmitry Torokhov (2): Input: uinput - always report EPOLLOUT Input: add safety guards to input_set_keycode() Diffstat: -------- drivers/input/evdev.c | 14 +++++++------- drivers/input/input.c | 26 ++++++++++++++++---------- drivers/input/keyboard/imx_sc_key.c | 8 +++++++- drivers/input/misc/uinput.c | 19 ++++++++++++------- include/uapi/linux/input.h | 1 + 5 files changed, 43 insertions(+), 25 deletions(-) Thanks. -- Dmitry