video: support DP controller driver
authorJingoo Han <jg1.han@samsung.com>
Fri, 3 Feb 2012 09:01:55 +0000 (18:01 +0900)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Mon, 13 Feb 2012 03:02:30 +0000 (03:02 +0000)
commite9474be4eb6918c91cb0d296f9744e8ec0e08c11
treea7f0b9282258ab3153a7870b09de553d5080bcbe
parent9befe40f6e018e508b047eb76d189ede9b4ff03d
video: support DP controller driver

Samsung EXYNOS SoC such Exynos5 has DP controller and embedded DP
panel can be used. This patch supports DP driver based on Samsung
EXYNOS SoC chip.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/exynos/Kconfig
drivers/video/exynos/Makefile
drivers/video/exynos/exynos_dp_core.c [new file with mode: 0644]
drivers/video/exynos/exynos_dp_core.h [new file with mode: 0644]
drivers/video/exynos/exynos_dp_reg.c [new file with mode: 0644]
drivers/video/exynos/exynos_dp_reg.h [new file with mode: 0644]
include/video/exynos_dp.h [new file with mode: 0644]