git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebc6178
)
gpio/nomadik: use ioremap() instead of static mappings
author
Linus Walleij
<linus.walleij@linaro.org>
Tue, 17 Apr 2012 08:15:54 +0000
(10:15 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Tue, 24 Apr 2012 07:36:04 +0000
(09:36 +0200)
We were using a custom io_p2v() (physical-to-virtual) translation
macro, but it's fully possible to just ioremap() this memory
now, so skip use of static addresses altogether.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found