Re: [patch 2/4] sdio: set the functions' block size

2007-08-08 Thread David Vrabel
Pierre Ossman wrote: > On Wed, 08 Aug 2007 10:46:24 +0100 > David Vrabel <[EMAIL PROTECTED]> wrote: > >> Pierre Ossman wrote: A driver might enable/disable a function multiple times but there's no need to set the block size every time. >>> Why would it want to do that? >> A function enab

Re: [patch 2/4] sdio: set the functions' block size

2007-08-08 Thread Pierre Ossman
On Wed, 08 Aug 2007 10:46:24 +0100 David Vrabel <[EMAIL PROTECTED]> wrote: > Pierre Ossman wrote: > > > >> A driver might enable/disable a function multiple > >> times but there's no need to set the block size every time. > > > > Why would it want to do that? > > A function enable/disable cycle

Re: [patch 2/4] sdio: set the functions' block size

2007-08-08 Thread David Vrabel
Pierre Ossman wrote: > >> A driver might enable/disable a function multiple >> times but there's no need to set the block size every time. > > Why would it want to do that? A function enable/disable cycle should act as a per-function reset. David -- David Vrabel, Software Engineer, Drivers gro

Re: [patch 2/4] sdio: set the functions' block size

2007-08-07 Thread Pierre Ossman
On Tue, 07 Aug 2007 18:20:26 +0100 David Vrabel <[EMAIL PROTECTED]> wrote: > Pierre Ossman wrote: > > On Tue, 07 Aug 2007 13:54:32 +0100 > > David Vrabel <[EMAIL PROTECTED]> wrote: > > > >> > >> Index: mmc/drivers/mmc/core/sdio.c > >>

Re: [patch 2/4] sdio: set the functions' block size

2007-08-07 Thread David Vrabel
Pierre Ossman wrote: > On Tue, 07 Aug 2007 13:54:32 +0100 > David Vrabel <[EMAIL PROTECTED]> wrote: > >> >> Index: mmc/drivers/mmc/core/sdio.c >> === >> --- mmc.orig/drivers/mmc/core/sdio.c 2007-08-07 >> 00:38:33.0 +0100 +++

Re: [patch 2/4] sdio: set the functions' block size

2007-08-07 Thread Pierre Ossman
On Tue, 07 Aug 2007 13:54:32 +0100 David Vrabel <[EMAIL PROTECTED]> wrote: > > Index: mmc/drivers/mmc/core/sdio.c > === > --- mmc.orig/drivers/mmc/core/sdio.c 2007-08-07 > 00:38:33.0 +0100 +++ mmc/drivers/mmc/core/sdio.c >