Re: [U-Boot] [PATCH 05/18] dm: video: Add a video uclass

2016-01-17 Thread Anatolij Gustschin
Hi Simon, Some minor comments below. Otherwise Acked-by: Anatolij Gustschin On Tue, 5 Jan 2016 09:31:01 -0700 Simon Glass wrote: ... > +config VIDEO_BPP8 > + bool "Support 8-bit-per-pixel displays" > + depends on DM_VIDEO > + default y if

[U-Boot] [PATCH 05/18] dm: video: Add a video uclass

2016-01-05 Thread Simon Glass
U-Boot has separate code for LCDs and 'video' devices. Both now use a very similar API thanks to earlier work by Nikita Kiryanov. With the driver- model conversion we should unify these into a single uclass. Unfortunately there are different features supported by each. This implementation