Re: [RFC, PATCH] sdio: move temporary buffer

2007-12-19 Thread Marc Pignat
On Wednesday 19 December 2007, Pierre Ossman wrote: > On Wed, 19 Dec 2007 11:55:25 +0100 ... > This is still voodoo to me, so I'll have to take your word for it. :) And almost voodoo to me... this is why I hope an ack from a DMA mentor! Marc -- To unsubscribe from this list: send the line "unsubsc

Re: [RFC, PATCH] sdio: move temporary buffer

2007-12-19 Thread Pierre Ossman
On Wed, 19 Dec 2007 11:55:25 +0100 Marc Pignat <[EMAIL PROTECTED]> wrote: > Move the temporary buffer used by some sdio functions from sdio_func struct to > the mmc_host struct and make it dma-safe. > > Signed-off-by: Marc Pignat <[EMAIL PROTECTED]> > --- > > There is no need to have this tempor

[RFC, PATCH] sdio: move temporary buffer

2007-12-19 Thread Marc Pignat
Move the temporary buffer used by some sdio functions from sdio_func struct to the mmc_host struct and make it dma-safe. Signed-off-by: Marc Pignat <[EMAIL PROTECTED]> --- There is no need to have this temporary buffer in every sdio_func, since all access to it are serialized by sdio_[claim/relea