Re: How to make bug report

2012-06-22 Thread Marx
W dniu 2012-06-20 18:42, Antti Palosaari pisze: As author of the AF9015 I would like to see some of those errors. And your driver version. Use latest v4l-dvb if possible as I have changed it very much recently. I forgot to mention: I use Debian testing with experimental kernel: Linux wuwek

Re: Recent patch for videobuf causing a crash to my driver

2012-06-22 Thread Hans Verkuil
On 22/06/12 05:39, Prabhakar Lad wrote: Hi Federico, Recent patch from you (commit id a8f3c203e19b702fa5e8e83a9b6fb3c5a6d1cce4) which added cached buffer support to videobuf dma contig, is causing my driver to crash. Has this patch being tested for 'uncached' buffers ? If I replace this mapping

Re: Recent patch for videobuf causing a crash to my driver

2012-06-22 Thread Laurent Pinchart
Hi Hans, On Friday 22 June 2012 09:50:44 Hans Verkuil wrote: On 22/06/12 05:39, Prabhakar Lad wrote: Hi Federico, Recent patch from you (commit id a8f3c203e19b702fa5e8e83a9b6fb3c5a6d1cce4) which added cached buffer support to videobuf dma contig, is causing my driver to crash. Has

Re: Recent patch for videobuf causing a crash to my driver

2012-06-22 Thread Hans Verkuil
On Fri June 22 2012 10:50:23 Laurent Pinchart wrote: Hi Hans, On Friday 22 June 2012 09:50:44 Hans Verkuil wrote: On 22/06/12 05:39, Prabhakar Lad wrote: Hi Federico, Recent patch from you (commit id a8f3c203e19b702fa5e8e83a9b6fb3c5a6d1cce4) which added cached buffer support to

Re: Recent patch for videobuf causing a crash to my driver

2012-06-22 Thread Prabhakar Lad
Hi Hans, On Fri, Jun 22, 2012 at 1:20 PM, Hans Verkuil hverk...@xs4all.nl wrote: On 22/06/12 05:39, Prabhakar Lad wrote: Hi Federico, Recent patch from you (commit id a8f3c203e19b702fa5e8e83a9b6fb3c5a6d1cce4) which added cached buffer support to videobuf dma contig, is causing my driver

Re: Recent patch for videobuf causing a crash to my driver

2012-06-22 Thread Prabhakar Lad
Hi Hans, On Fri, Jun 22, 2012 at 2:29 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Fri June 22 2012 10:50:23 Laurent Pinchart wrote: Hi Hans, On Friday 22 June 2012 09:50:44 Hans Verkuil wrote: On 22/06/12 05:39, Prabhakar Lad wrote: Hi Federico, Recent patch from you (commit id

Re: Recent patch for videobuf causing a crash to my driver

2012-06-22 Thread Hans Verkuil
On Fri June 22 2012 11:09:22 Prabhakar Lad wrote: Hi Hans, On Fri, Jun 22, 2012 at 1:20 PM, Hans Verkuil hverk...@xs4all.nl wrote: On 22/06/12 05:39, Prabhakar Lad wrote: Hi Federico, Recent patch from you (commit id a8f3c203e19b702fa5e8e83a9b6fb3c5a6d1cce4) which added cached

Re: Recent patch for videobuf causing a crash to my driver

2012-06-22 Thread Hans Verkuil
On Fri June 22 2012 11:11:36 Prabhakar Lad wrote: Hi Hans, On Fri, Jun 22, 2012 at 2:29 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Fri June 22 2012 10:50:23 Laurent Pinchart wrote: Hi Hans, On Friday 22 June 2012 09:50:44 Hans Verkuil wrote: On 22/06/12 05:39, Prabhakar Lad

Re: Recent patch for videobuf causing a crash to my driver

2012-06-22 Thread Prabhakar Lad
Hi Hans, On Fri, Jun 22, 2012 at 2:58 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Fri June 22 2012 11:11:36 Prabhakar Lad wrote: Hi Hans, On Fri, Jun 22, 2012 at 2:29 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Fri June 22 2012 10:50:23 Laurent Pinchart wrote: Hi Hans, On Friday

Re: [PATCH 8/8] soc-camera: Push probe-time power management to drivers

2012-06-22 Thread Guennadi Liakhovetski
On Wed, 23 May 2012, Laurent Pinchart wrote: Several client drivers access the hardware at probe time, for instance to read the probe chip ID. Such chips need to be powered up when being probed. soc-camera handles this by powering chips up in the soc-camera probe implementation. However,

Re: DiBcom adapter problems

2012-06-22 Thread Zhu Sha Zang
Excuse me, dumb question, but where and how can i apply this patch? Thanks again! Em 21-06-2012 14:07, Olivier GRENIE escreveu: Hello, can you test the following patch. regards, Olivier From: Olivier Grenie olivier.gre...@parrot.com Date: Thu, 21 Jun 2012 18:57:14 +0200 Subject: [PATCH]

[RFCv2 PATCH 04/34] v4l2-ioctl.c: v4l2-ioctl: add debug and callback/offset functionality.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Add the necessary plumbing to make it possible to replace the switch by a table driven implementation. The ioctls ops can either be called directly, or by calling a small function that does some additional work if needed. Signed-off-by: Hans Verkuil

[RFCv2 PATCH 01/34] Regression fixes.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Waiting for these to be upstreamed... Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-dev.c |2 ++ drivers/media/video/vivi.c |6 +- include/linux/videodev2.h |6 +++--- 3 files changed, 10

[RFCv2 PATCH 07/34] v4l2-ioctl.c: use the new table for priority ioctls.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 60 ++ 1 file changed, 29 insertions(+), 31 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c

[RFCv2 PATCH 08/34] v4l2-ioctl.c: use the new table for format/framebuffer ioctls.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 692 +++--- 1 file changed, 346 insertions(+), 346 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c

[RFCv2 PATCH 05/34] v4l2-ioctl.c: remove an unnecessary #ifdef.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c b/drivers/media/video/v4l2-ioctl.c index 3b11e0d..e72babf 100644 ---

[RFCv2 PATCH 06/34] v4l2-ioctl.c: use the new table for querycap and i/o ioctls.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 328 -- 1 file changed, 133 insertions(+), 195 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c

[RFCv2 PATCH 16/34] v4l2-ioctl.c: use the new table for preset/timings ioctls.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 207 -- 1 file changed, 67 insertions(+), 140 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c

[RFCv2 PATCH 22/34] cx18: don't mess with vfd-debug.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This is now controlled by sysfs. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/cx18/cx18-ioctl.c | 18 -- drivers/media/video/cx18/cx18-ioctl.h |2 -- drivers/media/video/cx18/cx18-streams.c |4

[RFCv2 PATCH 33/34] pwc: use the new vb2 helpers.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/pwc/pwc-if.c | 155 - drivers/media/video/pwc/pwc-v4l.c | 140 +++-- drivers/media/video/pwc/pwc.h |3 -

[RFCv2 PATCH 23/34] vb2-core: refactor reqbufs/create_bufs.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Split off the memory and type validation. This is done both from reqbufs and create_bufs, and will also be done by vb2 helpers in a later patch. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/videobuf2-core.c | 153

[RFCv2 PATCH 30/34] vivi: use vb2 helper functions.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/vivi.c | 150 1 file changed, 12 insertions(+), 138 deletions(-) diff --git a/drivers/media/video/vivi.c

[RFCv2 PATCH 26/34] v4l2-dev/ioctl.c: add vb2_queue support to video_device.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This prepares struct video_device for easier integration with vb2. It also introduces a new lock that protects the vb2_queue. It is up to the driver to use it or not. And the driver can associate an owner filehandle with the queue to check whether

[RFCv2 PATCH 21/34] ivtv: don't mess with vfd-debug.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This is now controlled by sysfs. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/ivtv/ivtv-ioctl.c | 12 drivers/media/video/ivtv/ivtv-ioctl.h |1 - drivers/media/video/ivtv/ivtv-streams.c |4 ++-- 3

[RFCv2 PATCH 31/34] vivi: add create_bufs/preparebuf support.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/vivi.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index f6d7c6e..1e8c4f3 100644 ---

[RFCv2 PATCH 19/34] v4l2-dev.c: add debug sysfs entry.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Since this could theoretically change the debug value while in the middle of v4l2-ioctl.c, we make a copy of vfd-debug to ensure consistent debug behavior. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-dev.c | 24

[RFCv2 PATCH 13/34] v4l2-ioctl.c: use the new table for selection ioctls.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 262 ++ 1 file changed, 127 insertions(+), 135 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c

[RFCv2 PATCH 28/34] vivi: remove pointless g/s_std support

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/vivi.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 08c1024..e00efcf 100644 ---

[RFCv2 PATCH 11/34] v4l2-ioctl.c: use the new table for queuing/parm ioctls.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 315 -- 1 file changed, 165 insertions(+), 150 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c

[RFCv2 PATCH 18/34] v4l2-ioctl.c: finalize table conversion.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Implement the default case which finalizes the table conversion and allows us to remove the last part of the switch. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 35 +-- 1

[RFCv2 PATCH 00/34] Core and vb2 enhancements

2012-06-22 Thread Hans Verkuil
Hi all, This is the second version of this patch series. The first version is here: http://www.mail-archive.com/linux-media@vger.kernel.org/msg47558.html Changes since RFCv1: - Incorporated all review comments from Hans de Goede and Laurent Pinchart (Thanks!) except for splitting off the

[RFCv2 PATCH 14/34] v4l2-ioctl.c: use the new table for compression ioctls.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 123 ++ 1 file changed, 46 insertions(+), 77 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c

[RFCv2 PATCH 32/34] v4l2-dev.c: also add debug support for the fops.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-dev.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/drivers/media/video/v4l2-dev.c b/drivers/media/video/v4l2-dev.c index

[RFCv2 PATCH 34/34] pwc: v4l2-compliance fixes.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com - add device_caps - set colorspace - s_parm should support a fps of 0 (== reset to nominal fps) Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/pwc/pwc-v4l.c | 25 - 1 file changed, 16 insertions(+),

[RFCv2 PATCH 02/34] v4l2-ioctl.c: move a block of code down, no other changes.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com A block of code is moved down in the code to make later changes easier. Do just the move without other changes to keep the diff readable for the upcoming patch. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c |

[RFCv2 PATCH 03/34] v4l2-ioctl.c: introduce INFO_FL_CLEAR to replace switch.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com The switch statement that determines how much data should be copied from userspace is replaced by a table lookup. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 103 +++--- 1

[RFCv2 PATCH 15/34] v4l2-ioctl.c: use the new table for debug ioctls.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 139 -- 1 file changed, 89 insertions(+), 50 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c

[RFCv2 PATCH 12/34] v4l2-ioctl.c: use the new table for control ioctls.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 395 +++--- 1 file changed, 198 insertions(+), 197 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c

[RFCv2 PATCH 09/34] v4l2-ioctl.c: use the new table for overlay/streamon/off ioctls.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 47 -- 1 file changed, 20 insertions(+), 27 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c

[RFCv2 PATCH 25/34] Spec: document CREATE_BUFS behavior if count == 0.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- Documentation/DocBook/media/v4l/vidioc-create-bufs.xml |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/DocBook/media/v4l/vidioc-create-bufs.xml

[RFCv2 PATCH 29/34] vivi: embed struct video_device instead of allocating it.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/vivi.c | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index

[RFCv2 PATCH 24/34] vb2-core: add support for count == 0 in create_bufs.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This also fixes incorrect error handling in create_bufs: the return code of __vb2_queue_alloc is the number of allocated buffers, and not a traditional error code. Signed-off-by: Hans Verkuil hans.verk...@cisco.com ---

[RFCv2 PATCH 27/34] videobuf2-core: add helper functions.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Add helper functions to make it easier to adapt drivers to vb2. These helpers take care of core locking and check if the filehandle is the owner of the queue. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/videobuf2-core.c |

[RFCv2 PATCH 20/34] v4l2-ioctl: remove v4l_(i2c_)print_ioctl

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com v4l_i2c_print_ioctl wasn't used and v4l_print_ioctl could be replaced by v4l_printk_ioctl. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/pvrusb2/pvrusb2-v4l2.c |4 ++-- drivers/media/video/sn9c102/sn9c102.h |2

[RFCv2 PATCH 17/34] v4l2-ioctl.c: use the new table for the remaining ioctls.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 278 +- 1 file changed, 154 insertions(+), 124 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c

[RFCv2 PATCH 10/34] v4l2-ioctl.c: use the new table for std/tuner/modulator ioctls.

2012-06-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-ioctl.c | 430 +++--- 1 file changed, 220 insertions(+), 210 deletions(-) diff --git a/drivers/media/video/v4l2-ioctl.c

Re: Recent patch for videobuf causing a crash to my driver

2012-06-22 Thread Federico Vaga
Has this patch being tested for 'uncached' buffers ? I didn't test it on uncached buffers because I don't have the hardware. The main development of the patches: efeb98b4e2b2 a8f3c203e19b bca7ad1a332a was made by windriver people. I review their code an correct the bug that I found but I have

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-22 Thread Hans Verkuil
Sorry for the late reply, but I've been quite busy the last few days... On Tue June 19 2012 16:14:26 Mauro Carvalho Chehab wrote: Em 19-06-2012 09:36, Hans de Goede escreveu: Hi, On 06/19/2012 01:09 PM, Mauro Carvalho Chehab wrote: Em 19-06-2012 05:27, Hans de Goede escreveu: Hi,

RE: DiBcom adapter problems

2012-06-22 Thread Olivier GRENIE
You need to get the source code of your kernel, apply the path and recompile the kernel. There is another solution by compiling the module externally (http://git.linuxtv.org/media_build.git). You will also need to patch it. regards, Olivier From: Zhu Sha

Re: [PATCH] [media] drxk: change it to use request_firmware_nowait()

2012-06-22 Thread Marko Ristola
Hi Mauro I think that your __i2c_transfer() solution is elegant for DVB-C frontend tuner reprogramming sleep cases: TDA6650 programming manual, page 9 states: Main divider data are valid only if no new I2C-bus transmission is started (START condition) during the computation period of 50 μs.

Re: [PATCH] omap3isp: preview: Add support for non-GRBG Bayer patterns

2012-06-22 Thread jean-philippe francois
2012/6/22 Laurent Pinchart laurent.pinch...@ideasonboard.com: Hi Jean-Philippe, On Thursday 21 June 2012 15:35:52 jean-philippe francois wrote: 2012/6/18 Laurent Pinchart laurent.pinch...@ideasonboard.com: Rearrange the CFA interpolation coefficients table based on the Bayer pattern.

Re: Chipset change for CX88_BOARD_PINNACLE_PCTV_HD_800i

2012-06-22 Thread Devin Heitmueller
On Thu, Jun 21, 2012 at 6:43 PM, Mack Stanley mcs1...@gmail.com wrote: mplayer [various options] dvb://6 tunes to different channels different times, sometimes to video from one channel and sound from another, sometimes to video but no sound. I would try tuning to the same channel multiple

Re: Recent patch for videobuf causing a crash to my driver

2012-06-22 Thread Mauro Carvalho Chehab
Em 22-06-2012 05:50, Laurent Pinchart escreveu: Hi Hans, On Friday 22 June 2012 09:50:44 Hans Verkuil wrote: On 22/06/12 05:39, Prabhakar Lad wrote: Hi Federico, Recent patch from you (commit id a8f3c203e19b702fa5e8e83a9b6fb3c5a6d1cce4) which added cached buffer support to videobuf dma

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-22 Thread Hans Verkuil
On Wed June 20 2012 08:19:40 Hans Verkuil wrote: On 19/06/12 21:41, Peter Senna Tschudin wrote: Full diff: http://pastebin.com/BJS2EXcH On Tue, Jun 19, 2012 at 4:39 PM, Peter Senna Tschudin peter.se...@gmail.com wrote: Hans, I've: [peter@ace tmp]$ diff

Re: [PATCH] [media] videobuf-dma-contig: restore buffer mapping for uncached bufers

2012-06-22 Thread Federico Vaga
from commit a8f3c203e19b702fa5e8e83a9b6fb3c5a6d1cce4 restore the mapping scheme for uncached buffers, which was changed in a common scheme for cached and uncached. This apparently was wrong, and was probably intended only for cached buffers. the fix fixes the crash observed while mapping

Re: Chipset change for CX88_BOARD_PINNACLE_PCTV_HD_800i

2012-06-22 Thread Mack Stanley
On 06/22/2012 07:28 AM, Devin Heitmueller wrote: On Thu, Jun 21, 2012 at 6:43 PM, Mack Stanley mcs1...@gmail.com wrote: mplayer [various options] dvb://6 tunes to different channels different times, sometimes to video from one channel and sound from another, sometimes to video but no sound.

Re: Chipset change for CX88_BOARD_PINNACLE_PCTV_HD_800i

2012-06-22 Thread Devin Heitmueller
On Fri, Jun 22, 2012 at 11:55 AM, Mack Stanley mcs1...@gmail.com wrote: Your absolutely right about the tuning problem.  The VID's and AID's were all wrong.  The card seems to have been choosing more at less at random among the channels on the same frequency.  I copied the correct VID's and

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-22 Thread Mauro Carvalho Chehab
Em 22-06-2012 11:07, Hans Verkuil escreveu: Sorry for the late reply, but I've been quite busy the last few days... On Tue June 19 2012 16:14:26 Mauro Carvalho Chehab wrote: Em 19-06-2012 09:36, Hans de Goede escreveu: Hi, On 06/19/2012 01:09 PM, Mauro Carvalho Chehab wrote: Em 19-06-2012

Fwd: stk1160 linux driver

2012-06-22 Thread Ezequiel Garcia
Gianluca, Forwarded to linux-media, since it could be interesting and/or might get some extra help. Please, keep linux-media in Cc when you reply. Ezequiel. -- Forwarded message -- From: Ezequiel Garcia elezegar...@gmail.com Date: Fri, Jun 22, 2012 at 1:19 PM Subject: Re:

[PATCH] V4L: soc-camera: add selection API host operations

2012-06-22 Thread Guennadi Liakhovetski
Add .get_selection() and .set_selection() soc-camera host driver operations. Additionally check, that the user is not trying to change the output sizes during a running capture. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- diff --git a/drivers/media/video/soc_camera.c

Re: [PATCH] [media] videobuf-dma-contig: restore buffer mapping for uncached bufers

2012-06-22 Thread Hans Verkuil
On Fri June 22 2012 17:28:04 Federico Vaga wrote: from commit a8f3c203e19b702fa5e8e83a9b6fb3c5a6d1cce4 restore the mapping scheme for uncached buffers, which was changed in a common scheme for cached and uncached. This apparently was wrong, and was probably intended only for cached

Re: [PATCH] [media] videobuf-dma-contig: restore buffer mapping for uncached bufers

2012-06-22 Thread Federico Vaga
In data venerdì 22 giugno 2012 18:45:31, Hans Verkuil ha scritto: On Fri June 22 2012 17:28:04 Federico Vaga wrote: from commit a8f3c203e19b702fa5e8e83a9b6fb3c5a6d1cce4 restore the mapping scheme for uncached buffers, which was changed in a common scheme for cached and uncached. This

Re: [PATCH 00/43] rc-core: feature parity with LIRC

2012-06-22 Thread Mauro Carvalho Chehab
Hi David, Em 23-05-2012 06:42, David Härdeman escreveu: The following patchset provides most of the features necessary for parity with the LIRC subsystem that rc-core is intended to replace. Most importantly, a chardev is provided which can be used to control RC hardware using read (RX),

Tuner NOGANET NG-PTV FM

2012-06-22 Thread Ariel Mammoli
Tengo una sintonizadora NOGANET NG-PTV FM la cual tiene el chip Philips 7134. He revisado la lista de valores varias veces pero no la encuentro en ella. ¿Cuales son los valores correctos para configurar el modulo saa7134? Gracias Ariel Mammoli -- I have a tuner NOGANET NG-FM

Re: Tuner NOGANET NG-PTV FM

2012-06-22 Thread Ezequiel Garcia
Hi Ariel, On Fri, Jun 22, 2012 at 3:41 PM, Ariel Mammoli cmamm...@gmail.com wrote: I have a tuner NOGANET NG-FM PTV which has the Philips chip 7134. I have reviewed the list of values several times but can not find it. What are the correct values to configure the module saa7134? That's a

Re: Tuner NOGANET NG-PTV FM

2012-06-22 Thread Ezequiel Garcia
Hi Ariel, Please don't drop linux-media from Cc. On Fri, Jun 22, 2012 at 4:08 PM, Ariel Mammoli cmamm...@gmail.com wrote: Hi Ezequiel, El vie 22 jun 2012 15:51:02 ART, Ezequiel Garcia ha escrito: Hi Ariel, On Fri, Jun 22, 2012 at 3:41 PM, Ariel Mammoli cmamm...@gmail.com wrote: I have a

cron job: media_tree daily build: ERRORS

2012-06-22 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Fri Jun 22 19:00:17 CEST 2012 git hash:5472d3f17845c4398c6a510b46855820920c2181 gcc version: i686-linux-gcc

Re: Chipset change for CX88_BOARD_PINNACLE_PCTV_HD_800i

2012-06-22 Thread Devin Heitmueller
On Fri, Jun 22, 2012 at 11:55 AM, Mack Stanley mcs1...@gmail.com wrote: So, keeping all of the configuration settings exactly the same and simply using s5h1411_attach instead of s5h1409_attach works perfectly. Maybe the easiest path is just to have the driver try one, if it fails, try the

Re: Tuner NOGANET NG-PTV FM

2012-06-22 Thread Ezequiel Garcia
On Fri, Jun 22, 2012 at 4:40 PM, Ariel Mammoli cmamm...@gmail.com wrote: Hello again Ezequiel, [snip] Ok, I will continue trying, I will contact the manufacturer. Thank you! No problem :-) Please remember to keep Cc when replying; that way you allow other people reading the list to follow

Re: Tuner NOGANET NG-PTV FM

2012-06-22 Thread Ezequiel Garcia
Hi Ariel, On Fri, Jun 22, 2012 at 4:40 PM, Ariel Mammoli cmamm...@gmail.com wrote: Hello again Ezequiel, El vie 22 jun 2012 16:16:51 ART, Ezequiel Garcia ha escrito: Hi Ariel, Please don't drop linux-media from Cc. On Fri, Jun 22, 2012 at 4:08 PM, Ariel Mammoli cmamm...@gmail.com wrote:

Re: Tuner NOGANET NG-PTV FM

2012-06-22 Thread Ariel Mammoli
Ezequiel; El vie 22 jun 2012 16:54:52 ART, Ezequiel Garcia ha escrito: Hi Ariel, On Fri, Jun 22, 2012 at 4:40 PM, Ariel Mammoli cmamm...@gmail.com wrote: Hello again Ezequiel, El vie 22 jun 2012 16:16:51 ART, Ezequiel Garcia ha escrito: Hi Ariel, Please don't drop linux-media from Cc.

Re: Tuner NOGANET NG-PTV FM

2012-06-22 Thread Ezequiel Garcia
On Fri, Jun 22, 2012 at 5:03 PM, Ariel Mammoli cmamm...@gmail.com wrote: Ezequiel; El vie 22 jun 2012 16:54:52 ART, Ezequiel Garcia ha escrito: Hi Ariel, On Fri, Jun 22, 2012 at 4:40 PM, Ariel Mammoli cmamm...@gmail.com wrote: Hello again Ezequiel, El vie 22 jun 2012 16:16:51 ART,

Re: Tuner NOGANET NG-PTV FM

2012-06-22 Thread Ariel Mammoli
Hi, El 22/06/12 17:10, Ezequiel Garcia escribió: On Fri, Jun 22, 2012 at 5:03 PM, Ariel Mammoli cmamm...@gmail.com wrote: Ezequiel; El vie 22 jun 2012 16:54:52 ART, Ezequiel Garcia ha escrito: Hi Ariel, On Fri, Jun 22, 2012 at 4:40 PM, Ariel Mammoli cmamm...@gmail.com wrote: Hello again

Re: Tuner NOGANET NG-PTV FM

2012-06-22 Thread Ezequiel Garcia
On Fri, Jun 22, 2012 at 5:30 PM, Ariel Mammoli cmamm...@gmail.com wrote: [   31.130403] saa7130/34: v4l2 driver version 0.2.16 loaded [   31.130543] saa7134 :04:05.0: PCI INT A - GSI 16 (level, low) - IRQ 16 [   31.130548] saa7130[0]: found at :04:05.0, rev: 1, irq: 16, latency: 64,

Re: Tuner NOGANET NG-PTV FM

2012-06-22 Thread Ariel Mammoli
El 22/06/12 17:55, Ezequiel Garcia escribió: On Fri, Jun 22, 2012 at 5:30 PM, Ariel Mammoli cmamm...@gmail.com wrote: [ 31.130403] saa7130/34: v4l2 driver version 0.2.16 loaded [ 31.130543] saa7134 :04:05.0: PCI INT A - GSI 16 (level, low) - IRQ 16 [ 31.130548] saa7130[0]: found at

Skystar HD2 / mantis status?

2012-06-22 Thread Andrew Hakman
What is the status of the Skystar HD2 / Mantis driver? I am running kernel 3.2-4, and the card tunes DVB-S fine, but gives a transport stream with a ton of errors when tuning DVB-S2. Is there a driver that actually works with this card properly, or is the card just useless for DVB-S2 in linux? --