Re: [U-Boot] [PATCH V3 1/4] ARM1136: add cache flush and invalidate operations

2012-04-02 Thread Stefano Babic
On 02/04/2012 18:18, Stefano Babic wrote: > From: Anatolij Gustschin > > Since commit 5c1ad3e6f8ae578bbe30e09652f1531e9bc22031 > (net: fec_mxc: allow use with cache enabled) the FEC_MXC > driver uses flush_dcache_range() and invalidate_dcache_range() > functions. This driver is also configured fo

Re: [U-Boot] [PATCH V3 1/4] ARM1136: add cache flush and invalidate operations

2012-04-02 Thread Marek Vasut
Dear Stefano Babic, > From: Anatolij Gustschin > > Since commit 5c1ad3e6f8ae578bbe30e09652f1531e9bc22031 > (net: fec_mxc: allow use with cache enabled) the FEC_MXC > driver uses flush_dcache_range() and invalidate_dcache_range() > functions. This driver is also configured for ARM1136 based > 'fl

[U-Boot] [PATCH V3 1/4] ARM1136: add cache flush and invalidate operations

2012-04-02 Thread Stefano Babic
From: Anatolij Gustschin Since commit 5c1ad3e6f8ae578bbe30e09652f1531e9bc22031 (net: fec_mxc: allow use with cache enabled) the FEC_MXC driver uses flush_dcache_range() and invalidate_dcache_range() functions. This driver is also configured for ARM1136 based 'flea3' and 'mx35pdk' boards which cur