Skip to content
Snippets Groups Projects
Commit f5c122da authored by Kevin Hilman's avatar Kevin Hilman
Browse files

davinci: add arch_ioremap() which uses existing static mappings


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: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent c5b736d0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment