Re: [PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.

2010-10-16 Thread Mike Frysinger
On Sat, Oct 16, 2010 at 19:01, Chris Ball wrote: > On Sat, Oct 16, 2010 at 05:19:36PM -0400, Mike Frysinger wrote: >> Andrew: we posted this months ago with no feedback ... could you pick it up ? > > Sorry, my fault for missing this -- I've pushed it to mmc-next now, > with minor language changes.

Re: [PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.

2010-10-16 Thread Chris Ball
On Sat, Oct 16, 2010 at 05:19:36PM -0400, Mike Frysinger wrote: > Andrew: we posted this months ago with no feedback ... could you pick it up ? Sorry, my fault for missing this -- I've pushed it to mmc-next now, with minor language changes. Thanks, -- Chris Ball One La

[PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.

2010-10-16 Thread Mike Frysinger
From: Sonic Zhang SPI bus is not reliable on all platforms when doing large data transfer. Current mmc spi driver fails SD read/write command immediately, if occasional CRC error is reported by SD device. This patch makes the operation recover from the CRC error by doing last SD command again. Th

Re: [Uclinux-dist-devel] [PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.

2010-07-09 Thread Mike Frysinger
On Fri, Jul 9, 2010 at 04:03, sonic zhang wrote: > SPI bus is not reliable on all platforms when doing large dada transfer. dada -> data > occational CRC error is reported by SD device. This patch makes the occational -> occasional -mike -- To unsubscribe from this list: send the line "unsubscr

[PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.

2010-07-09 Thread sonic zhang
>From 94d1ea57ac2fbe37133e25e99ccb265250f0027d Mon Sep 17 00:00:00 2001 From: Sonic Zhang Date: Fri, 9 Jul 2010 15:36:20 +0800 Subject: [PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI. SPI bus is not reliable on all platforms when doing large dada trans