RE: [PATCH 1/5 v4] V4L/DVB: s5p-fimc: Register definition cleanup

2010-10-10 Thread 박세운
Sewoon Park wrote: > Add MIPI CSI format definitions, prepare DMA address > definitions for interlaced input frame mode. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park > --- > drivers/media/video/s5p-fimc/fimc-reg.c |6 +- > drivers/media/video/s5p-fimc/regs-fimc.h |

[PATCH] viafb camera controller driver

2010-10-10 Thread Jonathan Corbet
Howdy, all, Well, that took a whole lot longer than I had hoped...but, attached, is a new version of the viafb camera driver patch, done against 2.6.36-rc7. I've tried to address most of Laurent's comments from back in June; in particular, I have: - Gotten rid of the static device structure - F

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

2010-10-10 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:Sun Oct 10 19:00:19 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

Re: [RFC][PATCH] add dma_reserve_coherent_memory()/dma_free_reserved_memory() API

2010-10-10 Thread Marin Mitov
On Sunday, October 10, 2010 09:21:50 pm Guennadi Liakhovetski wrote: > On Sun, 10 Oct 2010, Marin Mitov wrote: > > > On Sunday, October 10, 2010 05:08:22 pm FUJITA Tomonori wrote: > > > On Fri, 20 Aug 2010 14:50:12 +0300 > > > Marin Mitov wrote: > > > > > > > On Friday, August 20, 2010 11:35:06

Re: [RFC][PATCH] add dma_reserve_coherent_memory()/dma_free_reserved_memory() API

2010-10-10 Thread Guennadi Liakhovetski
On Sun, 10 Oct 2010, Marin Mitov wrote: > On Sunday, October 10, 2010 05:08:22 pm FUJITA Tomonori wrote: > > On Fri, 20 Aug 2010 14:50:12 +0300 > > Marin Mitov wrote: > > > > > On Friday, August 20, 2010 11:35:06 am FUJITA Tomonori wrote: > > > > On Fri, 20 Aug 2010 11:13:45 +0300 > > > > Marin

Re: [GIT PATCHES FOR 2.6.37] Move V4L2 locking into the core framework

2010-10-10 Thread David Ellingsworth
Hans, On Sun, Sep 26, 2010 at 8:25 AM, Hans Verkuil wrote: > Hi Mauro, > > These are the locking patches. It's based on my previous test tree, but with > more testing with em28xx and radio-mr800 and some small tweaks relating to > disconnect handling and video_is_registered(). > > I also removed

s-video input from terratec cinergy 200 gives black frame or out of sync video

2010-10-10 Thread Antonio-Blasco Bonito
I'm trying to use a Terratec Cinergy 200 usb board to grab analog video. I'm using Ubuntu 10.04 and the included em28xx driver $ uname -a Linux airone 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 x86_64 GNU/Linux I get different behaviours whether the board is connected while boo

[PATCH v2] V4L/DVB: faster DVB-S lock for mantis cards using stb0899 demod

2010-10-10 Thread SE
hi list This is a modified version of my previous patch [1] to improve the tuning algo of stb0899 cards using the mantis bridge. With the kind help of Bjørn Mork I was able to keep it minimally invasive with the same effect. Over the last month many testers in vdr-portal.de [2] reported positi

Re: [RFC][PATCH] add dma_reserve_coherent_memory()/dma_free_reserved_memory() API

2010-10-10 Thread Marin Mitov
On Sunday, October 10, 2010 05:08:22 pm FUJITA Tomonori wrote: > On Fri, 20 Aug 2010 14:50:12 +0300 > Marin Mitov wrote: > > > On Friday, August 20, 2010 11:35:06 am FUJITA Tomonori wrote: > > > On Fri, 20 Aug 2010 11:13:45 +0300 > > > Marin Mitov wrote: > > > > > > > > > This tric is already u

Re: [RFC][PATCH] add dma_reserve_coherent_memory()/dma_free_reserved_memory() API

2010-10-10 Thread FUJITA Tomonori
On Fri, 20 Aug 2010 14:50:12 +0300 Marin Mitov wrote: > On Friday, August 20, 2010 11:35:06 am FUJITA Tomonori wrote: > > On Fri, 20 Aug 2010 11:13:45 +0300 > > Marin Mitov wrote: > > > > > > > This tric is already used in drivers/staging/dt3155v4l.c > > > > > dt3155_alloc_coherent()/dt3155_fre

[GIT PATCHES FOR 2.6.36] gspca for_2.6.36

2010-10-10 Thread Jean-Francois Moine
The following changes since commit d65728875a85ac7c8b7d6eb8d51425bacc188980: V4L/DVB: v4l: radio: si470x: fix unneeded free_irq() call (2010-09-30 07:35:12 -0300) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.36 Jean-François Moine (1): gspca -

Re: gspca, audio and ov534: regression.

2010-10-10 Thread Antonio Ospite
On Sun, 10 Oct 2010 12:21:29 +0200 Jean-Francois Moine wrote: > On Sun, 10 Oct 2010 12:02:50 +0200 > Antonio Ospite wrote: > > > JF this change as is does not work for me, if I change the second > > check to > > if (gspca_dev->audio && i > 1) > > > > it does, but I don't know if this brea

Re: update scan file for es-Las_Palmas and new es-SC_Tenerife

2010-10-10 Thread Christoph Pfister
2010/9/26 Jesús Torres : > Hello, > > I've attached to this mail two scan files. es-Las_Palmas is an update > for the file with the same name that includes some new channels. > es-SC_Tenerife is a new file for people in Santa Cruz de Tenerife, > Spain. Committed, thanks. > Thank you. Christoph -

Re: gspca, audio and ov534: regression.

2010-10-10 Thread Jean-Francois Moine
On Sun, 10 Oct 2010 12:02:50 +0200 Antonio Ospite wrote: > JF this change as is does not work for me, if I change the second > check to > if (gspca_dev->audio && i > 1) > > it does, but I don't know if this breaks anything else. Hi Antonio, You are right, this is the way the test must b

Re: gspca, audio and ov534: regression.

2010-10-10 Thread Antonio Ospite
On Wed, 6 Oct 2010 20:35:53 +0200 Jean-Francois Moine wrote: > On Wed, 6 Oct 2010 16:04:41 +0200 > Antonio Ospite wrote: > > > Thanks, the following change fixes it, was this what you had in mind? > > > > diff --git a/drivers/media/video/gspca/gspca.c [...] > > Yes, but, after thought, as the

Re: gspca, audio and ov534: regression.

2010-10-10 Thread Antonio Ospite
On Thu, 7 Oct 2010 19:44:01 +0200 Jean-Francois Moine wrote: > On Wed, 6 Oct 2010 16:53:37 +0200 > Antonio Ospite wrote: > > > > PS3 Eye audio is working with linux-2.6.33.7 it is broken in > > > linux-2.6.35.7 already, I'll try to further narrow down the > > > interval. Ah, alsamixer doesn't w