| f4f2fce7 | 22-Feb-2016 |
Simon Glass <sjg@chromium.org> |
exynos: video: Drop old unused code
Now that we are using driver model, we can drop the weak functions and LCD init in the board file.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatol
exynos: video: Drop old unused code
Now that we are using driver model, we can drop the weak functions and LCD init in the board file.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 0c84358c | 22-Feb-2016 |
Simon Glass <sjg@chromium.org> |
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 p
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>
show more ...
|
| 37ea446b | 22-Feb-2016 |
Simon Glass <sjg@chromium.org> |
exynos: video: Move mipi_lcd_device_dt into a function
In preparation for making this a parameter, move it into the function that sets it up.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by:
exynos: video: Move mipi_lcd_device_dt into a function
In preparation for making this a parameter, move it into the function that sets it up.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| b04135c9 | 22-Feb-2016 |
Simon Glass <sjg@chromium.org> |
exynos: video: Move dsim_config_dt into a function
In preparation for making this a parameter, move it into the function that sets it up.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Ana
exynos: video: Move dsim_config_dt into a function
In preparation for making this a parameter, move it into the function that sets it up.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 8c9b8dc0 | 22-Feb-2016 |
Simon Glass <sjg@chromium.org> |
exynos: video: Drop static variables in exynos_dp_lowlevel.c
Drop these and use parameters instead.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed
exynos: video: Drop static variables in exynos_dp_lowlevel.c
Drop these and use parameters instead.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 9c4d440e | 22-Feb-2016 |
Simon Glass <sjg@chromium.org> |
exynos: video: Drop static variables in exynos_fb.c
Drop these and use the existing variables instead.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Sig
exynos: video: Drop static variables in exynos_fb.c
Drop these and use the existing variables instead.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 40d50021 | 22-Feb-2016 |
Simon Glass <sjg@chromium.org> |
exynos: video: Drop the static lcd_base_addr variable
Drop this and use parameters instead.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by:
exynos: video: Drop the static lcd_base_addr variable
Drop this and use parameters instead.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| b6feb267 | 22-Feb-2016 |
Simon Glass <sjg@chromium.org> |
exynos: video: Drop dead code
We always use device tree with video, so can drop these #ifdefs. Some of the hardware addresses are not needed either.
Signed-off-by: Simon Glass <sjg@chromium.org> Ac
exynos: video: Drop dead code
We always use device tree with video, so can drop these #ifdefs. Some of the hardware addresses are not needed either.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|