[PATCH 2/2] mmc: implement SD-combo (IO+mem) support

2010-06-05 Thread Michał Mirosław
Signed-off-by: Michał Mirosław --- drivers/mmc/core/bus.c |9 +++ drivers/mmc/core/core.c | 12 - drivers/mmc/core/sdio.c | 135 ++--- include/linux/mmc/card.h |1 + 4 files changed, 134 insertions(+), 23 deletions(-) diff --git a/driv

Re: [RFC] [PATCH 2/2] mmc: implement SD-combo (IO+mem) support

2010-05-28 Thread Andrew Morton
On Tue, 25 May 2010 18:10:28 +0200 (CEST) Micha__ Miros__aw wrote: > --- There's really nothing at all to be said? I don't even know what "SD-combo" _is_. Help us out here! Why do we need this patch? What happens if we don't have it? Where's the value to our users? etcetera. > > ... > >

[RFC] [PATCH 2/2] mmc: implement SD-combo (IO+mem) support

2010-05-25 Thread Michał Mirosław
--- drivers/mmc/core/bus.c |9 +++ drivers/mmc/core/core.c | 12 +++- drivers/mmc/core/sdio.c | 178 - include/linux/mmc/card.h |1 + 4 files changed, 162 insertions(+), 38 deletions(-) diff --git a/drivers/mmc/core/bus.c b/drivers/mmc/co