commit | 11bd5933abe033fb7a3a0d1f1bd2cb4b6df8143f | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Apr 18 07:52:42 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Apr 26 08:28:47 2013 +0300 |
tree | 710ead685dcbe4094ca6443b23f5b810cdf5bf4e | |
parent | c84deb9d615c02993ce0972a0b34585c7624822f [diff] |
fbdev/ps3fb: 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: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>