From 9b24b8f94107f91fa5da468467184912cf4302e5 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Sat, 9 Oct 2010 16:43:24 +0200 Subject: [PATCH] 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 --- drivers/staging/tidspbridge/TODO | 1 + 1 file changed, 1 insertion(+) 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 . -- 2.45.2