sh_mobile_meram: MERAM framework for LCDC
authorDamian <dhobsong@igel.co.jp>
Wed, 18 May 2011 11:10:07 +0000 (11:10 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 23 May 2011 07:06:24 +0000 (16:06 +0900)
commit7caa4342ca5b37d2d178b464c16badd4228b3b7b
tree0111e05278facfc0eb92c46b80c577d1e1e694e4
parent71a8638480eb8fb6cfabe2ee9ca3fbc6e3453a14
sh_mobile_meram: MERAM framework for LCDC

Based on the patch by Takanari Hayama <taki@igel.co.jp>

Adds support framework necessary to use Media RAM (MERAM)
caching functionality with the LCDC.  The MERAM is accessed
through up to 4 Interconnect Buffers (ICBs).

ICB numbers and MERAM address ranges to use are specified in
by filling in the .meram_cfg member of the LCDC platform data

Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/sh_mobile_lcdcfb.c
drivers/video/sh_mobile_lcdcfb.h
drivers/video/sh_mobile_meram.c [new file with mode: 0644]
drivers/video/sh_mobile_meram.h [new file with mode: 0644]
include/video/sh_mobile_lcdc.h
include/video/sh_mobile_meram.h [new file with mode: 0644]