Re: linux-next: Tree for December 19 (media/mantis)

2009-12-18 Thread Randy Dunlap
On Sat, 19 Dec 2009 11:04:57 +1100 Stephen Rothwell wrote: > Hi all, > > I said: > > News: there will be no linux-next releases until at least Dec 24 and, > > more likely, Dec 29. Have a Merry Christmas and take a break. :-) > > Well, I decided I had time for one more so it will be based in -

[PATCH - v2 2/6] V4L - vpfe capture - source for ISIF driver on DM365

2009-12-18 Thread m-karicheri2
From: Muralidharan Karicheri Re-sending removing a typo in the source header Updated based on comments against v1 of the patch. This is the source file for ISIF driver for DM365. ISIF driver is equivalent to CCDC driver on DM355 and DM644x. This driver is tested for YUV capture from TVP51

[PATCH - v2 3/6] V4L - vpfe capture - vpss driver enhancements for DM365

2009-12-18 Thread m-karicheri2
From: Muralidharan Karicheri No change from v1 of the patch Enhancements to support DM365 ISP5 and VPSS module configuration. Also cleaned up the driver by removing redundant variables. Reviewed-by: Hans Verkuil Signed-off-by: Muralidharan Karicheri --- Applies to linux-next v4l-dvb tree dri

[PATCH - v2 2/6] V4L - vpfe capture - source for ISIF driver on DM365

2009-12-18 Thread m-karicheri2
From: Muralidharan Karicheri Updated based on comments against v1 of the patch. This is the source file for ISIF driver for DM365. ISIF driver is equivalent to CCDC driver on DM355 and DM644x. This driver is tested for YUV capture from TVP514x driver. This patch contains the header files requir

[PATCH - v2 4/6] V4L - vpfe_capture - bug fixes and enhancements

2009-12-18 Thread m-karicheri2
From: Muralidharan Karicheri Updated based on comments against v1 of the patch Added a experimental IOCTL, to read the CCDC parameters. Default handler was not getting the original pointer from the core. So a wrapper function added to handle the default handler properly. Also fixed a bug in the

[PATCH - v2 6/6] DaVinci - Adding platform code for vpfe capture on DM365

2009-12-18 Thread m-karicheri2
From: Muralidharan Karicheri updated based on comments against v1 of the patch Adding platform code for supporting vpfe capture and ISIF driver on DM365. Reviewed-by: Kevin Hilman Signed-off-by: Muralidharan Karicheri --- Applies to linux-next of v4l-dvb arch/arm/mach-davinci/board-dm365-evm

[PATCH - v2 1/6] V4L - vpfe capture - header files for ISIF driver

2009-12-18 Thread m-karicheri2
From: Muralidharan Karicheri Updated based on comments against v1 of the patch This is the header file for ISIF driver on DM365. ISIF driver is equivalent to CCDC driver on DM355 and DM644x. This driver is tested for YUV capture from TVP514x driver. This patch contains the header files required

[PATCH - v2 5/6] V4L - vpfe capture - build environment for isif driver

2009-12-18 Thread m-karicheri2
From: Muralidharan Karicheri updated based on comments against v1 of the patch Adding Makefile and Kconfig for ISIF driver Reviewed-by: Hans Verkuil Reviewed-by: Sergei Shtylyov Signed-off-by: Muralidharan Karicheri --- Applies to linux-next tree drivers/media/video/Kconfig | 14

Re: [patch] media video cx23888 driver: fix possible races using new kfifo_API kfifo_reset()

2009-12-18 Thread Andy Walls
On Fri, 2009-12-18 at 23:21 +0100, Stefani Seibold wrote: > Fix the cx23888 driver to use the new kfifo API. Using kfifo_reset() may > result in a possible race conditions. This patch fix it by using > spinlock around the kfifo_reset() function. > > The patch-set is against mm tree from 11-Dec-200

[patch] media video cx23888 driver: fix possible races using new kfifo_API kfifo_reset()

2009-12-18 Thread Stefani Seibold
Fix the cx23888 driver to use the new kfifo API. Using kfifo_reset() may result in a possible race conditions. This patch fix it by using spinlock around the kfifo_reset() function. The patch-set is against mm tree from 11-Dec-2009 Greetings, Stefani Signed-off-by: Stefani Seibold --- cx23888-

Re: [Fwd: [patch] media video cx23888 driver: ported to new kfifo API]

2009-12-18 Thread Stefani Seibold
Am Freitag, den 18.12.2009, 14:00 -0800 schrieb Andrew Morton: > On Fri, 18 Dec 2009 22:57:22 +0100 > Stefani Seibold wrote: > > > But kfifo_len() did not > > requiere a lock in my opinion. It is save to use without a look. > > What do you mean by this? Safe in general, or safe in this particu

Re: [Fwd: [patch] media video cx23888 driver: ported to new kfifo API]

2009-12-18 Thread Andrew Morton
On Fri, 18 Dec 2009 22:57:22 +0100 Stefani Seibold wrote: > But kfifo_len() did not > requiere a lock in my opinion. It is save to use without a look. What do you mean by this? Safe in general, or safe in this particular driver? In either case: why? -- To unsubscribe from this list: send the

Re: [Fwd: [patch] media video cx23888 driver: ported to new kfifo API]

2009-12-18 Thread Stefani Seibold
Am Freitag, den 18.12.2009, 16:39 -0500 schrieb Andy Walls: > On Fri, 2009-12-18 at 13:11 +0100, Stefani Seibold wrote: > > Am Freitag, den 18.12.2009, 07:00 -0500 schrieb Andy Walls: > > > On Fri, 2009-12-18 at 08:14 -0200, Mauro Carvalho Chehab wrote: > > > > > > > Stefani and Mauro, > > > > >

Re: patch to support for 0x0802 sensor in t613.c

2009-12-18 Thread leandro Costantino
Nicolau, if you need help, let me know. I also, sent you some mails asking for the patch for review some weeks ago, i thougth you were missing :) good woork best regards On Fri, Dec 18, 2009 at 8:13 PM, Jean-Francois Moine wrote: > On Fri, 18 Dec 2009 16:46:04 -0200 > Nicolau Werneck wrote: > >>

Re: [Fwd: [patch] media video cx23888 driver: ported to new kfifo API]

2009-12-18 Thread Andy Walls
On Fri, 2009-12-18 at 13:11 +0100, Stefani Seibold wrote: > Am Freitag, den 18.12.2009, 07:00 -0500 schrieb Andy Walls: > > On Fri, 2009-12-18 at 08:14 -0200, Mauro Carvalho Chehab wrote: > > > > Stefani and Mauro, > > > > My comments/concerns are in line: > > > > > Mensagem original -

Re: [linux-dvb] Hauppauge PVR-150 Vertical sync issue?

2009-12-18 Thread Robert Longfield
Hey Barry, Well that is certainly could be part of the problem, I was using mplayer to play back the video recorded onto the computer monitor. I wasn't too overly concerned with it as I thought it might be a playback issue. I certainly have a lot more trouble shooting to do before I figure out whe

Re: [linux-dvb] Hauppauge PVR-150 Vertical sync issue?

2009-12-18 Thread BOUWSMA Barry
On Fri, 18 Dec 2009, Robert Longfield wrote: > Ok so I ran a live CD on my windows box and there were no sync > problems. I installed the latest Ubuntu CD and dual booted my windows > machine and there was no sync problems but there was other issues, > many tiny black lines on edges during fast mo

Re: [linux-dvb] Hauppauge PVR-150 Vertical sync issue?

2009-12-18 Thread Steven Toth
> So it looks like the problem is restricted to my mythbuntu box. Congrats, that's better news. -- Steven Toth - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo in

Re: scan/scan-s2 doesn't tune, but dvbtune does?

2009-12-18 Thread Steven Toth
On Fri, Dec 18, 2009 at 2:23 PM, Michael Akey wrote: > Steven Toth wrote: >> >> On Tue, Dec 15, 2009 at 4:53 AM, Lou Otway >> wrote: >> >>> >>> Michael Akey wrote: >>> I can't get the scan/scan-s2 utilities to lock any transponders (DVB-S).  My test satellite is AMC1 103W, the Pent

Re: [linux-dvb] Hauppauge PVR-150 Vertical sync issue?

2009-12-18 Thread Robert Longfield
Ok so I ran a live CD on my windows box and there were no sync problems. I installed the latest Ubuntu CD and dual booted my windows machine and there was no sync problems but there was other issues, many tiny black lines on edges during fast movement when I did a $ cat /dev/video0 > foo.mpg. I'm g

Re: scan/scan-s2 doesn't tune, but dvbtune does?

2009-12-18 Thread Michael Akey
Steven Toth wrote: On Tue, Dec 15, 2009 at 4:53 AM, Lou Otway wrote: Michael Akey wrote: I can't get the scan/scan-s2 utilities to lock any transponders (DVB-S). My test satellite is AMC1 103W, the Pentagon Channel tp. This is probably some simple user error on my part, but I can't fi

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2009-12-18 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 18 19:00:09 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13836:9defbd461e5f gcc version: gcc (

Re: patch to support for 0x0802 sensor in t613.c

2009-12-18 Thread Jean-Francois Moine
On Fri, 18 Dec 2009 16:46:04 -0200 Nicolau Werneck wrote: > Hello. I am a clueless n00b, and I can't make patches or use any > proper development tools. But I made this modification to t613.c to > support this new sensor. It is working fine with me. I just cleaned > the code up a bit and compiled

Re: missing audio in bttv

2009-12-18 Thread Hans Verkuil
Hi Stefan, I'm CC-ing both the bttv maintainer and the linux-media list. On Thursday 17 December 2009 20:08:08 Stefan Tauner wrote: > On Thu, 26 Nov 2009 21:09:04 +0100 > Hans Verkuil wrote: > > > You posted this to the wrong mailinglist. The old video4linux > > mailinglist is obsolete and is r

Re: [PATCH 0/4 v13] Support for TVP7002 in DM365

2009-12-18 Thread Hans Verkuil
On Friday 18 December 2009 18:07:07 Santiago Nunez-Corrales wrote: > This series of patches provide support for the TVP7002 decoder in DM365. > > Support includes: > > * Inclusion of the chip in v4l2 definitions > * Definition of TVP7002 specific data structures > * Kconfig and Makefile support >

patch to support for 0x0802 sensor in t613.c

2009-12-18 Thread Nicolau Werneck
Hello. I am a clueless n00b, and I can't make patches or use any proper development tools. But I made this modification to t613.c to support this new sensor. It is working fine with me. I just cleaned the code up a bit and compiled and tested with the 2.6.32 kernel, and it seems to be working fine.

WinTV 1100 HD Model 1108

2009-12-18 Thread fabio tirapelle
Hi I use the Hauppauge WinTV 1100 HD Model 1108 on Ubuntu 9.10 with Mythtv 0.22 Do you know if there is problem with this card? This question as the signal sometimes scratch. It seems a problem during process the mpeg stream from DVB-T Thanks -- To unsubscribe from this list: send t

[PATCH 4/4 v13] Menu support for TVP7002 in DM365

2009-12-18 Thread santiago . nunez
From: Santiago Nunez-Corrales This patch provides menu configuration options for the TVP7002 decoder driver in DM365. Includes only TVP7002. Signed-off-by: Santiago Nunez-Corrales --- drivers/media/video/Kconfig |9 + drivers/media/video/Makefile |1 + 2 files changed, 10 inse

[PATCH 3/4 v13] TVP7002 driver for DM365

2009-12-18 Thread santiago . nunez
From: Santiago Nunez-Corrales This patch provides the implementation of the TVP7002 decoder driver for DM365. Implemented using the V4L2 DV presets API. Removed shadow register values. Testing shows that the device needs not to be powered down and up for correct behaviour. Improved readability. U

[PATCH 2/4 v13] Definitions for TVP7002 in DM365

2009-12-18 Thread santiago . nunez
From: Santiago Nunez-Corrales This patch provides the required definitions for the TVP7002 driver in DM365. Signed-off-by: Santiago Nunez-Corrales --- drivers/media/video/tvp7002_reg.h | 150 + include/media/tvp7002.h | 56 ++ 2 file

[PATCH 0/4 v13] Support for TVP7002 in DM365

2009-12-18 Thread Santiago Nunez-Corrales
This series of patches provide support for the TVP7002 decoder in DM365. Support includes: * Inclusion of the chip in v4l2 definitions * Definition of TVP7002 specific data structures * Kconfig and Makefile support This series corrects many issued pointed out by Snehaprabha Narnakaje, Muralidha

[PATCH 1/4 v13] Support for TVP7002 in v4l2 definitions

2009-12-18 Thread santiago . nunez
From: Santiago Nunez-Corrales This patch provides required chip identification definitions within v4l2. Included only definitions for TVP7002. Signed-off-by: Santiago Nunez-Corrales --- include/media/v4l2-chip-ident.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/i

Re: Adaptec VideOh! DVD Media Center

2009-12-18 Thread Simon Farnsworth
Paulo Assis wrote: > For the box to function it needs a firmware upload. Currently this is > managed by a udev script that in turn calls an application (multiload) > that provides for the upload. > What I would like to know is, if this the best way to handle it? > The problem with this process is t

Re: Adaptec VideOh! DVD Media Center

2009-12-18 Thread Mauro Carvalho Chehab
Devin Heitmueller wrote: > On Fri, Dec 18, 2009 at 9:05 AM, Paulo Assis wrote: >> Hi, >> Is there any simpler/standard way of handling these firmware uploads ? >> >> Regards, >> Paulo > > Hi Paulo, > > I would start by looking at the request_firmware() function, which is > used by a variety of

Re: Adaptec VideOh! DVD Media Center

2009-12-18 Thread Devin Heitmueller
On Fri, Dec 18, 2009 at 9:05 AM, Paulo Assis wrote: > Hi, > I'm currently porting the GPL linux-avc2210k driver ( > http://www.freelists.org/archive/linux-avc2210k/ ) to V4L2. > The current version has it's own API that makes it incompatible with > any software except for specific user space apps

Adaptec VideOh! DVD Media Center

2009-12-18 Thread Paulo Assis
Hi, I'm currently porting the GPL linux-avc2210k driver ( http://www.freelists.org/archive/linux-avc2210k/ ) to V4L2. The current version has it's own API that makes it incompatible with any software except for specific user space apps (avcctrl, avctune) bundled with the driver. Since development s

Re: scan/scan-s2 doesn't tune, but dvbtune does?

2009-12-18 Thread Steven Toth
On Tue, Dec 15, 2009 at 4:53 AM, Lou Otway wrote: > > > Michael Akey wrote: >> >> I can't get the scan/scan-s2 utilities to lock any transponders (DVB-S). >>  My test satellite is AMC1 103W, the Pentagon Channel tp. This is probably >> some simple user error on my part, but I can't figure it out.

Re: [Fwd: [patch] media video cx23888 driver: ported to new kfifo API]

2009-12-18 Thread Stefani Seibold
Am Freitag, den 18.12.2009, 07:00 -0500 schrieb Andy Walls: > On Fri, 2009-12-18 at 08:14 -0200, Mauro Carvalho Chehab wrote: > > Andy, > > > > Please review. The lack of porting cx23885 to new kfifo is stopping the > > merge > > of the redesigned kfifo upstream. > > > Stefani and Mauro, > > M

Re: Created files in patch comment intended?

2009-12-18 Thread Mauro Carvalho Chehab
Guennadi Liakhovetski wrote: > On Fri, 18 Dec 2009, Mauro Carvalho Chehab wrote: > >> Hi Guennadi, >> >> Guennadi Liakhovetski wrote: >>> Hi Mauro >>> >>> Looking at how my mediabus patches got committed into the mainline, I >>> noticed, that the add-mediabus patch contains a list of added files

Re: [Fwd: [patch] media video cx23888 driver: ported to new kfifo API]

2009-12-18 Thread Andy Walls
On Fri, 2009-12-18 at 08:14 -0200, Mauro Carvalho Chehab wrote: > Andy, > > Please review. The lack of porting cx23885 to new kfifo is stopping the merge > of the redesigned kfifo upstream. Stefani and Mauro, My comments/concerns are in line: > Mensagem original > Assunto: [p

Re: linux-next: Tree for December 17 (media/dvb)

2009-12-18 Thread Mauro Carvalho Chehab
Randy Dunlap wrote: > On Thu, 17 Dec 2009 16:58:40 +1100 Stephen Rothwell wrote: > >> Hi all, >> >> My usual call for calm: please do not put stuff destined for 2.6.34 into >> linux-next trees until after 2.6.33-rc1. >> >> Changes since 20091216: > > > (repeating:) > > drivers/media/dvb/fronten

Re: Created files in patch comment intended?

2009-12-18 Thread Guennadi Liakhovetski
On Fri, 18 Dec 2009, Mauro Carvalho Chehab wrote: > Hi Guennadi, > > Guennadi Liakhovetski wrote: > > Hi Mauro > > > > Looking at how my mediabus patches got committed into the mainline, I > > noticed, that the add-mediabus patch contains a list of added files > > between the patch description

[Fwd: [patch] media video cx23888 driver: ported to new kfifo API]

2009-12-18 Thread Mauro Carvalho Chehab
Andy, Please review. The lack of porting cx23885 to new kfifo is stopping the merge of the redesigned kfifo upstream. Cheers, Mauro. Mensagem original Assunto: [patch] media video cx23888 driver: ported to new kfifo API Data: Fri, 18 Dec 2009 09:12:34 +0100 De: Stefani Seibold

Re: Created files in patch comment intended?

2009-12-18 Thread Mauro Carvalho Chehab
Hi Guennadi, Guennadi Liakhovetski wrote: > Hi Mauro > > Looking at how my mediabus patches got committed into the mainline, I > noticed, that the add-mediabus patch contains a list of added files > between the patch description and the Sob's: > > create mode 100644 drivers/media/video/so