Re: [PATCH v2 0/4] media: soc_camera: ov9640: switch driver to v4l2_async

2018-09-14 Thread Petr Cvek
Dne 14.9.2018 v 14:59 Sakari Ailus napsal(a): > Hi Petr, > > On Wed, Aug 15, 2018 at 03:30:23PM +0200, petrcve...@gmail.com wrote: >> From: Petr Cvek >> >> This patch series transfer the ov9640 driver from the soc_camera subsystem >> into a standalone v4l2 driver. There is no changes except the

Re: [PATCH v2 0/4] media: soc_camera: ov9640: switch driver to v4l2_async

2018-09-14 Thread Sakari Ailus
Hi Petr, On Wed, Aug 15, 2018 at 03:30:23PM +0200, petrcve...@gmail.com wrote: > From: Petr Cvek > > This patch series transfer the ov9640 driver from the soc_camera subsystem > into a standalone v4l2 driver. There is no changes except the required > v4l2_async calls, GPIO allocation, deletion

[PATCH v2 0/4] media: soc_camera: ov9640: switch driver to v4l2_async

2018-08-15 Thread petrcvekcz
From: Petr Cvek This patch series transfer the ov9640 driver from the soc_camera subsystem into a standalone v4l2 driver. There is no changes except the required v4l2_async calls, GPIO allocation, deletion of now unused variables, a change from mdelay() to msleep() and an addition of SPDX