Re: [U-Boot] [PATCH v2 00/14] dm: video: Introduce initial driver-model video support

2016-01-19 Thread Anatolij Gustschin
Hi Simon, On Mon, 18 Jan 2016 19:57:53 -0700 Simon Glass wrote: ... > >> Changes in v2: > >> - Fix Ebabling typo in comment > >> - Remove duplicated @fb_size line in common > >> - Fix comment for video_get_ysize() > >> - Fix reference to \n which should be \b > >> - Fix

[U-Boot] [PATCH v2 00/14] dm: video: Introduce initial driver-model video support

2016-01-18 Thread Simon Glass
This series starts the process of converting LCD and video devices over to use driver model. Both now use a very similar API thanks to earlier work by Nikita Kiryanov. With the driver-model conversion these will end up unified in a single uclass. Unfortunately there are different features

Re: [U-Boot] [PATCH v2 00/14] dm: video: Introduce initial driver-model video support

2016-01-18 Thread Simon Glass
Hi, On 18 January 2016 at 19:52, Simon Glass wrote: > This series starts the process of converting LCD and video devices over to > use driver model. Both now use a very similar API thanks to earlier work by > Nikita Kiryanov. With the driver-model conversion these will end up

Re: [U-Boot] [PATCH v2 00/14] dm: video: Introduce initial driver-model video support

2016-01-18 Thread Simon Glass
Hi Anatolij, On 18 January 2016 at 19:56, Simon Glass wrote: > Hi, > > On 18 January 2016 at 19:52, Simon Glass wrote: >> This series starts the process of converting LCD and video devices over to >> use driver model. Both now use a very similar API thanks