Re: Regression with suspend from "msp3400: convert to the new control framework"

2011-04-25 Thread Hans Verkuil
On Saturday, April 23, 2011 15:34:00 Jesse Allen wrote: > On Sat, Apr 23, 2011 at 4:56 AM, Hans Verkuil wrote: > > On Saturday, April 23, 2011 07:06:58 Jesse Allen wrote: > >> On Fri, Apr 22, 2011 at 3:55 PM, Jesse Allen wrote: > >> > Hello All, > >> > > >> > I have finally spent time to figure o

Re: [PATCH v16 01/13] davinci vpbe: V4L2 display driver for DM644X SoC

2011-04-25 Thread Vladimir Pantelic
Manjunath Hadli wrote: This is the display driver for Texas Instruments's DM644X family SoC. This patch contains the main implementation of the driver with the V4L2 interface. The driver implements the streaming model with support for both kernel allocated buffers and user pointers. It also imple

Re: [PATCH] usbvision: remove (broken) image format conversion

2011-04-25 Thread Hans Verkuil
On Monday, April 25, 2011 23:23:17 Ondrej Zary wrote: > The YVU420 and YUV422P formats are broken and cause kernel panic on use. > (YVU420 does not work and sometimes causes "unable to handle paging request" > panic, YUV422P always causes "NULL pointer dereference"). > > As V4L2 spec says that dri

Zolid Hybrid TV Tuner analog and FM not working

2011-04-25 Thread cumulus0...@gmail.com
Hello, my Zolid Hybrid TV Tuner (http://www.linuxtv.org/wiki/index.php/Zolid_Hybrid_TV_Tuner) is supposed to work thanks to a merged patch mentioned at the wiki page. The creator of this patch states that DVB-T, analog and (later on the thread) FM are working (http://article.gmane.org/gmane.linux.

[PATCH] usbvision: remove (broken) image format conversion

2011-04-25 Thread Ondrej Zary
The YVU420 and YUV422P formats are broken and cause kernel panic on use. (YVU420 does not work and sometimes causes "unable to handle paging request" panic, YUV422P always causes "NULL pointer dereference"). As V4L2 spec says that drivers shouldn't do any in-kernel image format conversion, remove

[cron job] v4l-dvb daily build: ERRORS

2011-04-25 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:Mon Apr 25 19:00:16 CEST 2011 git hash:a4761a092fd3b6bf8b5f9cfe361670c86cdcc8ca gcc version: i686-linux-gcc (GCC) 4.5

RE: stb0899/stb6100 tuning problems

2011-04-25 Thread Lutz Sammer
Hi, Have you tried s2-liplianin version of drivers? http://mercurial.intuxication.org/hg/s2-liplianin/summary With s2-liplianin + patches I can lock it with the TT-3600-S2 *** Zapping to 1706 '[012e];': Delivery 6, modulation 8PSK sat 1, frequency 11681 MHz H, symbolrate 2750, coderate 3/4,

[PATCH] usbvision: add Nogatech USB MicroCam

2011-04-25 Thread Ondrej Zary
Add Nogatech USB MicroCam PAL (NV3001P) and NTSC (NV3000N) support to usbvision driver. PAL version is tested, NTSC untested. Data captured using usbsnoop, init_values are listed in the INF file along with image dimensions, offsets and frame rates. Signed-off-by: Ondrej Zary diff -up linux-2.6.3

RE: [PATCH v16 01/13] davinci vpbe: V4L2 display driver for DM644X SoC

2011-04-25 Thread Hadli, Manjunath
Laurent, Thank you for your comments. Please find my updates below. The updated patches will follow today. -Manju On Thu, Apr 21, 2011 at 15:48:05, Laurent Pinchart wrote: > Hi Manjunath, > > On Wednesday 20 April 2011 17:30:08 Hadli, Manjunath wrote: > > Hi Laurent, > > Thank you for you very