ARM: OMAP: Remove calls to SRAM allocations for framebuffer
authorTony Lindgren <tony@atomide.com>
Tue, 4 Oct 2011 23:21:42 +0000 (16:21 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 19 Oct 2011 23:34:10 +0000 (16:34 -0700)
commitfee926bb0d399b1eaaf38f9f694bbf2747c4b8a2
treeb635a1a77adb354d8d1c7b3442f8a3ceee7d6834
parent7b250aff1ce346b6c7bc0329a2350334d1c66525
ARM: OMAP: Remove calls to SRAM allocations for framebuffer

This assumes fixed mappings which will not work once we move
to use ioremap_exec(). It seems that these are currently
not in use, or in use for some out of tree corner cases.

If SRAM support for framebuffer is wanted, it should be done
with ioremap in the driver.

Note that further removal of the code can now be done,
but that can be done seprately by the driver maintainers.

Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/sram.c
This page took 0.114434 seconds and 5 git commands to generate.