]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
fsl-diu-fb: update Freescale DIU driver to use page_alloc_exact()
authorTimur Tabi <timur@freescale.com>
Thu, 24 Jul 2008 04:31:39 +0000 (21:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:40 +0000 (10:47 -0700)
commit6b51d51a9d24719f905ba9657b29e04efd82a7ea
treed941de4b541320f0b89f265fb6acbee2607e0081
parentc25826a7cf1c61b5c6e6db8365172eb97ef39ef3
fsl-diu-fb: update Freescale DIU driver to use page_alloc_exact()

Update the Freescale DIU driver to use page_alloc_exact() to allocate a
DMA buffer.  This also eliminates the rheap-based memory allocator.  We
can do this now because commit 6ccf61f9 allows us to allocate 8MB
physically- contiguous memory blocks.

[akpm@linux-foundation.org: fix printk warnings]
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/fsl-diu-fb.c