Re: [PATCH v2 1/4] media: soc_camera: ov9640: move ov9640 out of soc_camera

2018-12-10 Thread Petr Cvek
Dne 09. 12. 18 v 23:04 Sakari Ailus napsal(a): > Hi Petr, > > What's the status of this set? It would seem that addressing the issues > is fairly trivial. Please also see a few comments below. > Hi, Gonna work on it this week. I've had to work on higher priority stuff last two months some of wh

Re: [PATCH v2 1/4] media: soc_camera: ov9640: move ov9640 out of soc_camera

2018-12-09 Thread Sakari Ailus
Hi Petr, What's the status of this set? It would seem that addressing the issues is fairly trivial. Please also see a few comments below. On Fri, Sep 14, 2018 at 10:54:51PM +0200, Petr Cvek wrote: > Dne 14.9.2018 v 14:59 Sakari Ailus napsal(a): > > Hi Petr, > > > > Thanks for the patchset, and m

Re: [PATCH v2 1/4] media: soc_camera: ov9640: move ov9640 out of soc_camera

2018-09-14 Thread Petr Cvek
Dne 14.9.2018 v 14:59 Sakari Ailus napsal(a): > Hi Petr, > > Thanks for the patchset, and my apologies for reviewing it so late! > > I'm commenting this one but feel free to add patches to address the > comments. > Hi and thanks for the review. I would like to have this patch set to be as much

Re: [PATCH v2 1/4] media: soc_camera: ov9640: move ov9640 out of soc_camera

2018-09-14 Thread Sakari Ailus
Hi Petr, Thanks for the patchset, and my apologies for reviewing it so late! I'm commenting this one but feel free to add patches to address the comments. On Wed, Aug 15, 2018 at 03:30:24PM +0200, petrcve...@gmail.com wrote: > From: Petr Cvek > > Initial part of ov9640 transition from soc_came

Re: [PATCH v2 1/4] media: soc_camera: ov9640: move ov9640 out of soc_camera

2018-08-16 Thread Petr Cvek
Dne 16.8.2018 v 12:23 jacopo mondi napsal(a): > Hi Petr, > > On Wed, Aug 15, 2018 at 03:35:39PM +0200, Petr Cvek wrote: >> BTW from the v1 discussion: >> >> Dne 10.8.2018 v 09:32 jacopo mondi napsal(a): >>> When I've been recently doing the same for ov772x and other sensor >>> driver I've been

Re: [PATCH v2 1/4] media: soc_camera: ov9640: move ov9640 out of soc_camera

2018-08-16 Thread jacopo mondi
Hi Petr, On Wed, Aug 15, 2018 at 03:35:39PM +0200, Petr Cvek wrote: > BTW from the v1 discussion: > > Dne 10.8.2018 v 09:32 jacopo mondi napsal(a): > > When I've been recently doing the same for ov772x and other sensor > > driver I've been suggested to first copy the driver into > > drivers/media/

Re: [PATCH v2 1/4] media: soc_camera: ov9640: move ov9640 out of soc_camera

2018-08-15 Thread Petr Cvek
BTW from the v1 discussion: Dne 10.8.2018 v 09:32 jacopo mondi napsal(a): > When I've been recently doing the same for ov772x and other sensor > driver I've been suggested to first copy the driver into > drivers/media/i2c/ and leave the original soc_camera one there, so > they can be bulk removed

[PATCH v2 1/4] media: soc_camera: ov9640: move ov9640 out of soc_camera

2018-08-15 Thread petrcvekcz
From: Petr Cvek Initial part of ov9640 transition from soc_camera subsystem to a standalone v4l2 subdevice. The soc_camera version seems to be used only in Palm Zire72 and in (the future) HTC Magician. On these two devices the support is broken as pxa_camera driver doesn't use soc_camera anymore.