Re: [U-Boot] [PATCH v2] blk: Remove various places that do flush cache after read

2017-09-14 Thread Bin Meng
Hi Tom, On Wed, Sep 13, 2017 at 10:00 AM, Bin Meng wrote: > All these places seem to inherit the codes from the MMC driver where > a FIXME was put in the comment. However the correct operation after > read should be cache invalidate, not flush. > > The underlying drivers

[U-Boot] [PATCH v2] blk: Remove various places that do flush cache after read

2017-09-12 Thread Bin Meng
All these places seem to inherit the codes from the MMC driver where a FIXME was put in the comment. However the correct operation after read should be cache invalidate, not flush. The underlying drivers should be responsible for the cache operation. Remove these codes completely. Signed-off-by: