From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Sat, 14 Jun 2014 16:15:52 +0200 Subject: [U-Boot] [PATCH] avr32: migrate cache functions In-Reply-To: <1402603672-16146-1-git-send-email-andreas.devel@googlemail.com> References: <1402603672-16146-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <539C5918.9080401@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > CC: Josh Wu > --- > This patch is required to apply 'net: macb: enable dcache in macb' [1] without > build errors. > The patch is currently only compile tested, runtime tests pending. runtime tested on grasshopper board and atngw100mkii board. > [1] http://patchwork.ozlabs.org/patch/352786/ Best regards Andreas Bie?mann