Re: [PATCH] media: atmel-isi: parse the DT parameters for vsync/hsync polarity

2015-08-03 Thread Josh Wu
Hi, Laurent On 8/1/2015 5:11 PM, Laurent Pinchart wrote: Hi Josh, Thank you for the patch. On Friday 31 July 2015 18:33:32 Josh Wu wrote: This patch will get the DT parameters of vsync/hsync polarity, and pass to the platform data. Also add a debug information for test purpose. Signed-off-b

Re: [PATCH] media: atmel-isi: parse the DT parameters for vsync/hsync polarity

2015-08-01 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. On Friday 31 July 2015 18:33:32 Josh Wu wrote: > This patch will get the DT parameters of vsync/hsync polarity, and pass to > the platform data. > > Also add a debug information for test purpose. > > Signed-off-by: Josh Wu > --- > > drivers/media/platform/so

[PATCH] media: atmel-isi: parse the DT parameters for vsync/hsync polarity

2015-07-31 Thread Josh Wu
This patch will get the DT parameters of vsync/hsync polarity, and pass to the platform data. Also add a debug information for test purpose. Signed-off-by: Josh Wu --- drivers/media/platform/soc_camera/atmel-isi.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/media/pl