[linuxtv-media:master 534/537] drivers/media/i2c/soc_camera/ov2640.c:1057:3: error: implicit declaration of function 'gpiod_direction_output'

2015-04-02 Thread kbuild test robot
/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 4e65172f7bd20fcbfa87453d1e5711ad129d4216 # save the attached .config to linux build tree make.cross ARCH=m68k All error/warnings: drivers/media/i2c/soc_camera/ov2640.c

[PATCH 48/68] [media] soc_camera/ov2640: Don't use a temp var for an unused value

2012-10-27 Thread Mauro Carvalho Chehab
drivers/media/i2c/soc_camera/ov2640.c:899:32: warning: variable 'win' set but not used [-Wunused-but-set-variable] Cc: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- drivers/media/i2c/soc_camera/ov2640.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) di

Re: soc_camera: OV2640

2009-12-11 Thread Alan Carvalho de Assis
Hi Guennadi, On 12/11/09, Guennadi Liakhovetski wrote: > On Fri, 11 Dec 2009, Alan Carvalho de Assis wrote: >> I got mx27_camera from pengutronix tree and modified it to work with >> kernel 2.6.32 (few modifications). > > Sorry, I cannot help you with an out-of-tree driver, and generally I would

Re: soc_camera: OV2640

2009-12-11 Thread Guennadi Liakhovetski
On Fri, 11 Dec 2009, Alan Carvalho de Assis wrote: > Hi Guennadi, > > On 12/8/09, Alan Carvalho de Assis wrote: > > Hi Guennadi, > ... > >>> I am trying to use an OV2640 camera with soc_camera. > >>> > >>> I'm using ov772x driver as base, but it needs too much modification to > >>> work with ov2

Re: soc_camera: OV2640

2009-12-11 Thread Alan Carvalho de Assis
Hi Guennadi, On 12/8/09, Alan Carvalho de Assis wrote: > Hi Guennadi, ... >>> I am trying to use an OV2640 camera with soc_camera. >>> >>> I'm using ov772x driver as base, but it needs too much modification to >>> work with ov2640. >> >> I don't know that sensor specifically, but they can be quit

Re: soc_camera: OV2640

2009-12-08 Thread Alan Carvalho de Assis
Hi Guennadi, On 12/7/09, Guennadi Liakhovetski wrote: > Hi Alan > > On Mon, 7 Dec 2009, Alan Carvalho de Assis wrote: > > It's always better to cc a suitable list, in this case it is > > Linux Media Mailing List > Sure, here we go. > >> I am trying to use an OV2640 camera with soc_camera. >> >