Re: [U-Boot] [PATCH] avr32: migrate cache functions

2014-06-14 Thread Andreas Bießmann
Dear Andreas Bießmann, On 12.06.2014 22:07, Andreas Bießmann wrote: Unfortunately the avr32 cache implementation has another API than the one described in common.h. Migrate the flush/invalidate dcache functions to the common API to be usable in device drivers. Signed-off-by: Andreas Bießmann C

[U-Boot] [PATCH] avr32: migrate cache functions

2014-06-12 Thread Andreas Bießmann
Unfortunately the avr32 cache implementation has another API than the one described in common.h. Migrate the flush/invalidate dcache functions to the common API to be usable in device drivers. Signed-off-by: Andreas Bießmann CC: Josh Wu --- This patch is required to apply 'net: macb: enable dcac