[GIT PULL for v3.4-rc4] media fixes

2012-04-20 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus for a some fixes for the media drivers: - Fixes a regression at DVB core when switching from DVB-S2 to DVB-S on Kaffeine (Fedora 16 Bugzilla #812895); - Fixes

Re: Re: [PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-20 Thread nibble.max
2012-04-21 10:38:02 nibble@gmail.com >Em 20-04-2012 06:47, Antti Palosaari escreveu: >> On 20.04.2012 11:01, nibble.max wrote: >>> 2012-04-20 15:56:27 nibble@gmail.com >>> At first time, I check it exist so try to patch it. >>> But with new m88ds3103 features to add and ts2022 tuner include

[PATCH 1/2] [media for 3.5] Add support for TBS-Tech ISDB-T Full Seg DTB08

2012-04-20 Thread Manoel Pinheiro
Driver for TBS-Tech ISDB-T USB2.0 Receiver (DTB08 Full Seg). The device used as a reference is described in the link http://linuxtv.org/wiki/index.php/JH_Full_HD_Digital_TV_Receiver Signed-off-by: Manoel Pinheiro --- drivers/media/dvb/dvb-usb/Kconfig | 11 + drivers/media/dvb/dvb-usb/Mak

[PATCH 2/2] [media for 3.5] Add support for TBS-Tech ISDB-T Full Seg DTB08: Modifications for frontend mb86a20s

2012-04-20 Thread Manoel Pinheiro
Driver for TBS-Tech ISDB-T USB2.0 Receiver (DTB08 Full Seg). The device used as a reference is described in the link http://linuxtv.org/wiki/index.php/JH_Full_HD_Digital_TV_Receiver Modifications to allow use the mb86a20s frontend. Signed-off-by: Manoel Pinheiro --- drivers/media/dvb/dvb-usb/

Kworld PE355-2T Dual DVB-T PCI-e

2012-04-20 Thread Andrew Congdon
Has anyone tried this newer model PCI-E dual DVB-T tuner card? It doesn't appear in the linux-tv wiki. Any chance of support? PCI-E Dual DVB-T TV Card Pro (PE355-2T) http://uk.kworld-global.com/main/prod_in.aspx?mnuid=1335&modid=12&prodid=248 -- To unsubscribe from this list: send the line "unsu

Re: [PATCH] TDA9887 PAL-Nc fix

2012-04-20 Thread Andy Walls
On Fri, 2012-04-20 at 11:01 -0300, Gonzalo A. de la Vega wrote: > On Thu, Apr 19, 2012 at 8:50 PM, Andy Walls wrote: > > On Wed, 2012-04-18 at 09:22 -0300, Gonzalo de la Vega wrote: > >> The tunner IF for PAL-Nc norm, which AFAIK is used only in Argentina, was > >> being defined as equal to PAL-M

Re: [PATCH v2] [media] rc: Postpone ISR registration

2012-04-20 Thread Jarod Wilson
On Thu, Apr 19, 2012 at 10:37:17PM +0100, Luis Henriques wrote: > An early registration of an ISR was causing a crash to several users (for > example, with the ite-cir driver: http://bugs.launchpad.net/bugs/972723). > The reason was that IRQs were being triggered before a driver > initialisation wa

Re: Mipi csi2 driver for Omap4

2012-04-20 Thread Sakari Ailus
Hi Steve, On Fri, Apr 20, 2012 at 12:11:38PM +0200, Steve Lindell wrote: > Hi! I'm developing a mipi csi2 receiver for test purpose and need some > help of how to capture the data stream from a camera module. I'm using a > phytec board with a Omap4430 processor running Linux kernel 3.0.9. > Connec

Re: [PATCHv24 00/16] Contiguous Memory Allocator

2012-04-20 Thread Kumar Gala
On Apr 19, 2012, at 2:40 PM, Andrew Morton wrote: > On Tue, 03 Apr 2012 16:10:05 +0200 > Marek Szyprowski wrote: > >> This is (yet another) update of CMA patches. > > Looks OK to me. It's a lot of code. > > Please move it into linux-next, and if all is well, ask Linus to pull > the tree into

Re: [PATCHv24 00/16] Contiguous Memory Allocator

2012-04-20 Thread Kumar Gala
Marek, diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index c1601e5..669e8bb 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -508,6 +508,11 @@ bytes respectively. Such letter suffixes can also be entirely omitt

[PATCH 1/1] Added GenesysLogic BW Microscope device id

2012-04-20 Thread Renzo Dani
From: Renzo Dani Signed-off-by: Renzo Dani --- drivers/media/video/uvc/uvc_driver.c | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/uvc/uvc_driver.c b/drivers/media/video/uvc/uvc_driver.c index 1d13172..b8c94b4 100644 --- a/drivers/media

Re: s5p-fimc VIDIOC_STREAMOFF bug

2012-04-20 Thread Sylwester Nawrocki
Hi Tomasz, On 04/19/2012 11:45 PM, Tomasz Figa wrote: > Hi, > > I have been working on adapting s5p-fimc driver for s3c6410 and everything > seems to be working just fine after some minor changes (except minor loss > of functionality - only codec path is supported, but for most use cases it >

cron job: media_tree daily build: WARNINGS

2012-04-20 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 Apr 20 19:00:16 CEST 2012 git hash:aa6d5f29534a6d1459f9768c591a7a72aadc5941 gcc version: i686-linux-gcc (GC

Re: [PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-20 Thread Mauro Carvalho Chehab
Em 20-04-2012 06:47, Antti Palosaari escreveu: > On 20.04.2012 11:01, nibble.max wrote: >> 2012-04-20 15:56:27 nibble@gmail.com >> At first time, I check it exist so try to patch it. >> But with new m88ds3103 features to add and ts2022 tuner include, find it is >> hard to do simply patch. >> I

Re: [PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-20 Thread Mauro Carvalho Chehab
Em 20-04-2012 05:01, nibble.max escreveu: > 2012-04-20 15:56:27 nibble@gmail.com > At first time, I check it exist so try to patch it. > But with new m88ds3103 features to add and ts2022 tuner include, find it is > hard to do simply patch. > It is better to create a new driver for maintain. T

Re: [PATCH 2/6] m88ds3103, dvbsky dvb-s2 usb box.

2012-04-20 Thread Mauro Carvalho Chehab
Em 20-04-2012 05:08, nibble.max escreveu: > 2012-04-20 16:02:41 nibble@gmail.com >> Em 15-04-2012 12:53, nibble.max escreveu: >>> +static struct dvb_usb_device_properties US6830_properties = { >>> + .caps = DVB_USB_IS_AN_I2C_ADAPTER, >>> + .usb_ctrl = DEVICE_SPECIFIC, >>> + .size_of_priv

Re: [PATCH] TDA9887 PAL-Nc fix

2012-04-20 Thread Ezequiel García
Hola ;) > > From other discussions we've had at the ML, it seems that devices sold in > Argentina with analog tuners sometimes come with a NTSC tuner, and sometimes > come with an European PAL tuner. They solve the frequency shifts that > happen there via some tda9887 (and/or tuner-simple) adjustm

[PATCH] marvell-cam: fix an ARM build error

2012-04-20 Thread Jonathan Corbet
One of the OLPC changes lost a little in its translation to mainline, leading to build errors on the ARM architecture. Remove the offending line, and all will be well. Reported-by: Mathieu Poirier Cc: sta...@vger.kernel.org Signed-off-by: Jonathan Corbet diff --git a/drivers/media/video/marvel

RE: [PATCH v1] ARM: i.mx: mx3fb: add overlay support

2012-04-20 Thread Guennadi Liakhovetski
Hi Alex On Fri, 20 Apr 2012, Alex Gershgorin wrote: [snip] > > Signed-off-by: Alex Gershgorin > > Signed-off-by: Guennadi Liakhovetski > > > > Thanks for the credit (;-)), but no, putting my Sob after yours means, > > > that I took your patch and forwarded it on to the next maintainer, which

RE: [PATCH v1] ARM: i.mx: mx3fb: add overlay support

2012-04-20 Thread Alex Gershgorin
Hi Guennadi, Thanks for your review. > > Thanks for reviving, fixing and submitting this code! I think that this code is beneficial :-) > > On Wed, 18 Apr 2012, Alex Gershgorin wrote: > This patch is based on the original version submitted by Guennadi > Liakhovetski, > the patch initializes

[RFC PATCH 3/3] [media] gspca - main: implement vidioc_g_ext_ctrls and vidioc_s_ext_ctrls

2012-04-20 Thread Antonio Ospite
This makes it possible for applications to handle controls with a class different than V4L2_CTRL_CLASS_USER for gspca subdevices, like for instance V4L2_CID_EXPOSURE_AUTO which some subdrivers use and which can't be controlled right now. See http://thread.gmane.org/gmane.linux.drivers.video-input-

[RFC PATCH 2/3] [media] gspca - main: factor out the logic to set and get controls

2012-04-20 Thread Antonio Ospite
Factor out the logic to set and get controls from vidioc_s_ctrl() and vidioc_g_ctrl() so that the code can be reused in the coming implementation of vidioc_s_ext_ctrls() and vidioc_g_ext_ctrls(). Signed-off-by: Antonio Ospite --- drivers/media/video/gspca/gspca.c | 148 -

[RFC PATCH 1/3] [media] gspca - main: rename get_ctrl to get_ctrl_index

2012-04-20 Thread Antonio Ospite
This reflects better what the function does and is also in preparation of a refactoring of setting and getting controls. Signed-off-by: Antonio Ospite --- drivers/media/video/gspca/gspca.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media/video/gspca/gs

[RFC PATCH 0/3] gspca: Implement VIDIOC_G_EXT_CTRLS and VIDIOC_S_EXT_CTRLS

2012-04-20 Thread Antonio Ospite
Hi, this is a first attempt at implementing VIDIOC_G_EXT_CTRLS and VIDIOC_S_EXT_CTRLS, these ioclt are needed in order to make controls of type different than V4L2_CTRL_CLASS_USER work in gspca. An example of such a control is V4L2_CID_EXPOSURE_AUTO which a couple of gspca subdrivers define but w

Re: [PATCH] TDA9887 PAL-Nc fix

2012-04-20 Thread Mauro Carvalho Chehab
Buenos dias Gonzalo, Em 20-04-2012 11:01, Gonzalo A. de la Vega escreveu: > On Thu, Apr 19, 2012 at 8:50 PM, Andy Walls wrote: >> On Wed, 2012-04-18 at 09:22 -0300, Gonzalo de la Vega wrote: >>> The tunner IF for PAL-Nc norm, which AFAIK is used only in Argentina, was >>> being defined as equal

Re: [PATCH v4 02/14] Documentation: media: description of DMABUF importing in V4L2

2012-04-20 Thread Mauro Carvalho Chehab
Em 20-04-2012 09:25, Tomasz Stanislawski escreveu: > Hi Remi, >> Now, I do realize that some devices cannot support USERPTR efficiently, >> then they should not support USERPTR. > > The problem is not there is *NO* device that can handle USERPTR reliably. > The can handle USERPTR generated by ma

[PATCHv5 01/13] v4l: Add DMABUF as a memory type

2012-04-20 Thread Tomasz Stanislawski
From: Sumit Semwal Adds DMABUF memory type to v4l framework. Also adds the related file descriptor in v4l2_plane and v4l2_buffer. Signed-off-by: Tomasz Stanislawski [original work in the PoC for buffer sharing] Signed-off-by: Sumit Semwal Signed-off-by: Sumit Semwal Acked-by: Laurent Pinch

[PATCHv5 00/13] Integration of videobuf2 with dmabuf

2012-04-20 Thread Tomasz Stanislawski
Hello everyone, This patchset adds support for DMABUF [2] importing to V4L2 stack. The support for DMABUF exporting was moved to separate patchset due to dependency on patches for DMA mapping redesign by Marek Szyprowski [4]. v5: - removed change of importer/exporter behaviour - fixes vb2_dc_pages

[PATCHv5 09/13] v4l: vb2: add prepare/finish callbacks to allocators

2012-04-20 Thread Tomasz Stanislawski
From: Marek Szyprowski This patch adds support for prepare/finish callbacks in VB2 allocators. These callback are used for buffer flushing. Signed-off-by: Marek Szyprowski Acked-by: Laurent Pinchart --- drivers/media/video/videobuf2-core.c | 11 +++ include/media/videobuf2-core.h

[PATCHv5 04/13] v4l: vb: remove warnings about MEMORY_DMABUF

2012-04-20 Thread Tomasz Stanislawski
From: Sumit Semwal Adding DMABUF memory type causes videobuf to complain about not using it in some switch cases. This patch removes these warnings. Signed-off-by: Sumit Semwal Acked-by: Laurent Pinchart --- drivers/media/video/videobuf-core.c |4 1 files changed, 4 insertions(+), 0

[PATCHv5 10/13] v4l: vb2-dma-contig: add prepare/finish to dma-contig allocator

2012-04-20 Thread Tomasz Stanislawski
From: Marek Szyprowski Add prepare/finish callbacks to vb2-dma-contig allocator. Signed-off-by: Marek Szyprowski --- drivers/media/video/videobuf2-dma-contig.c | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/videobuf2-dma-con

[PATCHv5 03/13] v4l: vb2: add support for shared buffer (dma_buf)

2012-04-20 Thread Tomasz Stanislawski
From: Sumit Semwal This patch adds support for DMABUF memory type in videobuf2. It calls relevant APIs of dma_buf for v4l reqbuf / qbuf / dqbuf operations. For this version, the support is for videobuf2 as a user of the shared buffer; so the allocation of the buffer is done outside of V4L2. [A s

[PATCHv5 06/13] v4l: vb2-dma-contig: Remove unneeded allocation context structure

2012-04-20 Thread Tomasz Stanislawski
vb2-dma-contig returns a vb2_dc_conf structure instance as the vb2 allocation context. That structure only stores a pointer to the physical device. Remove it and use the device pointer directly as the allocation context. Signed-off-by: Tomasz Stanislawski Acked-by: Laurent Pinchart --- drivers/

[PATCHv5 02/13] Documentation: media: description of DMABUF importing in V4L2

2012-04-20 Thread Tomasz Stanislawski
This patch adds description and usage examples for importing DMABUF file descriptor in V4L2. Signed-off-by: Tomasz Stanislawski Signed-off-by: Kyungmin Park --- Documentation/DocBook/media/v4l/compat.xml |4 + Documentation/DocBook/media/v4l/io.xml | 179 +++

[PATCHv5 11/13] v4l: vb2-dma-contig: add support for dma_buf importing

2012-04-20 Thread Tomasz Stanislawski
From: Sumit Semwal This patch makes changes for adding dma-contig as a dma_buf user. It provides function implementations for the {attach, detach, map, unmap}_dmabuf() mem_ops of DMABUF memory type. Signed-off-by: Sumit Semwal Signed-off-by: Sumit Semwal [author of the original patch]

[PATCHv5 08/13] v4l: vb2-dma-contig: add support for scatterlist in userptr mode

2012-04-20 Thread Tomasz Stanislawski
From: Andrzej Pietrasiewicz This patch introduces usage of dma_map_sg to map memory behind a userspace pointer to a device as dma-contiguous mapping. Signed-off-by: Andrzej Pietrasiewicz Signed-off-by: Marek Szyprowski [bugfixing] Signed-off-by: Kamil Debski [bugfixing] Signed

[PATCHv5 07/13] v4l: vb2-dma-contig: Reorder functions

2012-04-20 Thread Tomasz Stanislawski
From: Laurent Pinchart Group functions by buffer type. Signed-off-by: Laurent Pinchart --- drivers/media/video/videobuf2-dma-contig.c | 92 --- 1 files changed, 54 insertions(+), 38 deletions(-) diff --git a/drivers/media/video/videobuf2-dma-contig.c b/drivers/media

[PATCHv5 13/13] v4l: s5p-fimc: support for dmabuf importing

2012-04-20 Thread Tomasz Stanislawski
This patch enhances s5p-fimc with support for DMABUF importing via V4L2_MEMORY_DMABUF memory type. Signed-off-by: Tomasz Stanislawski Signed-off-by: Kyungmin Park Acked-by: Sylwester Nawrocki --- drivers/media/video/Kconfig |1 + drivers/media/video/s5p-fimc/fimc-capture.c

[PATCHv5 05/13] v4l: vb2-dma-contig: Shorten vb2_dma_contig prefix to vb2_dc

2012-04-20 Thread Tomasz Stanislawski
From: Laurent Pinchart Signed-off-by: Laurent Pinchart --- drivers/media/video/videobuf2-dma-contig.c | 36 ++-- 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/media/video/videobuf2-dma-contig.c b/drivers/media/video/videobuf2-dma-contig.c in

[PATCHv5 12/13] v4l: s5p-tv: mixer: support for dmabuf importing

2012-04-20 Thread Tomasz Stanislawski
This patch enhances s5p-tv with support for DMABUF importing via V4L2_MEMORY_DMABUF memory type. Signed-off-by: Tomasz Stanislawski Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-tv/Kconfig |1 + drivers/media/video/s5p-tv/mixer_video.c |2 +- 2 files changed, 2 insertio

[PATCHv5 01/13] v4l: Add DMABUF as a memory type

2012-04-20 Thread Tomasz Stanislawski
From: Sumit Semwal Adds DMABUF memory type to v4l framework. Also adds the related file descriptor in v4l2_plane and v4l2_buffer. Signed-off-by: Tomasz Stanislawski [original work in the PoC for buffer sharing] Signed-off-by: Sumit Semwal Signed-off-by: Sumit Semwal Acked-by: Laurent Pinch

[PATCHv5 00/13] Integration of videobuf2 with dmabuf

2012-04-20 Thread Tomasz Stanislawski
Hello everyone, This patchset adds support for DMABUF [2] importing to V4L2 stack. The support for DMABUF exporting was moved to separate patchset due to dependency on patches for DMA mapping redesign by Marek Szyprowski [4]. v5: - removed change of importer/exporter behaviour - fixes vb2_dc_pages

Re: [PATCH] TDA9887 PAL-Nc fix

2012-04-20 Thread Gonzalo A. de la Vega
On Thu, Apr 19, 2012 at 8:50 PM, Andy Walls wrote: > On Wed, 2012-04-18 at 09:22 -0300, Gonzalo de la Vega wrote: >> The tunner IF for PAL-Nc norm, which AFAIK is used only in Argentina, was >> being defined as equal to PAL-M but it is not. It actually uses the same >> video IF as PAL-BG (and un

Re: [PATCH v4 02/14] Documentation: media: description of DMABUF importing in V4L2

2012-04-20 Thread Mauro Carvalho Chehab
Em 20-04-2012 07:56, Rémi Denis-Courmont escreveu: > On Fri, 20 Apr 2012 10:41:37 +0200, Tomasz Stanislawski > wrote: >>> Am I understanding wrong or are you saying that you want to drop > userptr >>> from V4L2 API in long-term? If so, why? >> >> Dropping userptr is just some brainstorming idea. >

[patch] [media] ngene: remove an unneeded condition

2012-04-20 Thread Dan Carpenter
"stat" is always zero here. The condition used to be needed, but we shifted stuff around in 0f0b270f90 "[media] ngene: CXD2099AR Common Interface driver". This doesn't change how the code works, it's just a bit tidier. Signed-off-by: Dan Carpenter diff --git a/drivers/media/dvb/ngene/ngene-cor

Re: [PATCH v4 02/14] Documentation: media: description of DMABUF importing in V4L2

2012-04-20 Thread Rémi Denis-Courmont
On Fri, 20 Apr 2012 14:25:01 +0200, Tomasz Stanislawski wrote: >>> The USERPTR simplifies userspace code but introduce >>> a lot of complexity problems for the kernel drivers >>> and frameworks. >> >> It is not only a simplification. In some cases, USERPTR is the only I/O >> method that su

Re: [PATCH v4 14/14] v4l: fimc: support for dmabuf importing

2012-04-20 Thread Sylwester Nawrocki
Hi Tomasz, On 04/13/2012 05:47 PM, Tomasz Stanislawski wrote: > This patch enhances s5p-fimc with support for DMABUF importing via > V4L2_MEMORY_DMABUF memory type. > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyungmin Park Acked-by: Sylwester Nawrocki Just one nitpick, please cha

Re: CX23885 MSI

2012-04-20 Thread Devin Heitmueller
On Fri, Apr 20, 2012 at 7:34 AM, James Courtier-Dutton wrote: > Hi, > > I noticed that the CX23885 driver does not set it up to use MSI. > I don't have the datasheets. Is there any know reason not to use MSI > with this PCI Express card? > I just want to know before I spend time enabling MSI for t

Re: [GIT PULL FOR v3.5] Various fixes

2012-04-20 Thread Sakari Ailus
Hi, Hans Verkuil wrote: On Friday, April 20, 2012 13:57:00 Sakari Ailus wrote: Hi Hans, On Thu, Apr 19, 2012 at 05:48:51PM +0200, Hans Verkuil wrote: While I was cleaning up some older drivers I came across a few bugs that are fixed here. The fixes are all trivial one-liners. Regards,

Re: [PATCH v4 02/14] Documentation: media: description of DMABUF importing in V4L2

2012-04-20 Thread Tomasz Stanislawski
Hi Remi, On 04/20/2012 12:56 PM, Rémi Denis-Courmont wrote: > On Fri, 20 Apr 2012 10:41:37 +0200, Tomasz Stanislawski > wrote: >>> Am I understanding wrong or are you saying that you want to drop > userptr >>> from V4L2 API in long-term? If so, why? >> >> Dropping userptr is just some brainstormi

RE: [PATCHv24 00/16] Contiguous Memory Allocator

2012-04-20 Thread Marek Szyprowski
Hi Andrew, On Thursday, April 19, 2012 9:41 PM Andrew Morton wrote: > On Tue, 03 Apr 2012 16:10:05 +0200 > Marek Szyprowski wrote: > > > This is (yet another) update of CMA patches. > > Looks OK to me. It's a lot of code. > > Please move it into linux-next, and if all is well, ask Linus to p

Re: [GIT PULL FOR v3.5] Various fixes

2012-04-20 Thread Hans Verkuil
On Friday, April 20, 2012 13:57:00 Sakari Ailus wrote: > Hi Hans, > > On Thu, Apr 19, 2012 at 05:48:51PM +0200, Hans Verkuil wrote: > > While I was cleaning up some older drivers I came across a few bugs that are > > fixed here. The fixes are all trivial one-liners. > > > > Regards, > > > >

Re: [GIT PULL FOR v3.5] Various fixes

2012-04-20 Thread Sakari Ailus
Hi Hans, On Thu, Apr 19, 2012 at 05:48:51PM +0200, Hans Verkuil wrote: > While I was cleaning up some older drivers I came across a few bugs that are > fixed here. The fixes are all trivial one-liners. > > Regards, > > Hans > > The following changes since commit f4d4e7656b26a6013bc5072c94

Re: [PATCH v4 02/14] Documentation: media: description of DMABUF importing in V4L2

2012-04-20 Thread Rémi Denis-Courmont
On Fri, 20 Apr 2012 10:41:37 +0200, Tomasz Stanislawski wrote: >> Am I understanding wrong or are you saying that you want to drop userptr >> from V4L2 API in long-term? If so, why? > > Dropping userptr is just some brainstorming idea. > It was found out that userptr is not a good mean >

Re: [RFC/PATCH] v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream

2012-04-20 Thread Andrzej Hajda
On Fri, 2012-04-20 at 12:38 +0200, Andrzej Hajda wrote: > On Thu, 2012-04-19 at 10:58 -0300, Mauro Carvalho Chehab wrote: > > Em 13-04-2012 13:31, Kamil Debski escreveu: > > > Hi, > > > > > >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > > >> Sent: 10 April 2012 11:51 > > >> > >

Re: [RFC/PATCH] v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream

2012-04-20 Thread Andrzej Hajda
On Thu, 2012-04-19 at 10:58 -0300, Mauro Carvalho Chehab wrote: > Em 13-04-2012 13:31, Kamil Debski escreveu: > > Hi, > > > >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > >> Sent: 10 April 2012 11:51 > >> > >> v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the st

Re: Tuning file for Crystal Palace, UK (post digital switch-over)

2012-04-20 Thread Ian Armstrong
On Friday 20 April 2012, Ian Liverton wrote: > Thanks for this - I was in the middle of trying to sort this out when it > arrived! When I use it with dvbscan, however, it seems to mis-detect the > modulation on the SDN multiplex. It's telling me it's QPSK rather than > QAM_64. Did you have any

Mipi csi2 driver for Omap4

2012-04-20 Thread Steve Lindell
Hi! I'm developing a mipi csi2 receiver for test purpose and need some help of how to capture the data stream from a camera module. I'm using a phytec board with a Omap4430 processor running Linux kernel 3.0.9. Connected to the MIPI lanes I have a camera module (soled on a flexfilm) The camera

Re: [PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-20 Thread Antti Palosaari
On 20.04.2012 11:01, nibble.max wrote: 2012-04-20 15:56:27 nibble@gmail.com At first time, I check it exist so try to patch it. But with new m88ds3103 features to add and ts2022 tuner include, find it is hard to do simply patch. It is better to create a new driver for maintain. Hi Max, Em

Re: [PATCH v4 08/14] v4l: vb2-dma-contig: add support for scatterlist in userptr mode

2012-04-20 Thread Tomasz Stanislawski
Hi Laurent, On 04/17/2012 02:43 AM, Laurent Pinchart wrote: > Hi Tomasz, > > Thanks for the patch. > > On Friday 13 April 2012 17:47:50 Tomasz Stanislawski wrote: >> From: Andrzej Pietrasiewicz >> >> This patch introduces usage of dma_map_sg to map memory behind >> a userspace pointer to a dev

Re: [PATCH v4 02/14] Documentation: media: description of DMABUF importing in V4L2

2012-04-20 Thread Tomasz Stanislawski
Hi Mauro, On 04/19/2012 10:37 PM, Mauro Carvalho Chehab wrote: > Em 19-04-2012 11:32, Tomasz Stanislawski escreveu: > >> Hi Laurent, >> >> One may find similar sentences in MMAP, USERPTR and DMABUF. >> Maybe the common parts like description of STREAMON/OFF, >> QBUF/DQBUF shuffling should be mov

RE: Tuning file for Crystal Palace, UK (post digital switch-over)

2012-04-20 Thread Ian Liverton
Hi Chris, Thanks for this - I was in the middle of trying to sort this out when it arrived! When I use it with dvbscan, however, it seems to mis-detect the modulation on the SDN multiplex. It's telling me it's QPSK rather than QAM_64. Did you have any trouble with re-tuning? >>> tune to: 50600

Re: Re: [PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-20 Thread nibble.max
2012-04-20 15:48:53 nibble@gmail.com Mauro, thank you. > >Hi Max, > >Em 15-04-2012 12:53, nibble.max escreveu: >> Montage m88ds3103 demodulator and ts2022 tuner driver. >> >> Signed-off-by: Max nibble > >Please always test any patch you send upstream with ./scripts/checkpatch.pl. > >It analys

Re: Re: [PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-20 Thread nibble.max
2012-04-20 15:56:27 nibble@gmail.com At first time, I check it exist so try to patch it. But with new m88ds3103 features to add and ts2022 tuner include, find it is hard to do simply patch. It is better to create a new driver for maintain. >Hi Max, > >Em 15-04-2012 12:53, nibble.max escreveu: