V4L-DVB: Status of Lite-On TVT-1060

2010-10-11 Thread Michael Strelan
Hi there, I have an Asus F8SA notebook with Lite-On TVT-1060 tuner. I have done lots of searching to find out how to get this to work but have only found links to patches for older versions or broken links. Can someone tell me whether there is likely to ever be support for this card, or perhaps

Hauppauge WinTV-HVR-1120 on Unbuntu 10.04

2010-10-11 Thread fabio tirapelle
Hi After upgrading from Ubuntu 9.10 to Ubuntu 10.04 my Hauppauge WinTV-HVR-1120 (sometimes) doesn't work correctly. I get random the following errors: [ 53.216153] DVB: registering new adapter (saa7133[0]) [ 53.216156] DVB: registering adapter 2 frontend 0 (NXP TDA10048HN DVB-T)... [

Re: [PATCH] viafb camera controller driver

2010-10-11 Thread Mauro Carvalho Chehab
Em 10-10-2010 19:23, Jonathan Corbet escreveu: 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

Re: [PATCH] viafb camera controller driver

2010-10-11 Thread Laurent Pinchart
Hi Jonathan, On Monday 11 October 2010 00:23:13 Jonathan Corbet wrote: 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

Re: OMAP 3530 camera ISP forks and new media framework

2010-10-11 Thread Bastian Hecht
So... let's see if i got some things right, please let me now if you disagree: - I do want to use the omap34xxcam.c driver as it is for the newest framework and I get most support for it - The camera sensor driver must implement the v4l2-subdev and the new pad-level api. As the register list of

Re: OMAP 3530 camera ISP forks and new media framework

2010-10-11 Thread Laurent Pinchart
Hi Bastian, On Monday 11 October 2010 14:59:15 Bastian Hecht wrote: So... let's see if i got some things right, please let me now if you disagree: - I do want to use the omap34xxcam.c driver as it is for the newest framework and I get most support for it That's a bad start. With the latest

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

2010-10-11 Thread Sylwester Nawrocki
Hi Seuni, thanks for you review! On 10/11/2010 07:09 AM, 박세운 wrote: Sewoon Park wrote: Add MIPI CSI format definitions, prepare DMA address definitions for interlaced input frame mode. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park

[PATCH v2] V4L/DVB: Add driver for Siliconfile SR030PC30 VGA camera

2010-10-11 Thread Sylwester Nawrocki
Add an I2C/v4l2-subdev driver for Siliconfile SR030PC30 VGA camera sensor with Image Signal Processor. SR030PC30 is the low resolution camera sensor on Samsung Aquila boards. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

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

2010-10-11 Thread David Ellingsworth
On Sun, Oct 10, 2010 at 1:33 PM, David Ellingsworth da...@identd.dyndns.org wrote: Hans, On Sun, Sep 26, 2010 at 8:25 AM, Hans Verkuil hverk...@xs4all.nl 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

Re: OMAP 3530 camera ISP forks and new media framework

2010-10-11 Thread Bastian Hecht
2010/10/11 Laurent Pinchart laurent.pinch...@ideasonboard.com: Hi Bastian, On Monday 11 October 2010 14:59:15 Bastian Hecht wrote: So... let's see if i got some things right, please let me now if you disagree: - I do want to use the omap34xxcam.c driver as it is for the newest framework

Re: OMAP 3530 camera ISP forks and new media framework

2010-10-11 Thread Laurent Pinchart
Hi Bastian, On Monday 11 October 2010 16:58:35 Bastian Hecht wrote: 2010/10/11 Laurent Pinchart laurent.pinch...@ideasonboard.com: On Monday 11 October 2010 14:59:15 Bastian Hecht wrote: So... let's see if i got some things right, please let me now if you disagree: - I do want to use

Re: OMAP 3530 camera ISP forks and new media framework

2010-10-11 Thread Guennadi Liakhovetski
On Mon, 11 Oct 2010, Bastian Hecht wrote: 2010/10/11 Laurent Pinchart laurent.pinch...@ideasonboard.com: Hi Bastian, On Monday 11 October 2010 14:59:15 Bastian Hecht wrote: So... let's see if i got some things right, please let me now if you disagree: - I do want to use the

Re: [PATCH] viafb camera controller driver

2010-10-11 Thread Jonathan Corbet
On Mon, 11 Oct 2010 14:18:55 +0200 Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: +static __devexit int viacam_remove(struct platform_device *pdev) +{ + struct via_camera *cam = via_cam_info; And use it here. Just call platform_set_drvdata(pdev, cam) in viacam_probe to

[PATCH 0/4] tm6000 locking fixes

2010-10-11 Thread Mauro Carvalho Chehab
There are a number of locking issues at tm6000 driver. This series fixes those locking issues. After them, both mplayer and tvtime are not causing panic/oops, even if I call it via a remote machine. Unfortunately, my HVR-900H died (probably due to overheat), so I can't test anymore the tm6010

[PATCH 1/4] tm6000: don't use BKL at the driver

2010-10-11 Thread Mauro Carvalho Chehab
Instead, use core lock handling. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 9d091c3..4106ae0 100644 --- a/drivers/staging/tm6000/tm6000-cards.c +++

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

2010-10-11 Thread Hans Verkuil
On Sunday, October 10, 2010 19:33:48 David Ellingsworth wrote: Hans, On Sun, Sep 26, 2010 at 8:25 AM, Hans Verkuil hverk...@xs4all.nl 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

[PATCH 2/4] V4L/DVB: tm6000-alsa: fix some locking issues

2010-10-11 Thread Mauro Carvalho Chehab
Those locking issues affect tvtime, causing a kernel oops/panic, due to a race condition. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c b/drivers/media/video/cx231xx/cx231xx-cards.c index c4cfcab..9c3a926 100644 ---

[GIT PATCHES FOR 2.6.37] Fix locking order in radio-mr800

2010-10-11 Thread Hans Verkuil
The following changes since commit 9147e3dbca0712a5435cd2ea7c48d39344f904eb: Mauro Carvalho Chehab (1): V4L/DVB: cx231xx: use core-assisted lock are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git mr800 Hans Verkuil (1): radio-mr800: fix locking

[PATCH 3/4] V4L/DVB: Use just one lock for devlist

2010-10-11 Thread Mauro Carvalho Chehab
This avoids a race condition Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/staging/tm6000/tm6000-core.c b/drivers/staging/tm6000/tm6000-core.c index f5f8632..02c9c7c 100644 --- a/drivers/staging/tm6000/tm6000-core.c +++ b/drivers/staging/tm6000/tm6000-core.c @@

[PATCH 4/4] V4L/DVB: tm6000: fix resource locking

2010-10-11 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000-video.c index 23c85fd..f184585 100644 --- a/drivers/staging/tm6000/tm6000-video.c +++ b/drivers/staging/tm6000/tm6000-video.c @@ -788,25 +788,49 @@ static

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

2010-10-11 Thread Mauro Carvalho Chehab
Em 11-10-2010 12:40, Hans Verkuil escreveu: On Sunday, October 10, 2010 19:33:48 David Ellingsworth wrote: Hans, On Sun, Sep 26, 2010 at 8:25 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, These are the locking patches. It's based on my previous test tree, but with more testing with

Re: [PATCH] gp8psk: fix tuner delay

2010-10-11 Thread VDR User
People are still waiting for this to be applied. Any reason it hasn't been? On Tue, Aug 17, 2010 at 10:34 AM, VDR User user@gmail.com wrote: This patches adjusts the tuner delay to be longer in response to several users experiencing tuner timeouts.  This change fixes that problem and

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

2010-10-11 Thread Hans Verkuil
On Monday, October 11, 2010 17:48:45 Mauro Carvalho Chehab wrote: Em 11-10-2010 12:40, Hans Verkuil escreveu: On Sunday, October 10, 2010 19:33:48 David Ellingsworth wrote: Hans, On Sun, Sep 26, 2010 at 8:25 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, These are the locking

Re: [PATCH] gp8psk: Add support for the Genpix Skywalker-2

2010-10-11 Thread VDR User
People are still waiting for this to be applied. Any reason it hasn't been? On Tue, Aug 17, 2010 at 10:56 AM, VDR User user@gmail.com wrote: gp8psk: Add support for the Genpix Skywalker-2 per user requests. Patched against v4l-dvb hg ab433502e041 tip.  Should patch fine against git as

Re: OMAP 3530 camera ISP forks and new media framework

2010-10-11 Thread Bastian Hecht
2010/10/11 Guennadi Liakhovetski g.liakhovet...@gmx.de: On Mon, 11 Oct 2010, Bastian Hecht wrote: 2010/10/11 Laurent Pinchart laurent.pinch...@ideasonboard.com: Hi Bastian, On Monday 11 October 2010 14:59:15 Bastian Hecht wrote: So... let's see if i got some things right, please let me

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

2010-10-11 Thread Laurent Pinchart
Hi Hans, On Monday 11 October 2010 17:54:07 Hans Verkuil wrote: On Monday, October 11, 2010 17:48:45 Mauro Carvalho Chehab wrote: Em 11-10-2010 12:40, Hans Verkuil escreveu: On Sunday, October 10, 2010 19:33:48 David Ellingsworth wrote: Hans, On Sun, Sep 26, 2010 at 8:25 AM, Hans

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

2010-10-11 Thread Mauro Carvalho Chehab
Em 11-10-2010 13:23, Laurent Pinchart escreveu: Hi Hans, On Monday 11 October 2010 17:54:07 Hans Verkuil wrote: On Monday, October 11, 2010 17:48:45 Mauro Carvalho Chehab wrote: Em 11-10-2010 12:40, Hans Verkuil escreveu: On Sunday, October 10, 2010 19:33:48 David Ellingsworth wrote: Hans,

Re: linux-next: Tree for September 29 (media IR build errors)

2010-10-11 Thread Randy Dunlap
On 09/29/10 21:38, Mauro Carvalho Chehab wrote: Em 29-09-2010 12:31, Randy Dunlap escreveu: On Wed, 29 Sep 2010 14:36:04 +1000 Stephen Rothwell wrote: Hi all, Changes since 20100928: ERROR: ir_keydown [drivers/media/video/ir-kbd-i2c.ko] undefined! ERROR: __ir_input_register

[PATCH v5 0/6] Add support for camera capture in s5p-fimc driver

2010-10-11 Thread Sylwester Nawrocki
Hi all, this is a fifth version of patches adding camera capture capability to the s5p-fimc driver. It incorporates minor fixes that I tracked just after sending v4, my apologies for spaming the list.. Hopefully that is the last version to be merged. Changes since v1: - entirely removed

[PATCH 4/6 v5] V4L/DVB: s5p-fimc: Do not lock both buffer queues in s_fmt

2010-10-11 Thread Sylwester Nawrocki
It is not necessary to lock both capture and output buffer queue while setting format for single queue. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-core.c | 69

[PATCH 3/6 v5] V4L/DVB: s5p-fimc: Fix 90/270 deg rotation errors

2010-10-11 Thread Sylwester Nawrocki
Due to errorneous swapping of image dimensions the rotation control was not handled properly in subsequent calls. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-core.c | 15 ++---

[PATCH 1/6 v5] V4L/DVB: s5p-fimc: Register definition cleanup

2010-10-11 Thread Sylwester Nawrocki
Add MIPI CSI format definitions, prepare DMA address definitions for interlaced input frame mode. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-reg.c |6 +-

[PATCH 6/6 v5] V4L/DVB: s5p-fimc: Add suport for FIMC on S5PC210 SoCs

2010-10-11 Thread Sylwester Nawrocki
Enable FIMC operation on S5PC210 (S5PV310) SoCs. This a minimal adaptation to obtain functionality of older FIMC IP revisions (S5PC100, S5PC110) on S5PC210 SOcs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 2/6 v5] V4L/DVB: s5p-fimc: mem2mem driver refactoring and cleanup

2010-10-11 Thread Sylwester Nawrocki
Register access functions refactored for camera capture interface control. Removed the workqueue since it was only useful for FIFO output mode which is not supported at this time. Fixed errors on module unload. Comments and whitespace cleanup. Signed-off-by: Sylwester Nawrocki

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

2010-10-11 Thread David Ellingsworth
On Mon, Oct 11, 2010 at 11:40 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sunday, October 10, 2010 19:33:48 David Ellingsworth wrote: Hans, On Sun, Sep 26, 2010 at 8:25 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, These are the locking patches. It's based on my previous test

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

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

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

2010-10-11 Thread Mauro Carvalho Chehab
Em 11-10-2010 15:05, David Ellingsworth escreveu: On Mon, Oct 11, 2010 at 11:40 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sunday, October 10, 2010 19:33:48 David Ellingsworth wrote: Mauro, you should be ashamed for accepting a series that obviously has issues. Hardly obvious, and

[GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card

2010-10-11 Thread Igor M. Liplianin
Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc. http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_T_C_CI_RF Features: PCI-e x1 Supports two DVB-T/DVB-C transponders simultaneously Supports two analog audio/video channels simultaneously Independent descrambling of two

Re: rtl2831-r2 still not working for Compro VideoMate U80

2010-10-11 Thread Jan Hoogenraad
Could you try: http://linuxtv.org/hg/~anttip/qt1010/ Previous users of Compro VideoMate U80 has a qt1010 tuner, which required that branch. Ugnius Soraka wrote: Hi, I'd like to get in touch with driver developers, is there any way I could help make RTL2831U driver work with Compro

Re: [PULL] http://kernellabs.com/hg/~stoth/saa7164-v4l

2010-10-11 Thread Mauro Carvalho Chehab
Hi stoth, Em 31-07-2010 17:42, Steven Toth escreveu: Mauro, Analog Encoder and VBI support in the SAA7164 tree, for the HVR2200 and HVR2250 cards. Please pull from http://www.kernellabs.com/hg/~stoth/saa7164-v4l As requested on irc, I've pulled from your tree again, and fixed a few

Re: [linux-dvb] Asus MyCinema P7131 Dual support

2010-10-11 Thread Dejan Rodiger
Hi, Hmm...things you can try: 1) Tell pulseaudio not to use the saa7134-alsa soundcard (click on sound preferences (top panel, on the right, near the clock) and disable saa7134 soundcard). 2) Run cat /proc/asound/card or arecord -l and make sure you're using the right device on the MPlayer

Re: [PULL] http://kernellabs.com/hg/~stoth/saa7164-v4l

2010-10-11 Thread Mauro Carvalho Chehab
Em 11-10-2010 18:03, Mauro Carvalho Chehab escreveu: Hi stoth, Em 31-07-2010 17:42, Steven Toth escreveu: Mauro, Analog Encoder and VBI support in the SAA7164 tree, for the HVR2200 and HVR2250 cards. Please pull from http://www.kernellabs.com/hg/~stoth/saa7164-v4l As requested on

Re: [PATCH] viafb camera controller driver

2010-10-11 Thread Laurent Pinchart
Hi Jonathan, On Monday 11 October 2010 17:30:48 Jonathan Corbet wrote: On Mon, 11 Oct 2010 14:18:55 +0200 Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: +static __devexit int viacam_remove(struct platform_device *pdev) +{ + struct via_camera *cam = via_cam_info; And

Re: [PULL] http://kernellabs.com/hg/~stoth/saa7164-v4l

2010-10-11 Thread Gavin Hurlbut
I replied earlier, but due to gmail wanting to send HTML mail by default (grr), it bounced when sending to the list Original reply (slightly reformatted) follows: commit 86ae40b5f3da13c5fd0c70731aac6447c6af4cd8 Author: Gavin Hurlbut gjhur...@gmail.com Date: Thu Sep 30 18:21:20

Re: [RFC] Resource reservation for frontend - Was: Re: xc5000 and switch RF input

2010-10-11 Thread Dmitri Belimov
Hi Mauro Em 07-10-2010 10:00, Dmitri Belimov escreveu: Hi Em 06-10-2010 16:52, Dmitri Belimov escreveu: Hi Our TV card Behold X7 has two different RF input. This RF inputs can switch between different RF sources. ANT 1 for analog and digital TV ANT 2 for FM radio The