drm/exynos: Move dp driver from video/ to drm/
authorSean Paul <seanpaul@chromium.org>
Thu, 30 Jan 2014 21:19:22 +0000 (16:19 -0500)
committerInki Dae <daeinki@gmail.com>
Sun, 23 Mar 2014 15:36:34 +0000 (00:36 +0900)
This patch moves the code from video/ to drm/. This is required the DP
driver needs to power on/off in the correct order in relation to fimd.
This will also allow the DP driver to participate in drm modeset as well
as provide accurate connection detection and edid.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
MAINTAINERS
drivers/gpu/drm/exynos/Kconfig
drivers/gpu/drm/exynos/Makefile
drivers/gpu/drm/exynos/exynos_dp_core.c [moved from drivers/video/exynos/exynos_dp_core.c with 100% similarity]
drivers/gpu/drm/exynos/exynos_dp_core.h [moved from drivers/video/exynos/exynos_dp_core.h with 100% similarity]
drivers/gpu/drm/exynos/exynos_dp_reg.c [moved from drivers/video/exynos/exynos_dp_reg.c with 100% similarity]
drivers/gpu/drm/exynos/exynos_dp_reg.h [moved from drivers/video/exynos/exynos_dp_reg.h with 100% similarity]
drivers/video/exynos/Kconfig
drivers/video/exynos/Makefile

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge