RE: [PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-09-18 Thread Hadli, Manjunath
Mauro, Thank you for your note. The first RFC for this (VPFE MC) driver was sent only in August this year. The other driver being discussed before was VPBE (which did go through some grind but not 2 years) which you accepted. This series of patches is definitely not two years old (unless I a

Re: [PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-09-18 Thread Mauro Carvalho Chehab
Em 29-08-2011 12:07, Manjunath Hadli escreveu: > changes from last patch set: > 1. Made changes based on Sakari's feedback mainly: > a. returned early to allow unindenting > b. reformatting to shift the code to left where possible > c. changed hex numbers to lower case >

Re: [PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-09-16 Thread Sakari Ailus
On Thu, Sep 15, 2011 at 12:32:33AM +0530, Hadli, Manjunath wrote: > Hello Sakari, > I have attached two .ps files with the entity graph details in them, one > with RAW input and the other with YCbCr. > Hope this is what you were looking for? Hi Manju, This was exactly what I was looking for. Th

RE: [PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-09-12 Thread Hadli, Manjunath
Thank you Sakari. -Manju On Mon, Sep 12, 2011 at 17:29:25, Sakari Ailus wrote: > On Sat, Sep 10, 2011 at 12:11:37PM +0530, Hadli, Manjunath wrote: > > Hi Sakari, > > On Fri, Sep 09, 2011 at 21:49:40, Sakari Ailus wrote: > > > On Fri, Sep 09, 2011 at 07:10:49PM +0530, Hadli, Manjunath wrote: > > >

Re: [PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-09-12 Thread Sakari Ailus
On Sat, Sep 10, 2011 at 12:11:37PM +0530, Hadli, Manjunath wrote: > Hi Sakari, > On Fri, Sep 09, 2011 at 21:49:40, Sakari Ailus wrote: > > On Fri, Sep 09, 2011 at 07:10:49PM +0530, Hadli, Manjunath wrote: > > > Hi Sakari, > > > > > > On Thu, Sep 01, 2011 at 03:00:32, Sakari Ailus wrote: > > > > Hi

RE: [PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-09-09 Thread Hadli, Manjunath
Hi Sakari, On Fri, Sep 09, 2011 at 21:49:40, Sakari Ailus wrote: > On Fri, Sep 09, 2011 at 07:10:49PM +0530, Hadli, Manjunath wrote: > > Hi Sakari, > > > > On Thu, Sep 01, 2011 at 03:00:32, Sakari Ailus wrote: > > > Hi Manju, > > > > > > Do you have the media device grap that would be typical for

Re: [PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-09-09 Thread Sakari Ailus
On Fri, Sep 09, 2011 at 07:10:49PM +0530, Hadli, Manjunath wrote: > Hi Sakari, > > On Thu, Sep 01, 2011 at 03:00:32, Sakari Ailus wrote: > > Hi Manju, > > > > Do you have the media device grap that would be typical for this hardware > > produced by media-ctl? That can be converted to postscript

RE: [PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-09-09 Thread Hadli, Manjunath
Hi Sakari, On Thu, Sep 01, 2011 at 03:00:32, Sakari Ailus wrote: > Hi Manju, > > Do you have the media device grap that would be typical for this hardware > produced by media-ctl? That can be converted to postscript using dotfile. > > this would make it a little easier to understan this driver.

Re: [PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-08-31 Thread Sakari Ailus
Hi Manju, Do you have the media device grap that would be typical for this hardware produced by media-ctl? That can be converted to postscript using dotfile. this would make it a little easier to understan this driver. Thanks. On Mon, Aug 29, 2011 at 08:37:11PM +0530, Manjunath Hadli wrote: > ch

RE: [PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-08-29 Thread Hadli, Manjunath
Please treat the patches as RFC. Thx, -manju On Mon, Aug 29, 2011 at 20:37:11, Hadli, Manjunath wrote: > changes from last patch set: > 1. Made changes based on Sakari's feedback mainly: > a. returned early to allow unindenting > b. reformatting to shift the code to left where pos

[PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-08-29 Thread Manjunath Hadli
changes from last patch set: 1. Made changes based on Sakari's feedback mainly: a. returned early to allow unindenting b. reformatting to shift the code to left where possible c. changed hex numbers to lower case d. corrected the defines according to module names.