davinci: add arch_ioremap() which uses existing static mappings
authorKevin Hilman <khilman@deeprootsystems.com>
Tue, 14 Apr 2009 12:04:16 +0000 (07:04 -0500)
committerKevin Hilman <khilman@deeprootsystems.com>
Thu, 23 Apr 2009 16:31:09 +0000 (09:31 -0700)
Add arch-specific ioremap() which uses any existing static mappings in
place of doing a new mapping.  From now on, drivers should always use
ioremap() instead of IO_ADDRESS().

In addition, remove the davinci_[read|write]* macros in favor of using
ioremap.

Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>

No differences found