Re: [PATCH v1 4/5] [media] i2c: drop soc_camera code from ov9640 and switch to v4l2_async

2018-08-13 Thread jacopo mondi
Hi Petr, On Sun, Aug 12, 2018 at 03:13:39PM +0200, Petr Cvek wrote: > Dne 10.8.2018 v 09:51 jacopo mondi napsal(a): > > Hi Petr, > > > > On Thu, Aug 09, 2018 at 03:39:48AM +0200, petrcve...@gmail.com wrote: > >> From: Petr Cvek > >> > >> This patch removes the dependency on an obsoleted

Re: [PATCH v1 4/5] [media] i2c: drop soc_camera code from ov9640 and switch to v4l2_async

2018-08-12 Thread Petr Cvek
Dne 10.8.2018 v 09:51 jacopo mondi napsal(a): > Hi Petr, > > On Thu, Aug 09, 2018 at 03:39:48AM +0200, petrcve...@gmail.com wrote: >> From: Petr Cvek >> >> This patch removes the dependency on an obsoleted soc_camera from ov9640 >> driver and changes the code to be a standalone v4l2 async

Re: [PATCH v1 4/5] [media] i2c: drop soc_camera code from ov9640 and switch to v4l2_async

2018-08-10 Thread jacopo mondi
Hi Petr, On Thu, Aug 09, 2018 at 03:39:48AM +0200, petrcve...@gmail.com wrote: > From: Petr Cvek > > This patch removes the dependency on an obsoleted soc_camera from ov9640 > driver and changes the code to be a standalone v4l2 async subdevice. > It also adds GPIO allocations for power and reset

[PATCH v1 4/5] [media] i2c: drop soc_camera code from ov9640 and switch to v4l2_async

2018-08-08 Thread petrcvekcz
From: Petr Cvek This patch removes the dependency on an obsoleted soc_camera from ov9640 driver and changes the code to be a standalone v4l2 async subdevice. It also adds GPIO allocations for power and reset signals (as they are not handled by soc_camera now). The patch should make ov9640 again