Re: [U-Boot] [PATCH] MIPS: Add flush_dcache_range() and invalidate_dcache_range()

2009-01-26 Thread Shinya Kuribayashi
Stefan Roese wrote: This patch adds flush_/invalidate_dcache_range() to the MIPS architecture. Those functions are needed for the upcoming dcache support for the USB EHCI driver. I chose this API because those cache handling functions are already present in the PPC architecture.

[U-Boot] [PATCH] MIPS: Add flush_dcache_range() and invalidate_dcache_range()

2009-01-21 Thread Stefan Roese
This patch adds flush_/invalidate_dcache_range() to the MIPS architecture. Those functions are needed for the upcoming dcache support for the USB EHCI driver. I chose this API because those cache handling functions are already present in the PPC architecture. Signed-off-by: Stefan Roese