RE: [PATCH v0 1/5] DaVinci - re-structuring code to support vpif capture driver

2009-08-12 Thread Karicheri, Muralidharan
Kevin, Thanks for reviewing this. See below for my response. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 email: m-kariche...@ti.com >> >> #define VIDCH2CLK (BIT(10)) >> #define VIDCH3CLK (BIT(11)) >> +#define VIDCH1CLK (B

Re: [PATCH v0 1/5] DaVinci - re-structuring code to support vpif capture driver

2009-08-10 Thread Kevin Hilman
m-kariche...@ti.com writes: > From: Muralidharan Karicheri > > This patch makes the following changes:- > 1) Modify vpif_subdev_info to add board_info, routing information > and vpif interface configuration. Remove addr since it is > part of board_info > > 2)