[U-Boot] [PATCH] AT91:mmc:fix multiple read/write error

2011-07-12 Thread elen.song
According to datasheet,set block count before multiple read/write. Signed-off-by: elen.song --- drivers/mmc/atmel_mci.h |9 - drivers/mmc/gen_atmel_mci.c |4 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/atmel_mci.h b/drivers/mmc/atmel_mci.h

Re: [U-Boot] [PATCH] AT91:mmc:fix multiple read/write error

2011-08-01 Thread Reinhard Meyer
Dear Andy, dear Elen, > According to datasheet,set block count before multiple read/write. > > Signed-off-by: elen.song > --- > drivers/mmc/atmel_mci.h |9 - > drivers/mmc/gen_atmel_mci.c |4 > 2 files changed, 12 insertions(+), 1 deletions(-) > > diff --git a/drivers/m

Re: [U-Boot] [PATCH] AT91:mmc:fix multiple read/write error

2011-08-02 Thread Andy Fleming
> I find it highly irregular that this patch has made it into mainline! > > 1. We have had a discussion about that I think the approach in this > patch is wrong. My concerns have not been addressed yet. I have seen no such discussion. I saw no comments on this patch, so I applied it. In an idea w