Re: [RFC]: mmc bus width testing - MMC_RSP_SPI_R1 question

2010-11-25 Thread Philip Rakity
see below -- thanks to Takashi Iwai for pointing this out. On Nov 23, 2010, at 5:17 PM, Philip Rakity wrote: > > > On Nov 23, 2010, at 7:56 AM, Philip Rakity wrote: > >> >> A long time (2.6.2x days) I tried to submit a patch to do bus width testing >> on mmc and would appreciate some feedba

[PATCH] MMC: Fix multiblock SDIO transfers in AT91 MCI

2010-11-25 Thread Yauhen Kharuzhy
The AT91 MCI has special SDIO transfer types: SDIO block and SDIO byte transfers, but at91_mci driver doesn't use them and handles all SDIO transfers as ordinary MMC block transfers. This causes problems for multiple-block SDIO transfers (in particular for 256-bytes blocks). Fix this situation by

Re: [PATCH 4/4] [ARM] mxcmmc: remove a unnecessary release_resource() call

2010-11-25 Thread Sascha Hauer
On Mon, Nov 22, 2010 at 04:47:51PM +0800, Axel Lin wrote: > Remove release_resource() after release_mem_region(). > > Signed-off-by: Axel Lin Acked-by: Sascha Hauer > --- > drivers/mmc/host/mxcmmc.c |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/mmc/hos