linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/03] sh: SuperH KEYSC keypad support
@ 2008-02-29 10:48 Magnus Damm
  2008-02-29 10:48 ` [PATCH 01/03] sh: SuperH KEYSC platform driver Magnus Damm
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Magnus Damm @ 2008-02-29 10:48 UTC (permalink / raw)
  To: linux-input; +Cc: Magnus Damm, lethal, akpm, linux-sh

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@igel.co.jp>
---

 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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-02-29 22:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29 10:48 [PATCH 00/03] sh: SuperH KEYSC keypad support Magnus Damm
2008-02-29 10:48 ` [PATCH 01/03] sh: SuperH KEYSC platform driver Magnus Damm
2008-02-29 21:57   ` Andrew Morton
2008-02-29 10:49 ` [PATCH 02/03] sh: SuperH KEYSC keypad data for MigoR Magnus Damm
2008-02-29 10:49 ` [PATCH 03/03] sh: SuperH KEYSC keypad data for Solution Engine 7722 Magnus Damm
2008-02-29 22:01 ` [PATCH 00/03] sh: SuperH KEYSC keypad support Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).