aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/TODO
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2010-10-09 16:43:24 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-09 13:49:41 -0700
commit9b24b8f94107f91fa5da468467184912cf4302e5 (patch)
tree71dbe96b43570a5e91f07d3040b33a2016bcae32 /drivers/staging/tidspbridge/TODO
parentStaging: brcm80211: make interface name buffer smaller (diff)
downloadlinux-dev-9b24b8f94107f91fa5da468467184912cf4302e5.tar.xz
linux-dev-9b24b8f94107f91fa5da468467184912cf4302e5.zip
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 <felipe.contreras@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/TODO')
-rw-r--r--drivers/staging/tidspbridge/TODO1
1 files changed, 1 insertions, 0 deletions
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 <greg@kroah.com>
and Omar Ramirez Luna <omar.ramirez@ti.com>.