From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian McMenamin Subject: Re: [PATCH RFC] sh: maple: Add support for SEGA Dreamcast VMU and clean up maple bus driver (2/3) Date: Thu, 29 Jan 2009 00:49:30 +0000 Message-ID: <1233190170.6734.36.camel@localhost.localdomain> References: <1233186456.6734.16.camel@localhost.localdomain> <1233187069.6734.21.camel@localhost.localdomain> <1233187750.6734.27.camel@localhost.localdomain> <200901281944.57894.vapier@gentoo.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mk-filter-2-a-1.mail.uk.tiscali.com ([212.74.100.53]:18742 "EHLO mk-filter-2-a-1.mail.uk.tiscali.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752253AbZA2Awr (ORCPT ); Wed, 28 Jan 2009 19:52:47 -0500 In-Reply-To: <200901281944.57894.vapier@gentoo.org> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Mike Frysinger Cc: Paul Mundt , Greg KH , Dmitry Torokhov , dwmw2 , linux-sh , LKML , linux-input , MTD On Wed, 2009-01-28 at 19:44 -0500, Mike Frysinger wrote: > On Wednesday 28 January 2009 19:09:10 Adrian McMenamin wrote: > > +static struct maple_driver vmu_flash_driver = { > > + .function = MAPLE_FUNC_MEMCARD, > > + .drv = { > > + .name = "Dreamcast_visual_memory", > > i thought there was like a 16byte limit or something on this ? Don't think so, it's just a const char* isn't it? From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mk-filter-2-a-1.mail.uk.tiscali.com ([212.74.100.53]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1LSL9A-0004ma-Kc for linux-mtd@lists.infradead.org; Thu, 29 Jan 2009 00:52:47 +0000 Subject: Re: [PATCH RFC] sh: maple: Add support for SEGA Dreamcast VMU and clean up maple bus driver (2/3) From: Adrian McMenamin To: Mike Frysinger In-Reply-To: <200901281944.57894.vapier@gentoo.org> References: <1233186456.6734.16.camel@localhost.localdomain> <1233187069.6734.21.camel@localhost.localdomain> <1233187750.6734.27.camel@localhost.localdomain> <200901281944.57894.vapier@gentoo.org> Content-Type: text/plain Date: Thu, 29 Jan 2009 00:49:30 +0000 Message-Id: <1233190170.6734.36.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: linux-sh , Greg KH , Dmitry Torokhov , LKML , Paul Mundt , MTD , linux-input , dwmw2 List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2009-01-28 at 19:44 -0500, Mike Frysinger wrote: > On Wednesday 28 January 2009 19:09:10 Adrian McMenamin wrote: > > +static struct maple_driver vmu_flash_driver = { > > + .function = MAPLE_FUNC_MEMCARD, > > + .drv = { > > + .name = "Dreamcast_visual_memory", > > i thought there was like a 16byte limit or something on this ? Don't think so, it's just a const char* isn't it? From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian McMenamin Date: Thu, 29 Jan 2009 00:49:30 +0000 Subject: Re: [PATCH RFC] sh: maple: Add support for SEGA Dreamcast VMU and Message-Id: <1233190170.6734.36.camel@localhost.localdomain> List-Id: References: <1233186456.6734.16.camel@localhost.localdomain> <1233187069.6734.21.camel@localhost.localdomain> <1233187750.6734.27.camel@localhost.localdomain> <200901281944.57894.vapier@gentoo.org> In-Reply-To: <200901281944.57894.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mike Frysinger Cc: Paul Mundt , Greg KH , Dmitry Torokhov , dwmw2 , linux-sh , LKML , linux-input , MTD On Wed, 2009-01-28 at 19:44 -0500, Mike Frysinger wrote: > On Wednesday 28 January 2009 19:09:10 Adrian McMenamin wrote: > > +static struct maple_driver vmu_flash_driver = { > > + .function = MAPLE_FUNC_MEMCARD, > > + .drv = { > > + .name = "Dreamcast_visual_memory", > > i thought there was like a 16byte limit or something on this ? Don't think so, it's just a const char* isn't it?