Re: [U-Boot] [PATCH] ls2085a: esdhc: flush D-cache before 'mmc read'

2015-08-12 Thread Lu Y . B .
Hi Pantelis, > Hi Yangbo, > > > On Jun 24, 2015, at 05:13 , Yangbo Lu wrote: > > > > It needs to flush D-cache before 'mmc read' so that we can see the > > right data in DDR. And fix parameter for invalidate_dcache_range() > > after 'mmc read'. > > > > Signed-off-by: Yangbo Lu > > Cc: York Sun

Re: [U-Boot] [PATCH] ls2085a: esdhc: flush D-cache before 'mmc read'

2015-08-12 Thread Pantelis Antoniou
Hi Yangbo, > On Jun 24, 2015, at 05:13 , Yangbo Lu wrote: > > It needs to flush D-cache before 'mmc read' so that > we can see the right data in DDR. And fix parameter > for invalidate_dcache_range() after 'mmc read'. > > Signed-off-by: Yangbo Lu > Cc: York Sun > --- > drivers/mmc/fsl_esdhc.c

[U-Boot] [PATCH] ls2085a: esdhc: flush D-cache before 'mmc read'

2015-06-23 Thread Yangbo Lu
It needs to flush D-cache before 'mmc read' so that we can see the right data in DDR. And fix parameter for invalidate_dcache_range() after 'mmc read'. Signed-off-by: Yangbo Lu Cc: York Sun --- drivers/mmc/fsl_esdhc.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-)