Re: [PATCHv3 07/15] atmel-isi: remove dependency of the soc-camera framework

2017-03-10 Thread Sakari Ailus
Hi Hans, On Fri, Mar 10, 2017 at 12:25:54PM +0100, Hans Verkuil wrote: > Slight problem with this. If I make this change, then the of_node_put below > changes as well: > > @@ -1193,7 +1176,7 @@ static int isi_graph_init(struct atmel_isi *isi) > done: > if (ret < 0) { >

Re: [PATCHv3 07/15] atmel-isi: remove dependency of the soc-camera framework

2017-03-10 Thread Hans Verkuil
On 10/03/17 11:39, Sakari Ailus wrote: > Hi Hans, > > Thanks! It's very nice to see one more driver converted to stand-alone one! > > Speaking of which --- this seems to be the second last one. The only > remaining one is sh_mobile_ceu_camera.c! > > On Mon, Mar 06, 2017 at 03:56:08PM +0100,

Re: [PATCHv3 07/15] atmel-isi: remove dependency of the soc-camera framework

2017-03-10 Thread Hans Verkuil
On 10/03/17 11:39, Sakari Ailus wrote: > Hi Hans, > > Thanks! It's very nice to see one more driver converted to stand-alone one! > > Speaking of which --- this seems to be the second last one. The only > remaining one is sh_mobile_ceu_camera.c! > > On Mon, Mar 06, 2017 at 03:56:08PM +0100,

Re: [PATCHv3 07/15] atmel-isi: remove dependency of the soc-camera framework

2017-03-10 Thread Sakari Ailus
Hi Hans, Thanks! It's very nice to see one more driver converted to stand-alone one! Speaking of which --- this seems to be the second last one. The only remaining one is sh_mobile_ceu_camera.c! On Mon, Mar 06, 2017 at 03:56:08PM +0100, Hans Verkuil wrote: > From: Hans Verkuil

[PATCHv3 07/15] atmel-isi: remove dependency of the soc-camera framework

2017-03-06 Thread Hans Verkuil
From: Hans Verkuil This patch converts the atmel-isi driver from a soc-camera driver to a driver that is stand-alone. Signed-off-by: Hans Verkuil --- drivers/media/i2c/soc_camera/ov2640.c | 23 +-