commit | 8d91771ca4aff257f53ac7643f90b5cbb740971b | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Tue Apr 17 10:15:54 2012 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Apr 24 09:36:04 2012 +0200 |
tree | 991fc0ffa84d0ea9378ecb6e4542032e081046c6 | |
parent | ebc6178dab43b38042f0e089526bad49081870e5 [diff] |
gpio/nomadik: use ioremap() instead of static mappings 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>