From: Arnd Bergmann Date: Sat, 9 Oct 2010 14:43:24 +0000 (+0200) Subject: staging: tidspbridge: add memory consistency to TODO list X-Git-Tag: v2.6.37-rc1~60^2~3^2~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b24b8f94107f91fa5da468467184912cf4302e5;p=pandora-kernel.git staging: tidspbridge: add memory consistency to TODO list This driver uses ioremap on regular memory to get an uncached mapping, which causes problems on ARMv6 and higher due to aliasing with the cached linar kernel mapping. Make sure this gets fixed before the driver graduates from staging. Cc: Felipe Contreras Signed-off-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed