From: Arnd Bergmann Date: Sat, 9 Oct 2010 14:43:24 +0000 (+0200) Subject: staging: tidspbridge: add memory consistency to TODO list X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9b24b8f94107f91fa5da468467184912cf4302e5;p=linux-beck.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 --- diff --git a/drivers/staging/tidspbridge/TODO b/drivers/staging/tidspbridge/TODO index 54f4a296738d..187363f2bdc8 100644 --- a/drivers/staging/tidspbridge/TODO +++ b/drivers/staging/tidspbridge/TODO @@ -13,6 +13,7 @@ * Audit and clean up header files folder * Use kernel coding style * checkpatch.pl fixes +* allocate ext_mem_pool from consistent memory instead of using ioremap Please send any patches to Greg Kroah-Hartman and Omar Ramirez Luna .