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:
60d509f
)
fbdev/omapfb: use vm_iomap_memory()
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 17 Apr 2013 10:05:07 +0000
(13:05 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 24 Apr 2013 05:34:05 +0000
(08:34 +0300)
Use vm_iomap_memory() instead of [io_]remap_pfn_range().
vm_iomap_memory() gives us much simpler API to map memory to userspace,
and reduces possibilities for bugs.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found