Re: [PATCH 2/2] OMAP3BEAGLE: Add support for mt9p031 sensor (LI-5M03 module).

2011-05-18 Thread Laurent Pinchart
Hi Russell, On Wednesday 18 May 2011 01:08:21 Russell King - ARM Linux wrote: > On Tue, May 17, 2011 at 11:28:48AM +0200, Javier Martin wrote: > > +#include "devices.h" > > +#include "../../../drivers/media/video/omap3isp/isp.h" > > +#include "../../../drivers/media/video/omap3isp/ispreg.h" > > T

Re: [PATCH 2/2] OMAP3BEAGLE: Add support for mt9p031 sensor (LI-5M03 module).

2011-05-17 Thread Russell King - ARM Linux
On Tue, May 17, 2011 at 11:28:48AM +0200, Javier Martin wrote: > +#include "devices.h" > +#include "../../../drivers/media/video/omap3isp/isp.h" > +#include "../../../drivers/media/video/omap3isp/ispreg.h" This suggests that there's something very wrong with what's going on; it suggests that you'r

[PATCH 2/2] OMAP3BEAGLE: Add support for mt9p031 sensor (LI-5M03 module).

2011-05-17 Thread Javier Martin
Signed-off-by: Javier Martin --- arch/arm/mach-omap2/board-omap3beagle.c | 130 ++- arch/arm/mach-omap2/devices.c |2 +- 2 files changed, 127 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/boar