Re: [PATCH v3 08/10] arm: omap4panda: Add support for omap4iss camera

2012-05-25 Thread Tony Lindgren
* Sergio Aguirre [120523 21:49]: > Hi Tony, > > On Tue, May 8, 2012 at 6:46 PM, Tony Lindgren wrote: > > * Sergio Aguirre [120502 08:21]: > >> This adds support for camera interface with the support for > >> following sensors: > >> > >> - OV5640 > >> - OV5650 > > > > It seems that at this point

Re: [PATCH v3 08/10] arm: omap4panda: Add support for omap4iss camera

2012-05-23 Thread Sergio Aguirre
Hi Tony, On Tue, May 8, 2012 at 6:46 PM, Tony Lindgren wrote: > * Sergio Aguirre [120502 08:21]: >> This adds support for camera interface with the support for >> following sensors: >> >> - OV5640 >> - OV5650 > > It seems that at this point we should initialize new things like this > with DT onl

Re: [PATCH v3 08/10] arm: omap4panda: Add support for omap4iss camera

2012-05-08 Thread Tony Lindgren
* Sergio Aguirre [120502 08:21]: > This adds support for camera interface with the support for > following sensors: > > - OV5640 > - OV5650 It seems that at this point we should initialize new things like this with DT only. We don't quite yet have the muxing in place, but I'd rather not add yet

[PATCH v3 08/10] arm: omap4panda: Add support for omap4iss camera

2012-05-02 Thread Sergio Aguirre
This adds support for camera interface with the support for following sensors: - OV5640 - OV5650 Signed-off-by: Sergio Aguirre --- arch/arm/mach-omap2/Kconfig | 16 ++ arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-omap4panda-camera.c | 20