Re: [U-Boot] [PATCH v2 11/25] exynos: video: Combine LCD driver into one file

2016-02-22 Thread Anatolij Gustschin
On Sun, 21 Feb 2016 21:08:48 -0700 Simon Glass s...@chromium.org wrote: > 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 Acked-by: Anatolij Gusts

[U-Boot] [PATCH v2 11/25] exynos: video: Combine LCD driver into one file

2016-02-21 Thread Simon Glass
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 --- Changes in v2: None drivers/video/exynos/Makefile | 2 +- drivers/video/exynos/exynos_fb.c |