Re: [U-Boot] [PATCH v2 08/25] exynos: video: Move dsim_config_dt into a function

2016-02-22 Thread Anatolij Gustschin
On Sun, 21 Feb 2016 21:08:45 -0700 Simon Glass s...@chromium.org wrote: > In preparation for making this a parameter, move it into the function > that sets it up. > > Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin ___ U-Boot mailing list U-B

[U-Boot] [PATCH v2 08/25] exynos: video: Move dsim_config_dt into a function

2016-02-21 Thread Simon Glass
In preparation for making this a parameter, move it into the function that sets it up. Signed-off-by: Simon Glass --- Changes in v2: None drivers/video/exynos/exynos_mipi_dsi.c | 37 +- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/drivers/vide