From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mk-filter-3-a-1.mail.uk.tiscali.com ([212.74.100.54]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1LWFi6-0000YD-11 for linux-mtd@lists.infradead.org; Sun, 08 Feb 2009 19:53:11 +0000 Subject: Re: [PATCH] sh: maple: add support for Visual Memory Card devices, and make consequential changes to maple input drivers - 0/3 - v5 - diff stat correction From: Adrian McMenamin To: Paul Mundt , Greg KH , dwmw2 , Dmitry Torokhov In-Reply-To: <1234122069.6736.8.camel@localhost.localdomain> References: <1234122069.6736.8.camel@localhost.localdomain> Content-Type: text/plain Date: Sun, 08 Feb 2009 19:52:17 +0000 Message-Id: <1234122737.6736.17.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: linux-input , MTD , LKML , linux-sh List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Great start... sorry here is correct diff stat for these patches... Signed-off-by: Adrian McMenamin --- drivers/input/joystick/maplecontrol.c | 4 +- drivers/input/keyboard/maple_keyb.c | 37 +- drivers/mtd/maps/Kconfig | 12 +- drivers/mtd/maps/Makefile | 1 + drivers/mtd/maps/vmu-flash.c | 827 +++++++++++++++++++++++++++++++++ drivers/sh/maple/maple.c | 463 ++++++++++--------- include/linux/maple.h | 62 ++- 7 files changed, 1139 insertions(+), 267 deletions(-)