Re: [PATCH] media: adv7343: accept configuration through platform data

2013-01-21 Thread Prabhakar Lad
Hi Hans, Thanks for the review! On Mon, Jan 21, 2013 at 3:31 PM, Hans Verkuil wrote: > On Tue January 15 2013 09:00:53 Lad, Prabhakar wrote: >> The current code was implemented with some default configurations, >> this default configuration works on board and doesn't work on other. >> >> This pa

Re: [PATCH] media: adv7343: accept configuration through platform data

2013-01-21 Thread Hans Verkuil
On Tue January 15 2013 09:00:53 Lad, Prabhakar wrote: > The current code was implemented with some default configurations, > this default configuration works on board and doesn't work on other. > > This patch accepts the configuration through platform data and configures > the encoder depending on

[PATCH] media: adv7343: accept configuration through platform data

2013-01-15 Thread Lad, Prabhakar
The current code was implemented with some default configurations, this default configuration works on board and doesn't work on other. This patch accepts the configuration through platform data and configures the encoder depending on the data set. Signed-off-by: Lad, Prabhakar --- drivers/medi