Re: [PATCH v2] ov10635: Add OmniVision ov10635 SoC camera driver

2013-07-12 Thread phil . edworthy
Hi Guennadi, > Well, I think, both of you will agree, that these register value lists > look horrible and actually have little to do with open-source software, > but I don't know what to do about them either. We could just reject them > and only accept drivers, properly describing what they d

Re: [PATCH v2] ov10635: Add OmniVision ov10635 SoC camera driver

2013-06-06 Thread Guennadi Liakhovetski
On Thu, 6 Jun 2013, jean-philippe francois wrote: > 2013/6/5 Guennadi Liakhovetski : > > Hi Phil > > > > Thanks for the patch. I'll look at it in more detail hopefully soon > > enough... One remark so far to Jean-Philippe's comment: > > > > On Tue, 4 Jun 2013, jean-philippe francois wrote: > > > >

Re: [PATCH v2] ov10635: Add OmniVision ov10635 SoC camera driver

2013-06-06 Thread jean-philippe francois
2013/6/5 Guennadi Liakhovetski : > Hi Phil > > Thanks for the patch. I'll look at it in more detail hopefully soon > enough... One remark so far to Jean-Philippe's comment: > > On Tue, 4 Jun 2013, jean-philippe francois wrote: > >> 2013/6/3 Phil Edworthy : >> > Signed-off-by: Phil Edworthy >> > --

Re: [PATCH v2] ov10635: Add OmniVision ov10635 SoC camera driver

2013-06-05 Thread phil . edworthy
Hi Guennadi, > Thanks for the patch. I'll look at it in more detail hopefully soon > enough... One remark so far to Jean-Philippe's comment: > [snip] > > Register 0x3042 is only touched by the enable part, not by the "change > > mode" part > > I think you could move the {0x3042, 0xf0} sequence i

Re: [PATCH v2] ov10635: Add OmniVision ov10635 SoC camera driver

2013-06-05 Thread Guennadi Liakhovetski
Hi Phil Thanks for the patch. I'll look at it in more detail hopefully soon enough... One remark so far to Jean-Philippe's comment: On Tue, 4 Jun 2013, jean-philippe francois wrote: > 2013/6/3 Phil Edworthy : > > Signed-off-by: Phil Edworthy > > --- > > v2: > > - Simplified flow in ov10635_s_

Re: [PATCH v2] ov10635: Add OmniVision ov10635 SoC camera driver

2013-06-04 Thread phil . edworthy
Hi Jean-Philippe, Thanks for the review. > > +static const struct ov10635_reg ov10635_regs_enable[] = { > > + { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, { > 0x3042, 0xf0 }, > > + { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, { 0x3042, 0xf0 }, { > 0x3042, 0xf0 }, > > + { 0x30

Re: [PATCH v2] ov10635: Add OmniVision ov10635 SoC camera driver

2013-06-04 Thread jean-philippe francois
2013/6/3 Phil Edworthy : > Signed-off-by: Phil Edworthy > --- > v2: > - Simplified flow in ov10635_s_ctrl. > - Removed chip ident code - build tested only > > drivers/media/i2c/soc_camera/Kconfig |6 + > drivers/media/i2c/soc_camera/Makefile |1 + > drivers/media/i2c/soc_camera/ov106

[PATCH v2] ov10635: Add OmniVision ov10635 SoC camera driver

2013-06-03 Thread Phil Edworthy
Signed-off-by: Phil Edworthy --- v2: - Simplified flow in ov10635_s_ctrl. - Removed chip ident code - build tested only drivers/media/i2c/soc_camera/Kconfig |6 + drivers/media/i2c/soc_camera/Makefile |1 + drivers/media/i2c/soc_camera/ov10635.c | 1141 ++