These patches add support for keypads attached to the SuperH KEYSC block. [PATCH 01/03] sh: SuperH KEYSC platform driver [PATCH 02/03] sh: SuperH KEYSC support for MigoR [PATCH 03/03] sh: SuperH KEYSC support for Solution Engine 7722 Signed-off-by: Magnus Damm <damm@xxxxxxxxxx> --- Please note that the board patches need the header file provided by the first patch to compile. So maybe this is suitable for -mm? If it is better to merge the driver in some subsystem tree then I'll just resend the board code to the linux-sh list during late -rc1 merge. arch/sh/boards/renesas/migor/setup.c | 56 ++++++ arch/sh/boards/se/7722/setup.c | 41 ++++ drivers/input/keyboard/Kconfig | 9 + drivers/input/keyboard/Makefile | 1 drivers/input/keyboard/sh_keysc.c | 281 ++++++++++++++++++++++++++++++++++ include/asm-sh/se7722.h | 2 include/asm-sh/sh_keysc.h | 13 + 7 files changed, 402 insertions(+), 1 deletion(-) -- 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