sh-mobile: add support for displays, connected over the MIPI bus
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Sun, 23 May 2010 14:00:43 +0000 (14:00 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 23 May 2010 23:49:05 +0000 (08:49 +0900)
commit9fd04fe34af36344f61ebb24cc653726c231356e
tree742fc5c9da3c285cad24e4e6f847f826db86c23b
parent1430e006a36da5401ad4420711b5a702ba17afa8
sh-mobile: add support for displays, connected over the MIPI bus

Some SH-mobile SoCs have a MIPI DSI controller, that can be used to connect
MIPI displays to LCDC. This patch adds a platform driver for SH-mobile MIPI DSI
unit. It uses existing hooks in the sh_mobile_lcdcfb.c driver for display
activation and deactivation.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Tested-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_mipi_dsi.c [new file with mode: 0644]
include/video/sh_mipi_dsi.h [new file with mode: 0644]