drm/exynos: add DSIM driver
authorAndrzej Hajda <a.hajda@samsung.com>
Thu, 3 Apr 2014 16:19:56 +0000 (01:19 +0900)
committerInki Dae <daeinki@gmail.com>
Fri, 4 Apr 2014 12:24:48 +0000 (21:24 +0900)
The patch adds driver for Exynos DSI master (DSIM). It is a platform driver
which is registered as exynos_drm_display sub-driver of exynos_drm framework
and implements DRM encoder/connector pair.
It is also MIPI-DSI host driver and provides DSI bus for panels.
It interacts with its panel(s) using drm_panel framework.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/Kconfig
drivers/gpu/drm/exynos/Makefile
drivers/gpu/drm/exynos/exynos_drm_drv.c
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_dsi.c [new file with mode: 0644]

Simple merge
Simple merge