Re: [PATCH v3] SoC Camera: add driver for OMAP1 camera interface

2010-10-02 Thread Guennadi Liakhovetski
On Sat, 2 Oct 2010, Janusz Krzysztofik wrote: > Saturday 02 October 2010 08:07:28 Guennadi Liakhovetski napisał(a): > > Same with this one - let's take it as is and address a couple of clean-ups > > later. > > Guennadi, > Thanks for taking them both. > > BTW, what are your intentions about the l

Re: [PATCH v3 3/6] SoC Camera: add driver for OV6650 sensor

2010-10-02 Thread Guennadi Liakhovetski
On Sat, 2 Oct 2010, Janusz Krzysztofik wrote: > Saturday 02 October 2010 07:47:47 Guennadi Liakhovetski napisał(a): > > Ok, let's take this one, but, please, address the below couple of minor > > issues in an incremental patch. > > > > On Mon, 27 Sep 2010, Janusz Krzysztofik wrote: > > > +/* writ

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-02 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sat Oct 2 19:00:05 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: dvb-c: TT C-1501: tda827x.c: Cannot hold lock at 746 MHz

2010-10-02 Thread thomas schorpp
Am 02.10.2010 17:19, schrieb thomas schorpp: Am 02.10.2010 16:43, schrieb thomas schorpp: Hello, Klaas patch is not complete: http://article.gmane.org/gmane.linux.drivers.dvb/47571 I found a hole at 746MHz with 2.6.34.0 kernel and DE provider kabelbw.de, Picture fragments and audio bursts only

Re: dvb-c: TT C-1501: tda827x.c: Cannot hold lock at 746 MHz

2010-10-02 Thread thomas schorpp
Am 02.10.2010 16:43, schrieb thomas schorpp: Hello, Klaas patch is not complete: http://article.gmane.org/gmane.linux.drivers.dvb/47571 I found a hole at 746MHz with 2.6.34.0 kernel and DE provider kabelbw.de, Picture fragments and audio bursts only: Oct 2 15:53:03 tom1 vdr: [16380] receiver o

dvb-c: TT C-1501: tda827x.c: Cannot hold lock at 746 MHz

2010-10-02 Thread thomas schorpp
Hello, Klaas patch is not complete: http://article.gmane.org/gmane.linux.drivers.dvb/47571 I found a hole at 746MHz with 2.6.34.0 kernel and DE provider kabelbw.de, Picture fragments and audio bursts only: Oct 2 15:53:03 tom1 vdr: [16380] receiver on device 1 thread ended (pid=16268, tid=1638

[PATCH 1/4] drivers/media/dvb/ttpci/av7110_av.c: Add missing error handling code

2010-10-02 Thread Julia Lawall
Extend the error handling code with operations found in other nearby error handling code. A simplified version of the sematic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @r exists@ @r@ statement S1,S2,S3; constant C1,C2,C3; @@ *if (...) {... S1 return -C1;} ...

Re: [PATCH v3] SoC Camera: add driver for OMAP1 camera interface

2010-10-02 Thread Janusz Krzysztofik
Saturday 02 October 2010 08:07:28 Guennadi Liakhovetski napisał(a): > Same with this one - let's take it as is and address a couple of clean-ups > later. Guennadi, Thanks for taking them both. BTW, what are your intentions about the last patch from my series still left not commented, "SoC Camera

Re: [PATCH v3 3/6] SoC Camera: add driver for OV6650 sensor

2010-10-02 Thread Janusz Krzysztofik
Saturday 02 October 2010 07:47:47 Guennadi Liakhovetski napisał(a): > Ok, let's take this one, but, please, address the below couple of minor > issues in an incremental patch. > > On Mon, 27 Sep 2010, Janusz Krzysztofik wrote: > > +/* write a register */ > > +static int ov6650_reg_write(struct i2c_

pending ov7670/cafe_ccic patches

2010-10-02 Thread Daniel Drake
Hi Mauro, Just a quick reminder about 4 pending cafe_ccic/ov7670 patches, all acked by Jon Corbet: http://www.spinics.net/lists/linux-media/msg23371.html http://www.spinics.net/lists/linux-media/msg23373.html http://www.spinics.net/lists/linux-media/msg23372.html http://www.spinics.net/lists/linu

[GIT PATCHES FOR 2.6.37] gspca for_2.6.37

2010-10-02 Thread Jean-Francois Moine
The following changes since commit c8dd732fd119ce6d562d5fa82a10bbe75a376575: V4L/DVB: gspca - sonixj: Have 0c45:6130 handled by sonixj instead of sn9c102 (2010-10-01 18:14:35 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.37 Jean-François Moine

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