All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 v11] Support for TVP7002 in DM365
@ 2009-11-30 15:51 Santiago Nunez-Corrales
  2009-12-07 20:14 ` Santiago Nunez-Corrales
  0 siblings, 1 reply; 5+ messages in thread
From: Santiago Nunez-Corrales @ 2009-11-30 15:51 UTC (permalink / raw)
  To: Linux Media Mailing List
  Cc: davinci-linux-open-source, Narnakaje, Snehaprabha, Karicheri,
	Muralidharan, Grosen, Mark, Diego Dompe, todd.fischer

This series of patches provide support for the TVP7002 decoder in DM365.

Support includes:

* Inclusion of the chip in v4l2 definitions
* Definition of TVP7002 specific data structures
* Kconfig and Makefile support

This series corrects many issued pointed out by Snehaprabha Narnakaje,
Muralidharan Karicheri, Vaibhav Hiremath and Hans Verkuil and solves
testing problems.  Tested on DM365 TI EVM with resolutions 720p,
1080i@60, 576P and 480P with video capture application and video
output in 480P, 576P, 720P and 1080I. This driver depends upon
board-dm365-evm.c and vpfe_capture.c to be ready for complete
integration. Uses the new V4L2 DV API sent by Muralidharan Karicheri.
Removed shadow register values. Removed unnecesary power down and up
of the device (tests work fine). Improved readability.


-- 
Santiago Nunez-Corrales, Eng.
RidgeRun Engineering, LLC

Guayabos, Curridabat
San Jose, Costa Rica
+(506) 2271 1487
+(506) 8313 0536
http://www.ridgerun.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/4 v11] Support for TVP7002 in DM365
  2009-11-30 15:51 [PATCH 0/4 v11] Support for TVP7002 in DM365 Santiago Nunez-Corrales
@ 2009-12-07 20:14 ` Santiago Nunez-Corrales
  2009-12-08  2:20   ` Hans Verkuil
  0 siblings, 1 reply; 5+ messages in thread
From: Santiago Nunez-Corrales @ 2009-12-07 20:14 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: Linux Media Mailing List, davinci-linux-open-source, Narnakaje,
	Snehaprabha, Karicheri, Muralidharan, Grosen, Mark, Diego Dompe,
	todd.fischer

Hans,


Hi. Have you had a chance to look at this version of the driver?

Regards,


Santiago.

Santiago Nunez-Corrales wrote:
> This series of patches provide support for the TVP7002 decoder in DM365.
>
> Support includes:
>
> * Inclusion of the chip in v4l2 definitions
> * Definition of TVP7002 specific data structures
> * Kconfig and Makefile support
>
> This series corrects many issued pointed out by Snehaprabha Narnakaje,
> Muralidharan Karicheri, Vaibhav Hiremath and Hans Verkuil and solves
> testing problems.  Tested on DM365 TI EVM with resolutions 720p,
> 1080i@60, 576P and 480P with video capture application and video
> output in 480P, 576P, 720P and 1080I. This driver depends upon
> board-dm365-evm.c and vpfe_capture.c to be ready for complete
> integration. Uses the new V4L2 DV API sent by Muralidharan Karicheri.
> Removed shadow register values. Removed unnecesary power down and up
> of the device (tests work fine). Improved readability.
>
>


-- 
Santiago Nunez-Corrales, Eng.
RidgeRun Engineering, LLC

Guayabos, Curridabat
San Jose, Costa Rica
+(506) 2271 1487
+(506) 8313 0536
http://www.ridgerun.com



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/4 v11] Support for TVP7002 in DM365
  2009-12-07 20:14 ` Santiago Nunez-Corrales
@ 2009-12-08  2:20   ` Hans Verkuil
  2009-12-15 19:24     ` Santiago Nunez-Corrales
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Verkuil @ 2009-12-08  2:20 UTC (permalink / raw)
  To: santiago.nunez
  Cc: Linux Media Mailing List, davinci-linux-open-source, Narnakaje,
	Snehaprabha, Karicheri, Muralidharan, Grosen, Mark, Diego Dompe,
	todd.fischer

On Tuesday 08 December 2009 01:44:43 Santiago Nunez-Corrales wrote:
> Hans,
> 
> 
> Hi. Have you had a chance to look at this version of the driver?

Sorry, no. I hope to have some time on Thursday. I'm abroad for business at
the moment and unfortunately that leaves me with little time for reviewing.

This is not just true for this driver, but also for the dm365 series that was
posted recently. And possibly others that I missed :-(

Regards,

	Hans

> 
> Regards,
> 
> 
> Santiago.
> 
> Santiago Nunez-Corrales wrote:
> > This series of patches provide support for the TVP7002 decoder in DM365.
> >
> > Support includes:
> >
> > * Inclusion of the chip in v4l2 definitions
> > * Definition of TVP7002 specific data structures
> > * Kconfig and Makefile support
> >
> > This series corrects many issued pointed out by Snehaprabha Narnakaje,
> > Muralidharan Karicheri, Vaibhav Hiremath and Hans Verkuil and solves
> > testing problems.  Tested on DM365 TI EVM with resolutions 720p,
> > 1080i@60, 576P and 480P with video capture application and video
> > output in 480P, 576P, 720P and 1080I. This driver depends upon
> > board-dm365-evm.c and vpfe_capture.c to be ready for complete
> > integration. Uses the new V4L2 DV API sent by Muralidharan Karicheri.
> > Removed shadow register values. Removed unnecesary power down and up
> > of the device (tests work fine). Improved readability.
> >
> >
> 
> 
> -- 
> Santiago Nunez-Corrales, Eng.
> RidgeRun Engineering, LLC
> 
> Guayabos, Curridabat
> San Jose, Costa Rica
> +(506) 2271 1487
> +(506) 8313 0536
> http://www.ridgerun.com
> 
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/4 v11] Support for TVP7002 in DM365
  2009-12-08  2:20   ` Hans Verkuil
@ 2009-12-15 19:24     ` Santiago Nunez-Corrales
  2009-12-15 21:01       ` Hans Verkuil
  0 siblings, 1 reply; 5+ messages in thread
From: Santiago Nunez-Corrales @ 2009-12-15 19:24 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: Linux Media Mailing List, davinci-linux-open-source, Narnakaje,
	Snehaprabha, Karicheri, Muralidharan, Grosen, Mark, Diego Dompe,
	todd.fischer

Hi Hans,


I know you'be been busy and in the road lately. Just checking if you had 
the chance to review this version of the code.

Regards,

Hans Verkuil wrote:
> On Tuesday 08 December 2009 01:44:43 Santiago Nunez-Corrales wrote:
>   
>> Hans,
>>
>>
>> Hi. Have you had a chance to look at this version of the driver?
>>     
>
> Sorry, no. I hope to have some time on Thursday. I'm abroad for business at
> the moment and unfortunately that leaves me with little time for reviewing.
>
> This is not just true for this driver, but also for the dm365 series that was
> posted recently. And possibly others that I missed :-(
>
> Regards,
>
> 	Hans
>
>   
>> Regards,
>>
>>
>> Santiago.
>>
>> Santiago Nunez-Corrales wrote:
>>     
>>> This series of patches provide support for the TVP7002 decoder in DM365.
>>>
>>> Support includes:
>>>
>>> * Inclusion of the chip in v4l2 definitions
>>> * Definition of TVP7002 specific data structures
>>> * Kconfig and Makefile support
>>>
>>> This series corrects many issued pointed out by Snehaprabha Narnakaje,
>>> Muralidharan Karicheri, Vaibhav Hiremath and Hans Verkuil and solves
>>> testing problems.  Tested on DM365 TI EVM with resolutions 720p,
>>> 1080i@60, 576P and 480P with video capture application and video
>>> output in 480P, 576P, 720P and 1080I. This driver depends upon
>>> board-dm365-evm.c and vpfe_capture.c to be ready for complete
>>> integration. Uses the new V4L2 DV API sent by Muralidharan Karicheri.
>>> Removed shadow register values. Removed unnecesary power down and up
>>> of the device (tests work fine). Improved readability.
>>>
>>>
>>>       
>> -- 
>> Santiago Nunez-Corrales, Eng.
>> RidgeRun Engineering, LLC
>>
>> Guayabos, Curridabat
>> San Jose, Costa Rica
>> +(506) 2271 1487
>> +(506) 8313 0536
>> http://www.ridgerun.com
>>
>>
>>
>>     


-- 
Santiago Nunez-Corrales, Eng.
RidgeRun Engineering, LLC

Guayabos, Curridabat
San Jose, Costa Rica
+(506) 2271 1487
+(506) 8313 0536
http://www.ridgerun.com



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/4 v11] Support for TVP7002 in DM365
  2009-12-15 19:24     ` Santiago Nunez-Corrales
@ 2009-12-15 21:01       ` Hans Verkuil
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Verkuil @ 2009-12-15 21:01 UTC (permalink / raw)
  To: santiago.nunez
  Cc: Linux Media Mailing List, davinci-linux-open-source, Narnakaje,
	Snehaprabha, Karicheri, Muralidharan, Grosen, Mark, Diego Dompe,
	todd.fischer

On Tuesday 15 December 2009 20:24:19 Santiago Nunez-Corrales wrote:
> Hi Hans,
> 
> 
> I know you'be been busy and in the road lately. Just checking if you had 
> the chance to review this version of the code.

Done!

Regards,

	Hans

> 
> Regards,
> 
> Hans Verkuil wrote:
> > On Tuesday 08 December 2009 01:44:43 Santiago Nunez-Corrales wrote:
> >   
> >> Hans,
> >>
> >>
> >> Hi. Have you had a chance to look at this version of the driver?
> >>     
> >
> > Sorry, no. I hope to have some time on Thursday. I'm abroad for business at
> > the moment and unfortunately that leaves me with little time for reviewing.
> >
> > This is not just true for this driver, but also for the dm365 series that was
> > posted recently. And possibly others that I missed :-(
> >
> > Regards,
> >
> > 	Hans
> >
> >   
> >> Regards,
> >>
> >>
> >> Santiago.
> >>
> >> Santiago Nunez-Corrales wrote:
> >>     
> >>> This series of patches provide support for the TVP7002 decoder in DM365.
> >>>
> >>> Support includes:
> >>>
> >>> * Inclusion of the chip in v4l2 definitions
> >>> * Definition of TVP7002 specific data structures
> >>> * Kconfig and Makefile support
> >>>
> >>> This series corrects many issued pointed out by Snehaprabha Narnakaje,
> >>> Muralidharan Karicheri, Vaibhav Hiremath and Hans Verkuil and solves
> >>> testing problems.  Tested on DM365 TI EVM with resolutions 720p,
> >>> 1080i@60, 576P and 480P with video capture application and video
> >>> output in 480P, 576P, 720P and 1080I. This driver depends upon
> >>> board-dm365-evm.c and vpfe_capture.c to be ready for complete
> >>> integration. Uses the new V4L2 DV API sent by Muralidharan Karicheri.
> >>> Removed shadow register values. Removed unnecesary power down and up
> >>> of the device (tests work fine). Improved readability.
> >>>
> >>>
> >>>       
> >>
> >> Guayabos, Curridabat
> >> San Jose, Costa Rica
> >> +(506) 2271 1487
> >> +(506) 8313 0536
> >> http://www.ridgerun.com
> >>
> >>
> >>
> >>     
> 
> 
> 

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-15 21:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-30 15:51 [PATCH 0/4 v11] Support for TVP7002 in DM365 Santiago Nunez-Corrales
2009-12-07 20:14 ` Santiago Nunez-Corrales
2009-12-08  2:20   ` Hans Verkuil
2009-12-15 19:24     ` Santiago Nunez-Corrales
2009-12-15 21:01       ` Hans Verkuil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.