Hi Dmitry, This is mostly a resend of the PS/2-SMBus binding (last 3 patches of now 3 years of trial and errors). I integrated both warnings raised by Coccinelle, and squashed 4/3 into 3/3. I really would like your opinion on this solution. If we could have a full cycle in linux-next that would be ideal too :) Cheers, Benjamin Benjamin Tissoires (3): input: serio - allow others to specify a driver for a serio device Input: synaptics - allocate a Synaptics Intertouch device Input: add a PS/2 to SMBus platform module drivers/input/misc/Kconfig | 11 ++ drivers/input/misc/Makefile | 1 + drivers/input/misc/ps2_smbus.c | 424 ++++++++++++++++++++++++++++++++++++++++ drivers/input/mouse/synaptics.c | 103 ++++++++++ drivers/input/mouse/synaptics.h | 1 + drivers/input/serio/serio.c | 20 ++ include/linux/serio.h | 5 + 7 files changed, 565 insertions(+) create mode 100644 drivers/input/misc/ps2_smbus.c -- 2.9.3 -- 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