Re: [PATCH v1 3/4] media: ov5640: add support of DVP parallel interface

2017-11-28 Thread Hugues FRUCHET
Thanks Sakari for review, On 11/24/2017 03:06 PM, Sakari Ailus wrote: > Hi Hugues, > > On Thu, Nov 16, 2017 at 02:41:41PM +0100, Hugues Fruchet wrote: >> @@ -2185,7 +2262,11 @@ static int ov5640_s_stream(struct v4l2_subdev *sd, >> int enable) >> goto out; >>

Re: [PATCH v1 3/4] media: ov5640: add support of DVP parallel interface

2017-11-24 Thread Sakari Ailus
Hi Hugues, On Thu, Nov 16, 2017 at 02:41:41PM +0100, Hugues Fruchet wrote: > @@ -2185,7 +2262,11 @@ static int ov5640_s_stream(struct v4l2_subdev *sd, int > enable) > goto out; > } > > - ret = ov5640_set_stream(sensor, enable); > +

[PATCH v1 3/4] media: ov5640: add support of DVP parallel interface

2017-11-16 Thread Hugues Fruchet
Add support of DVP parallel mode in addition of existing MIPI CSI mode. The choice between two modes and configuration is made through device tree. Signed-off-by: Hugues Fruchet --- drivers/media/i2c/ov5640.c | 112 + 1 file changed, 94 insertions(+),