staging: tidspbridge: add memory consistency to TODO list
authorArnd Bergmann <arnd@arndb.de>
Sat, 9 Oct 2010 14:43:24 +0000 (16:43 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 9 Oct 2010 20:49:41 +0000 (13:49 -0700)
commit9b24b8f94107f91fa5da468467184912cf4302e5
tree71dbe96b43570a5e91f07d3040b33a2016bcae32
parentcbf6baac775f2e3fb61f88dcaa71e44fb34b6906
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>
drivers/staging/tidspbridge/TODO