Re: [PATCH v3 1/3] fbdev: Add FOURCC-based format configuration API

2011-11-28 Thread Laurent Pinchart
Hi Florian, On Friday 25 November 2011 23:09:40 Florian Tobias Schandinat wrote: > On 11/24/2011 10:50 AM, Laurent Pinchart wrote: > > Hi Florian, > > > > Gentle ping ? > > Sorry, but I'm very busy at the moment and therefore time-consuming things, > like solving challenging problems, are delaye

Re: [PATCH v3 1/3] fbdev: Add FOURCC-based format configuration API

2011-11-25 Thread Florian Tobias Schandinat
Hi Laurent, On 11/24/2011 10:50 AM, Laurent Pinchart wrote: > Hi Florian, > > Gentle ping ? Sorry, but I'm very busy at the moment and therefore time-consuming things, like solving challenging problems, are delayed for some time. > > On Sunday 20 November 2011 11:55:22 Laurent Pinchart wrote:

Re: [PATCH v3 1/3] fbdev: Add FOURCC-based format configuration API

2011-11-24 Thread Laurent Pinchart
Hi Florian, Gentle ping ? On Sunday 20 November 2011 11:55:22 Laurent Pinchart wrote: > On Sunday 20 November 2011 03:00:33 Florian Tobias Schandinat wrote: > > Hi Laurent, > > > > On 08/31/2011 11:18 AM, Laurent Pinchart wrote: > > > This API will be used to support YUV frame buffer formats in

Re: [PATCH v3 1/3] fbdev: Add FOURCC-based format configuration API

2011-11-20 Thread Laurent Pinchart
Hi Florian, On Sunday 20 November 2011 03:00:33 Florian Tobias Schandinat wrote: > Hi Laurent, > > On 08/31/2011 11:18 AM, Laurent Pinchart wrote: > > This API will be used to support YUV frame buffer formats in a standard > > way. > > looks like the union is causing problems. With this patch ap

Re: [PATCH v3 1/3] fbdev: Add FOURCC-based format configuration API

2011-11-19 Thread Florian Tobias Schandinat
Hi Laurent, On 08/31/2011 11:18 AM, Laurent Pinchart wrote: > This API will be used to support YUV frame buffer formats in a standard > way. looks like the union is causing problems. With this patch applied I get errors like this: CC [M] drivers/auxdisplay/cfag12864bfb.o drivers/auxdisplay/cf

[PATCH v3 1/3] fbdev: Add FOURCC-based format configuration API

2011-08-31 Thread Laurent Pinchart
This API will be used to support YUV frame buffer formats in a standard way. Last but not least, create a much needed fbdev API documentation and document the format setting APIs. Signed-off-by: Laurent Pinchart --- Documentation/fb/api.txt | 317 ++