commit | c9ed7a433e508f3c73a427bfe1b595cd80c29a76 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 21 21:08:48 2016 -0700 |
committer | Minkyu Kang <mk7.kang@samsung.com> | Wed May 25 13:25:18 2016 +0900 |
tree | 2990adae0ac7ee6b85b302972d0efe6d9200dcff | |
parent | 6d2370995a7333ad7b528d5a4f1c1c13cb1169a9 [diff] |
exynos: video: Combine LCD driver into one file At present exynos_fimd.c is the controller and exynos_fb.c is the U-Boot LCD interface. With driver model we want these in one file, so join them in preparation. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>