Re: [U-Boot] [PATCH v3 0/5] board: atmel: Convert to support video driver model

2017-09-29 Thread Anatolij Gustschin
On Mon, 18 Sep 2017 15:25:56 +0800 Wenyou Yang wenyou.y...@microchip.com wrote: > Convert the boards to support the driver model of LCD/video via > enabling CONFIG_DM_VIDEO, remove CONFIG_LCD and the unnecessary code. > > Changes in v3: > - Collect the Reviewed-by tags. Note that resubmitting w

[U-Boot] [PATCH v3 0/5] board: atmel: Convert to support video driver model

2017-09-18 Thread Wenyou Yang
Convert the boards to support the driver model of LCD/video via enabling CONFIG_DM_VIDEO, remove CONFIG_LCD and the unnecessary code. Changes in v3: - Collect the Reviewed-by tags. Changes in v2: - Rebase the u-boot/master (5541543f686). - Drop the applied patches. - Improve the commit log.