lkml.org 
[lkml]   [2008]   [Jul]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] Add dynamic MMC-over-SPI-GPIO driver
Date
On Monday 14 July 2008, Ben Nizette wrote:
>
> On Mon, 2008-07-14 at 21:09 +0200, Michael Buesch wrote:
> > This driver provides a sysfs interface to dynamically create
> > and destroy GPIO-based MMC/SD card interfaces.
> > So an MMC or SD card can be connected to generic GPIO pins
> > and be configured dynamically from userspace.
>
> Can you use mmc-spi attached to spi-gpio and be done with it?

Yes, that's how some of the early mmc-spi work was done. ;)


> Sure you
> won't have the dynamic alloc capability but you won't be reinventing the
> wheel either. You don't have dynamic creation for any other platform
> device and if you need it then, IMO, it'd be better solved in a more
> generic way.
>
> btw, what's this spi-gpio thing? I can't see it in mainline except in a
> s3c24xx specific way. My domestic blindness??

ISTR a patch for that, sitting somewhere in my mailbox waiting
for review cycles. I've sent examples of such stuff around
before too.

I've held back submitting a spi-gpio driver until I could come
up with a way to configure it which would let the GPIO calls
get inlined ... because otherwise, there's a nasty speed penalty.

It's the difference between a function call per GPIO operation
and an instruction per GPIO operation. Consider that each SPI
clock cycle requires four such operations, and GPIO function
calls often take 30 instructions ... there's a big penalty to
the non-inlined bitbangers, which is only partly addressed by
having those function calls sitting in I-cache.

- Dave


\
 
 \ /
  Last update: 2008-07-21 22:51    [W:0.075 / U:0.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site