Re: [PATCH v2 10/11] mt9m111: rewrite set_pixfmt

2010-10-25 Thread Michael Grzeschik
On Sat, Oct 02, 2010 at 10:03:55AM +0200, Guennadi Liakhovetski wrote: > Michael, any insight? long time ago... > > > > For the YUV and RGB formats, tested and acked. > > > > For the bayer, I don't use it. With row switch, that gives back: > > > > byte offset: 0 1 2 3 > > > > B G B G

Re: [PATCH v2 10/11] mt9m111: rewrite set_pixfmt

2010-10-02 Thread Guennadi Liakhovetski
Michael, any insight? Thanks Guennadi On Sat, 4 Sep 2010, Guennadi Liakhovetski wrote: > On Tue, 31 Aug 2010, Michael Grzeschik wrote: > > > Hi Robert and Guennadi > > > > On Sun, Aug 29, 2010 at 09:17:00PM +0200, Robert Jarzmik wrote: > > > Guennadi Liakhovetski writes: > > > > > > > Robert

Re: [PATCH v2 10/11] mt9m111: rewrite set_pixfmt

2010-09-04 Thread Guennadi Liakhovetski
On Tue, 31 Aug 2010, Michael Grzeschik wrote: > Hi Robert and Guennadi > > On Sun, Aug 29, 2010 at 09:17:00PM +0200, Robert Jarzmik wrote: > > Guennadi Liakhovetski writes: > > > > > Robert, I'll need your ack / tested by on this one too. It actually > > > changes behaviour, for example, it se

Re: [PATCH v2 10/11] mt9m111: rewrite set_pixfmt

2010-08-31 Thread Michael Grzeschik
Hi Robert and Guennadi On Sun, Aug 29, 2010 at 09:17:00PM +0200, Robert Jarzmik wrote: > Guennadi Liakhovetski writes: > > > Robert, I'll need your ack / tested by on this one too. It actually > > changes behaviour, for example, it sets MT9M111_OUTFMT_FLIP_BAYER_ROW in > > the OUTPUT_FORMAT_CT

Re: [PATCH v2 10/11] mt9m111: rewrite set_pixfmt

2010-08-29 Thread Robert Jarzmik
Guennadi Liakhovetski writes: > Robert, I'll need your ack / tested by on this one too. It actually > changes behaviour, for example, it sets MT9M111_OUTFMT_FLIP_BAYER_ROW in > the OUTPUT_FORMAT_CTRL register for the V4L2_MBUS_FMT_SBGGR8_1X8 8 bit > Bayer format. Maybe other things too - pleas

Re: [PATCH v2 10/11] mt9m111: rewrite set_pixfmt

2010-08-27 Thread Guennadi Liakhovetski
Robert, I'll need your ack / tested by on this one too. It actually changes behaviour, for example, it sets MT9M111_OUTFMT_FLIP_BAYER_ROW in the OUTPUT_FORMAT_CTRL register for the V4L2_MBUS_FMT_SBGGR8_1X8 8 bit Bayer format. Maybe other things too - please have a look. Thanks Guennadi On Tue,

[PATCH v2 10/11] mt9m111: rewrite set_pixfmt

2010-08-03 Thread Michael Grzeschik
added more supported BE colour formats and also support BGR565 swapped pixel formats removed pixfmt helper functions and option flags setting the configuration register directly in set_pixfmt Signed-off-by: Philipp Wiesner Signed-off-by: Michael Grzeschik --- Changes v1 -> v2 * removed