Re: [GIT PULL FOR 2.6.37] uvcvideo: BKL removal

2010-12-17 Thread Laurent Pinchart
Hi Mauro, On Friday 17 December 2010 18:09:39 Mauro Carvalho Chehab wrote: > Em 14-12-2010 08:55, Laurent Pinchart escreveu: > > Hi Mauro, > > > > Please don't forget this pull request for 2.6.37. > > Pull request for upstream sent today. Thank you. > I didn't find any regressions at the BKL r

Re: tm6000 and IR

2010-12-17 Thread Mauro Carvalho Chehab
Hi Dmitri/Stefan, Em 17-12-2010 05:08, Dmitri Belimov escreveu: > On Fri, 17 Dec 2010 06:18:31 +0100 > Stefan Ringel wrote: > >> Am 17.12.2010 02:46, schrieb Dmitri Belimov: >>> Hi Stefan >>> Am 16.12.2010 10:38, schrieb Dmitri Belimov: > Hi > >>> I think your mean is wrong. Our

Re: [PATCH] [media] cx231xx: Fix inverted bits for RC on PV Hybrid

2010-12-17 Thread Andy Walls
On Fri, 2010-12-17 at 15:22 -0200, Mauro Carvalho Chehab wrote: > At Pixelview SBTVD Hybrid, the bits sent by the IR are inverted. Due to that, > the existing keytables produce wrong codes. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/drivers/media/video/cx231xx/cx231xx-input.c > b

Problem with sound on SAA7134 TV card

2010-12-17 Thread Chris Clayton
Hi, I hope someone can help me. Firstly, please cc me on any reply because I'm not subscribed. I have a Hauppauge HVR-1120 card (I thought I was buying an HVR-1100, but 1120 is what was in the box). Both video and audio for DVB-T work fine but for analogue TV, although the video is good, the

Re: [PATCH] bttv: fix mutex use before init

2010-12-17 Thread Mauro Carvalho Chehab
Em 17-12-2010 14:07, Brandon Philips escreveu: > On 19:45 Wed 15 Dec 2010, Mauro Carvalho Chehab wrote: >> Em 15-12-2010 16:44, Chris Clayton escreveu: >>> On Tuesday 14 December 2010, Brandon Philips wrote: On 17:13 Sun 12 Dec 2010, Torsten Kaiser wrote: > * change &fh->cap.vb_lock in bt

Re: Reading/writing controls from different classes in a single VIDIOC_[GS]_EXT_CTRLS call

2010-12-17 Thread Hans Verkuil
On Friday, December 17, 2010 20:52:25 Hans Verkuil wrote: > On Friday, December 17, 2010 17:17:05 Laurent Pinchart wrote: > > Hi Hans, > > > > I've recently run into an issue when porting a sensor driver to the control > > framework. > > > > A userspace application using that driver using VIDIOC

Re: Reading/writing controls from different classes in a single VIDIOC_[GS]_EXT_CTRLS call

2010-12-17 Thread Hans Verkuil
On Friday, December 17, 2010 17:17:05 Laurent Pinchart wrote: > Hi Hans, > > I've recently run into an issue when porting a sensor driver to the control > framework. > > A userspace application using that driver using VIDIOC_G_EXT_CTRLS to > retrieve > the value of a bunch of controls in a sin

[cron job] v4l-dvb daily build: WARNINGS

2010-12-17 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:Fri Dec 17 19:00:24 CET 2010 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version: i6

[PATCH 1/2] [media] Add a keymap for Pixelview 002-T remote

2010-12-17 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab create mode 100644 drivers/media/rc/keymaps/rc-pixelview-002t.c diff --git a/drivers/media/rc/keymaps/Makefile b/drivers/media/rc/keymaps/Makefile index 3194d39..148900f 100644 --- a/drivers/media/rc/keymaps/Makefile +++ b/drivers/media/rc/keymaps/Makefile

[PATCH 2/2] [media] cx231xx: Fix IR keymap for Pixelview SBTVD Hybrid

2010-12-17 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c b/drivers/media/video/cx231xx/cx231xx-cards.c index 6175650..6905607 100644 --- a/drivers/media/video/cx231xx/cx231xx-cards.c +++ b/drivers/media/video/cx231xx/cx231xx-cards.c @@ -412,7 +412,7 @@ struct

RE: DuoFlex CT PCIe

2010-12-17 Thread PC12 Ching
Hello Bert I raised the same question two weeks ago, I only got an offline answer, see below.$ I hope to get some more replies too. -- I wanted to know if the Digital Devices DuoFlex CT PCIe TWIN Combo DVB-C DVB-T card

[PATCH] [media] cx231xx: Fix inverted bits for RC on PV Hybrid

2010-12-17 Thread Mauro Carvalho Chehab
At Pixelview SBTVD Hybrid, the bits sent by the IR are inverted. Due to that, the existing keytables produce wrong codes. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/video/cx231xx/cx231xx-input.c b/drivers/media/video/cx231xx/cx231xx-input.c index c236a4e..45e14ca 100644 ---

Re: [GIT PULL FOR 2.6.37] uvcvideo: BKL removal

2010-12-17 Thread Mauro Carvalho Chehab
Laurent, Em 14-12-2010 08:55, Laurent Pinchart escreveu: > Hi Mauro, > > Please don't forget this pull request for 2.6.37. Pull request for upstream sent today. I didn't find any regressions at the BKL removal patches, but I noticed a few issues with qv4l2, not all related to uvcvideo. The re

[GIT PULL for v2.6.37-rc6] V4L/DVB BKL fixes

2010-12-17 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git bkl_removal For a series of BKL removal fixes that are needed in order to allow making V4L core non-dependent of CONFIG_BKL. Several patches on this series are trivial. There's still one bug le

Re: [PATCH] bttv: fix mutex use before init

2010-12-17 Thread Brandon Philips
On 19:45 Wed 15 Dec 2010, Mauro Carvalho Chehab wrote: > Em 15-12-2010 16:44, Chris Clayton escreveu: > > On Tuesday 14 December 2010, Brandon Philips wrote: > >> On 17:13 Sun 12 Dec 2010, Torsten Kaiser wrote: > >>> * change &fh->cap.vb_lock in bttv_open() AND radio_open() to > >>> &btv->init.ca

Re: [PATCH] V4L/DVB: Add support for M5MOLS Mega Pixel camera

2010-12-17 Thread Sylwester Nawrocki
Hi HeungJun, On 12/17/2010 07:42 AM, Kim, HeungJun wrote: > Hi Sylwester, > > Thanks for some comments. I'll reflects this comments for the next version > patch. It's clear that there is a few things I missed. It's better to let's > talk about this rest things, as Mr. Park said. > > But, I wann

Re: [PATCH v7 5/8] davinci vpbe: board specific additions

2010-12-17 Thread Sergei Shtylyov
Hello. Manjunath Hadli wrote: This patch implements tables for display timings,outputs and other board related functionalities. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil [...] diff --git a/arch/arm/mach-davinci/board-dm644x-evm.c b/arch/arm

Reading/writing controls from different classes in a single VIDIOC_[GS]_EXT_CTRLS call

2010-12-17 Thread Laurent Pinchart
Hi Hans, I've recently run into an issue when porting a sensor driver to the control framework. A userspace application using that driver using VIDIOC_G_EXT_CTRLS to retrieve the value of a bunch of controls in a single call. Those controls don't belong to the same class, and the application s

DuoFlex CT PCIe

2010-12-17 Thread Bert Haverkamp
Dear all, I recently found the DuoFlex CT PCIe TV-card. Finally a dual tuner DVB-C card. However, thusfar I haven't found any reference to a linux driver for this device. Is anyone working on this? Or do you know what is blocking it. Regards, Bert Haverkamp -- To unsubscribe from this list: send

Re: [RFC][media] s5p-fimc : Need to modify for s5pv310

2010-12-17 Thread Sylwester Nawrocki
Hi Sungchun, On 12/14/2010 10:52 AM, Sungchun Kang wrote: > > Hi Sylwester, > Thanks for your reply. > I almost agree with your opinion. > > On 12/13/2010 07:46 PM, Sylwester Nawrocki wrote: >> -Original Message- >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media- >> ow...@vg

Re: [PATCH] bttv: fix mutex use before init

2010-12-17 Thread Torsten Kaiser
On Wed, Dec 15, 2010 at 10:45 PM, Mauro Carvalho Chehab wrote: > While your patch fixes the issue, it has some other troubles, like to the > presence of > lock code at free_btres_lock(). It is possible to fix, but the better is to > just > use the core-assisted locking schema. This way, V4L2 cor

Re: [PATCH] [media] s5p-fimc: fix main scaler SFRs depends on FIMC version

2010-12-17 Thread Sylwester Nawrocki
Hello, On 12/17/2010 08:43 AM, Hyunwoong Kim wrote: > The main scaler has four SFRs for main scaler ratio depends on FIMC version. > FIMC 4.x has only two SFRs and FIMC 5.x has four SFRs for main scaler. > Those are MainHorRatio, MainHorRatio_ext, MainVerRatio and MainverRatio_ext. > > The FIMC 5

Re: TeVii S470 dvb-s2 issues - 2nd try ,)

2010-12-17 Thread Andy Walls
On Fri, 2010-12-17 at 12:19 +0100, Boris Cuber wrote: > Hello linux-media people! > > I have to problems with my dvb card ("TeVii S470"). I already > filed 2 bug reports some time ago, but no one seems to have > noticed/read them, so i'm trying it here now. > If you need a "full" dmesg, then pleas

Re: [PATCH] [media] s5p-fimc: fix main scaler SFRs depends on FIMC version

2010-12-17 Thread Kyungmin Park
On Fri, Dec 17, 2010 at 4:43 PM, Hyunwoong Kim wrote: > The main scaler has four SFRs for main scaler ratio depends on FIMC version. > FIMC 4.x has only two SFRs and FIMC 5.x has four SFRs for main scaler. > Those are MainHorRatio, MainHorRatio_ext, MainVerRatio and MainverRatio_ext. > > The FIMC

Re: [PATCH 09/10] MCDE: Add build files and bus

2010-12-17 Thread Marcus Lorentzon
On 12/17/2010 12:22 PM, Arnd Bergmann wrote: * When I talk about a bus, I mean 'struct bus_type', which identifies all devices with a uniform bus interface to their parent device (think: PCI, USB, I2C). You seem to think of a bus as a specific instance of that bus type, i.e. the devic

Re: [PATCH 09/10] MCDE: Add build files and bus

2010-12-17 Thread Arnd Bergmann
On Thursday 16 December 2010 19:26:37 Marcus Lorentzon wrote: > On 11/26/2010 12:24 PM, Arnd Bergmann wrote: > > [note: please configure your email client properly so it keeps > > proper attribution of text and and does not rewrap the citations > > incorrectly. Wrap your own text after 70 character

TeVii S470 dvb-s2 issues - 2nd try ,)

2010-12-17 Thread Boris Cuber
Hello linux-media people! I have to problems with my dvb card ("TeVii S470"). I already filed 2 bug reports some time ago, but no one seems to have noticed/read them, so i'm trying it here now. If you need a "full" dmesg, then please take a look at https://bugzilla.kernel.org/attachment.cgi?id=405

[PATCH v7 6/7] drivers:media:radio: wl128x: Kconfig & Makefile added for wl128x driver

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli Signed-off-by: Manjunatha Halli --- drivers/media/radio/wl128x/Kconfig | 17 + drivers/media/radio/wl128x/Makefile |6 ++ 2 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 drivers/media/radio/wl128x/Kconfig create mode 10064

[PATCH v7 1/7] drivers:media:radio: wl128x: fmdrv common header file

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli These are common headers used in FM submodules (FM V4L2, FM common, FM Rx,and FM TX). Signed-off-by: Manjunatha Halli --- drivers/media/radio/wl128x/fmdrv.h | 245 1 files changed, 245 insertions(+), 0 deletions(-) create mode 10064

[PATCH v7 2/7] drivers:media:radio: wl128x: fmdrv_v4l2 sources

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli This module interfaces V4L2 subsystem and FM common module. It registers itself with V4L2 as Radio module. Signed-off-by: Manjunatha Halli --- drivers/media/radio/wl128x/fmdrv_v4l2.c | 588 +++ drivers/media/radio/wl128x/fmdrv_v4l2.h | 33 +

[PATCH v7 5/7] drivers:media:radio: wl128x: FM driver TX sources

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli This has implementation for FM TX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Manjunatha Halli --- drivers/media/radio/wl128x/fmdrv_tx.c | 438 + drivers/media/radio/wl128x/fmdrv_tx.h | 37 +++

[PATCH v7 4/7] drivers:media:radio: wl128x: FM driver RX sources

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli This has implementation for FM RX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Manjunatha Halli --- drivers/media/radio/wl128x/fmdrv_rx.c | 904 + drivers/media/radio/wl128x/fmdrv_rx.h | 59 +++

[PATCH v7 0/7] FM V4L2 drivers for WL128x

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli Mauro and the list, This is the v7 version of the TI WL128x FM V4L2 drivers patchset. This introduces wl128x folder under the drivers/media/radio which cater to FM core on Texas Instrument's WL128x (also compatible with WL127x) WiLink chipsets. WL128x's FM can work in eith

[PATCH v7 7/7] drivers:media:radio: Update Kconfig and Makefile for supporting wl128x

2010-12-17 Thread manjunatha_halli
From: Manjunatha Halli Signed-off-by: Manjunatha Halli --- drivers/media/radio/Kconfig |3 +++ drivers/media/radio/Makefile |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 83567b8..4529bc7 100644 --- a

[PATCH] media: fsl-viu: fix support for streaming with mmap method

2010-12-17 Thread Anatolij Gustschin
Streaming using mmap didn't work in the VIU driver. We need to start/stop DMA in streamon/streamoff and free the buffers on release. Add appropriate driver extension now. Signed-off-by: Anatolij Gustschin --- drivers/media/video/fsl-viu.c |5 + 1 files changed, 5 insertions(+), 0 deletio

RE: [PATCH v4 1/2] OMAP_VOUT: CLEANUP: Move some functions and macros from omap_vout

2010-12-17 Thread Hiremath, Vaibhav
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Taneja, Archit > Sent: Friday, December 17, 2010 12:13 PM > To: linux-media@vger.kernel.org > Cc: linux-o...@vger.kernel.org; Taneja, Archit > Subject: [PATCH v4 1/2] OMAP

RE: [PATCH v4 2/2] OMAP_VOUT: Create separate file for VRFB related API's

2010-12-17 Thread Hiremath, Vaibhav
> -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Taneja, Archit > Sent: Friday, December 17, 2010 12:13 PM > To: linux-media@vger.kernel.org > Cc: linux-o...@vger.kernel.org; Taneja, Archit > Subject: [PATCH v4 2/2] O

[PATCH] [media] s5p-fimc: fix main scaler SFRs depends on FIMC version

2010-12-17 Thread Hyunwoong Kim
The main scaler has four SFRs for main scaler ratio depends on FIMC version. FIMC 4.x has only two SFRs and FIMC 5.x has four SFRs for main scaler. Those are MainHorRatio, MainHorRatio_ext, MainVerRatio and MainverRatio_ext. The FIMC 5.x has 15 bit resolution for scaling ratio as below. {MainHorRa