RE: [PATCH 3/4 v7] TVP7002 driver for DM365

2009-11-16 Thread Karicheri, Muralidharan
Hans, Please see my response below. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 email: m-kariche...@ti.com >> >> I think Santiago based his driver on tvp514x which doesn't update the >register until the chip is ready to stream. Only when STREAMON is calle

Re: [PATCH 3/4 v7] TVP7002 driver for DM365

2009-11-16 Thread Hans Verkuil
On Monday 16 November 2009 19:33:19 Karicheri, Muralidharan wrote: > Hans, > > >> + > >> + return 0; > >> +} > >> + > >> +/* > >> + * tvp7002_s_stream() - V4L2 decoder i/f handler for s_stream > >> + * @sd: pointer to standard V4L2 sub-device structure > >> + * @enable: streaming enable or disabl

RE: [PATCH 3/4 v7] TVP7002 driver for DM365

2009-11-16 Thread Karicheri, Muralidharan
Hans, >> + >> +return 0; >> +} >> + >> +/* >> + * tvp7002_s_stream() - V4L2 decoder i/f handler for s_stream >> + * @sd: pointer to standard V4L2 sub-device structure >> + * @enable: streaming enable or disable >> + * >> + * Sets streaming to enable or disable, if possible. >> + */ >> +static

Re: [PATCH 3/4 v7] TVP7002 driver for DM365

2009-11-15 Thread Hans Verkuil
On Tuesday 10 November 2009 22:50:36 santiago.nu...@ridgerun.com wrote: > From: Santiago Nunez-Corrales > > This patch provides the implementation of the TVP7002 decoder > driver for DM365. Implemented using the V4L2 DV presets API. > > Signed-off-by: Santiago Nunez-Corrales > --- > drivers/me