Re: [PATCH 00/03] sh: SuperH KEYSC keypad support
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2008-02-29 22:02:42
Also in:
linux-sh
On Fri, 29 Feb 2008 19:48:47 +0900 Magnus Damm [off-list ref] wrote:
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 <redacted> --- Please note that the board patches need the header file provided by the first patch to compile. So maybe this is suitable for -mm?
The diffstat looks pretty tame to me - this could be merged via either git-input or git-sh. Probably the latter.
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.
That would be a bad time to send it. We should get patches into the subsystem trees (and linux-next and -mm!) prior to the 2.6.x release. A subsystem maintainer who receives feature work during the 2.6.x merge window could/shouidl/would schedule it for 2.6.x+1.
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(-)