Re: [U-Boot] [PATCH v1] mmc: bfin: Ensure MMR writing is done before next command.

2013-04-27 Thread Sonic Zhang
Hi Mike On Sat, Apr 27, 2013 at 7:14 PM, Mike Frysinger wrote: > On Saturday 27 April 2013 07:04:10 Sonic Zhang wrote: >> From: Sonic Zhang >> >> - Ensure MMR writing is done before next command. >> - Invalidate the buffer before starting to read. > > this patch was written by Cliff, not yoursel

[U-Boot] [PATCH v1] mmc: bfin: Ensure MMR writing is done before next command.

2013-04-27 Thread Sonic Zhang
From: Sonic Zhang - Ensure MMR writing is done before next command. - Invalidate the buffer before starting to read. Signed-off-by: Sonic Zhang --- drivers/mmc/bfin_sdh.c | 30 +++--- 1 files changed, 23 insertions(+), 7 deletions(-) diff --git a/drivers/mmc/bfin_sdh

Re: [U-Boot] [PATCH v1] mmc: bfin: Ensure MMR writing is done before next command.

2013-04-27 Thread Mike Frysinger
On Saturday 27 April 2013 07:04:10 Sonic Zhang wrote: > From: Sonic Zhang > > - Ensure MMR writing is done before next command. > - Invalidate the buffer before starting to read. this patch was written by Cliff, not yourself. the description really doesn't match reality, and no one has yet to