commit | 7b3d1c82417b340c73e416db10770379291010ba | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Apr 17 13:48:43 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Apr 24 08:41:41 2013 +0300 |
tree | 283529d93400c32f508acc32b1eb0850be940960 | |
parent | 47f698a9f2fc49711f3a43ca6713e83f0e76ea5e [diff] |
fbdev/fb-puv3: use vm_iomap_memory() 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> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>