tm6000: Patch that will fixed analog video (tested on tm5600)

2010-04-21 Thread Bee Hock Goh
Dear all, Anyone who have a tm6000 compatible analog device, please do try out this patch. Its working for me on a tm5600 using mplayer. It can be compile against the latest hg tree. diff -r a539e5b68945 linux/drivers/staging/tm6000/tm6000-video.c --- a/linux/drivers/staging/tm6000/tm6000-video

Re: Issue loading SAA7134 module

2010-04-21 Thread hermann pitton
Am Mittwoch, den 21.04.2010, 13:22 -0300 schrieb Donald Bailey: > I've got a couple of boxes that have two no-name 8-chip SAA713X cards. > Both have the same issue: the kernel will only set up the first eight on > one board and only two on the second. It leaves the other six unusable > with e

Re: [PATCH 3/3] ir-core: add imon driver

2010-04-21 Thread Jarod Wilson
On Tue, Apr 20, 2010 at 06:22:36PM -0300, Mauro Carvalho Chehab wrote: > Em Fri, 16 Apr 2010 17:29:02 -0400 > Jarod Wilson escreveu: > > > > > This is a new driver for the SoundGraph iMON and Antec Veris IR/display > > devices commonly found in many home theater pc cases and as after-market > >

Re: Need Info

2010-04-21 Thread linux newbie
Hi, Any suggestions? Thanks On Mon, Apr 19, 2010 at 7:18 PM, linux newbie wrote: > Hi, > > It is observed that Lifecam transfer type is Isochronous and ISP1362 > driver does not support this. Is there any driver patch that supports > Isochronous transfer?? > > Please help me in this regard. > T

Re: cx5000 default auto sleep mode

2010-04-21 Thread Timothy D. Lenz
On 4/14/2010 9:39 PM, Devin Heitmueller wrote: On Wed, Apr 14, 2010 at 11:44 PM, Andy Walls wrote: On Wed, 2010-04-14 at 13:40 -0400, Devin Heitmueller wrote: On Wed, Apr 14, 2010 at 1:29 PM, Timothy D. Lenz wrote: Thanks to Andy Walls, found out why I kept loosing 1 tuner on a FusionHD7 D

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

2010-04-21 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:Wed Apr 21 19:00:18 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14592:b438301e588f git master:

Re: [PATCH 1/3] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-04-21 Thread Jonathan Corbet
On Wed, 21 Apr 2010 12:29:00 +0300 m7aalton wrote: > > So I was taking a quick look at this; it mostly looks OK (though I wonder > > about all those symbol exports - does all that stuff need to be in the > > Some functions get called from both child drivers/modules, but some > stuff could probab

Issue loading SAA7134 module

2010-04-21 Thread Donald Bailey
I've got a couple of boxes that have two no-name 8-chip SAA713X cards. Both have the same issue: the kernel will only set up the first eight on one board and only two on the second. It leaves the other six unusable with error -23. I am unable to figure out what that means. Sample dmesg as f

[PATCH v1 2/2] v4l: vivi: adapt to out-of-order buffer dequeuing in videobuf.

2010-04-21 Thread Pawel Osciak
Make vivi use new videobuf helpers for finishing processing a buffer and checking for consumers. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park --- drivers/media/video/vivi.c | 17 + 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/drivers/media/video/v

[PATCH/RFC v1 0/2] Add support for out-of-order buffer dequeuing

2010-04-21 Thread Pawel Osciak
Hello, this patch adds support for dequeuing video buffers out-of-order, i.e. not in a FIFO order. It is closely related to my previous RFC, to which no responses were given (much to my disappointment, as an insight into what others think of the "done" waitqueues in videobuf_buffer could potenti

[PATCH v1 1/2] v4l: videobuf: Add support for out-of-order buffer dequeuing.

2010-04-21 Thread Pawel Osciak
Drivers can now finish processing on and return video buffers in an arbitrary order. Before this patch, this was possible in a FIFO order only. This is useful e.g. for video codecs, which often need to hold some buffers (e.g. keyframes) for longer periods of time than others. Signed-off-by: Pawel

Re: tm6000: firmware

2010-04-21 Thread Stefan Ringel
Am 21.04.2010 18:04, schrieb Mauro Carvalho Chehab: > Em Wed, 21 Apr 2010 17:15:55 +0200 > Stefan Ringel escreveu: > > >> Am 21.04.2010 06:45, schrieb Mauro Carvalho Chehab: >> >>> Em Thu, 15 Apr 2010 21:28:39 +0200 >>> Stefan Ringel escreveu: >>> >>> >>> Am 15.04.2010 19:1

Re: tm6000: firmware

2010-04-21 Thread Stefan Ringel
Am 21.04.2010 06:45, schrieb Mauro Carvalho Chehab: > Em Thu, 15 Apr 2010 21:28:39 +0200 > Stefan Ringel escreveu: > > >> Am 15.04.2010 19:14, schrieb Mauro Carvalho Chehab: >> >>> Em 15-04-2010 07:37, Stefan Ringel escreveu: >>> >>> Am 14.04.2010 23:06, schrieb Mauro Carval

16 Channel Capture Card Recommendation

2010-04-21 Thread Bill Purcell
I have a Phillips SAA7146 capture card that I can't seem to get working. Does anyone have a recommendation for a 16 channel capture card that works out of the box? Bill -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org

Re: [git:v4l-dvb/master] V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices

2010-04-21 Thread Mauro Carvalho Chehab
Andreas Oberritter wrote: > Hello Mauro, > > Mauro Carvalho Chehab wrote: >> Subject: V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable >> DVB devices >> Author: Klaus Schmidinger >> Date:Sun Apr 11 06:12:52 2010 -0300 > > I wonder why this patch was applied without any mod

saa7146 troubles

2010-04-21 Thread Bill Purcell
I have a saa7146 card but I'm not sure the maker 02:0c.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01) Subsystem: Device 434a:4343 Flags: bus master, medium devsel, latency 32, IRQ 11 Memory at ff7ffc00 (32-bit, non-prefetchable) [size=512] 02:0d.0 Multim

[PATCH v3 0/3] Fix DQBUF behavior for recoverable streaming errors

2010-04-21 Thread Pawel Osciak
Hello, this is the third version of a series that introduces a V4L2_BUF_FLAG_ERROR flag for recoverable stream errors. It allows applications to gracefully recover in case of such errors instead of losing the buffer or having to guess its index. Changes since v2: - replaced the second patch of th

[PATCH v3 3/3] v4l: Add documentation for the new error flag

2010-04-21 Thread Pawel Osciak
Add documentation for V4L2_BUF_FLAG_ERROR. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park --- Documentation/DocBook/v4l/io.xml | 10 ++ Documentation/DocBook/v4l/vidioc-qbuf.xml | 14 -- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/D

[PATCH v3 1/3] v4l: Add a new ERROR flag for DQBUF after recoverable streaming errors

2010-04-21 Thread Pawel Osciak
This flag is intended to indicate streaming errors, which might have resulted in corrupted video data in the buffer, but the buffer can still be reused and streaming may continue. Setting this flag and returning 0 is different from returning EIO. The latter should now indicate more serious (unreco

[PATCH v3 2/3] v4l: videobuf: Add support for V4L2_BUF_FLAG_ERROR

2010-04-21 Thread Pawel Osciak
From: Hans Verkuil For recoverable stream errors dqbuf() now returns 0 and the error flag is set instead of returning EIO. Signed-off-by: Hans Verkuil --- drivers/media/video/videobuf-core.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/media/v

Re: [PATCH] pxa_camera: move fifo reset direct before dma start

2010-04-21 Thread Jonathan Cameron
On 04/21/10 11:06, Antonio Ospite wrote: > On Tue, 20 Apr 2010 19:36:13 +0200 > Robert Jarzmik wrote: > >> Guennadi Liakhovetski writes: >> >>> Robert, what do you think? Are you still working with PXA camera? >> Hi Guennadi, >> >> Yes, I'm still working with pxa_camera :) >> >> About the patch,

Re: [PATCH] pxa_camera: move fifo reset direct before dma start

2010-04-21 Thread Antonio Ospite
On Tue, 20 Apr 2010 19:36:13 +0200 Robert Jarzmik wrote: > Guennadi Liakhovetski writes: > > > Robert, what do you think? Are you still working with PXA camera? > Hi Guennadi, > > Yes, I'm still working with pxa_camera :) > > About the patch, I have a very good feeling about it. I have not te

Re: av7110 and budget_av are broken!

2010-04-21 Thread Oliver Endriss
On Wednesday 21 April 2010 08:37:39 Hans Verkuil wrote: > > Am 22.3.2010 20:34, schrieb e9hack: > >> Am 20.3.2010 22:37, schrieb Hans Verkuil: > >>> On Saturday 20 March 2010 17:03:01 e9hack wrote: > >>> OK, I know that. But does the patch I mailed you last time fix this > >>> problem > >>> without

[PATCH] v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT types

2010-04-21 Thread Pawel Osciak
According to the V4L2 specification, applications set bytesused, field and timestamp fields of struct v4l2_buffer when the buffer is intended for output and memory type is MMAP. This adds proper copying of those values to videobuf_buffer so drivers can use them. Signed-off-by: Pawel Osciak Signed

RE: [PATCH v4 1/2] v4l: Add memory-to-memory device helper framework for videobuf.

2010-04-21 Thread Pawel Osciak
Hi, thanks for the review. My responses below. > Hiremath, Vaibhav wrote: > >> -Original Message- >> From: Pawel Osciak [mailto:p.osc...@samsung.com] >> Sent: Monday, April 19, 2010 6:00 PM >> To: linux-media@vger.kernel.org >> Cc: p.osc...@samsung.com; m.szyprow...@samsung.com; >> kyun

Re: [PATCH 1/3] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-04-21 Thread m7aalton
Hello. Thanks for the comments. On Tue, 2010-04-20 at 21:33 +0200, ext Jonathan Corbet wrote: > On Tue, 20 Apr 2010 18:20:05 +0300 > "Matti J. Aaltonen" wrote: > > > This is a parent driver for two child drivers: the V4L2 driver and > > the ALSA codec driver. The MFD part provides the I2C commu

Re: [linux-media] Re: [git:v4l-dvb/master] V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices

2010-04-21 Thread Klaus Schmidinger
On 04/21/10 09:58, Andreas Oberritter wrote: > Hello Mauro, > > Mauro Carvalho Chehab wrote: >> Subject: V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable >> DVB devices >> Author: Klaus Schmidinger >> Date:Sun Apr 11 06:12:52 2010 -0300 > > I wonder why this patch was appl

[PATCH] SH: add Video Output Unit and AK8813 video encoder support on ecovec

2010-04-21 Thread Guennadi Liakhovetski
Ecovec uses the AK8813 video envoder similarly to the ms7724se platform with the only difference, that on ecovec GPIOs are used for resetting and powering up and down the chip. Signed-off-by: Guennadi Liakhovetski --- This patch extends the SuperH VOU / AK881x patch series: http://thread.gmane.

RE: [PATCH v4 2/2] v4l: Add a mem-to-mem videobuf framework test device.

2010-04-21 Thread Hiremath, Vaibhav
> -Original Message- > From: Pawel Osciak [mailto:p.osc...@samsung.com] > Sent: Monday, April 19, 2010 6:00 PM > To: linux-media@vger.kernel.org > Cc: p.osc...@samsung.com; m.szyprow...@samsung.com; > kyungmin.p...@samsung.com; Hiremath, Vaibhav > Subject: [PATCH v4 2/2] v4l: Add a mem-to-

RE: [PATCH v4 1/2] v4l: Add memory-to-memory device helper framework for videobuf.

2010-04-21 Thread Hiremath, Vaibhav
> -Original Message- > From: Pawel Osciak [mailto:p.osc...@samsung.com] > Sent: Monday, April 19, 2010 6:00 PM > To: linux-media@vger.kernel.org > Cc: p.osc...@samsung.com; m.szyprow...@samsung.com; > kyungmin.p...@samsung.com; Hiremath, Vaibhav > Subject: [PATCH v4 1/2] v4l: Add memory-t

Re: [git:v4l-dvb/master] V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices

2010-04-21 Thread Andreas Oberritter
Hello Mauro, Mauro Carvalho Chehab wrote: > Subject: V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable > DVB devices > Author: Klaus Schmidinger > Date:Sun Apr 11 06:12:52 2010 -0300 I wonder why this patch was applied without any modification. It seems like, as Manu pointe