Re: [PATCH v2 3/5] omap3evm: Add Camera board init/hookup file

2011-09-29 Thread Tony Lindgren
Hi, Few comments below. * Deepthy Ravi [110927 06:07]: > + > +#include > +#include > +#include > +#include > +#include > +#include > +#include You can leave out mach/gpio.h as you already have linux/gpio.h included. > +static int __init omap3evm_cam_init(void) > +{ > + int ret; > +

[PATCH v2 3/5] omap3evm: Add Camera board init/hookup file

2011-09-27 Thread Deepthy Ravi
From: Vaibhav Hiremath Adds board support for MT9T111 sensor. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- arch/arm/mach-omap2/Makefile|5 + arch/arm/mach-omap2/board-omap3evm-camera.c | 185 +++ arch/arm/mach-omap2/board-omap3ev