]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
exynos: video: Move driver files into their own directory
authorSimon Glass <sjg@chromium.org>
Mon, 22 Feb 2016 04:08:38 +0000 (21:08 -0700)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 25 May 2016 04:25:17 +0000 (13:25 +0900)
commit08a7aa1e5be7059d680fedf0a885655a895f638e
tree3b1733f38c22bcce74ae9de3e816841dd48707e2
parent6c15a2a996214574e8145bff69d110a302edf277
exynos: video: Move driver files into their own directory

Move all the exynos video drivers into one place for ease of maintenance.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
15 files changed:
drivers/video/Makefile
drivers/video/exynos/Makefile [new file with mode: 0644]
drivers/video/exynos/exynos_dp.c [moved from drivers/video/exynos_dp.c with 100% similarity]
drivers/video/exynos/exynos_dp_lowlevel.c [moved from drivers/video/exynos_dp_lowlevel.c with 100% similarity]
drivers/video/exynos/exynos_dp_lowlevel.h [moved from drivers/video/exynos_dp_lowlevel.h with 100% similarity]
drivers/video/exynos/exynos_fb.c [moved from drivers/video/exynos_fb.c with 100% similarity]
drivers/video/exynos/exynos_fb.h [moved from drivers/video/exynos_fb.h with 100% similarity]
drivers/video/exynos/exynos_fimd.c [moved from drivers/video/exynos_fimd.c with 100% similarity]
drivers/video/exynos/exynos_mipi_dsi.c [moved from drivers/video/exynos_mipi_dsi.c with 100% similarity]
drivers/video/exynos/exynos_mipi_dsi_common.c [moved from drivers/video/exynos_mipi_dsi_common.c with 100% similarity]
drivers/video/exynos/exynos_mipi_dsi_common.h [moved from drivers/video/exynos_mipi_dsi_common.h with 100% similarity]
drivers/video/exynos/exynos_mipi_dsi_lowlevel.c [moved from drivers/video/exynos_mipi_dsi_lowlevel.c with 100% similarity]
drivers/video/exynos/exynos_mipi_dsi_lowlevel.h [moved from drivers/video/exynos_mipi_dsi_lowlevel.h with 100% similarity]
drivers/video/exynos/exynos_pwm_bl.c [moved from drivers/video/exynos_pwm_bl.c with 100% similarity]
drivers/video/s6e8ax0.c