Re: Siano DVB USB device called Smart Plus

2012-01-20 Thread Mauro Carvalho Chehab
Em 20-01-2012 02:34, Denilson Figueiredo de Sá escreveu: On Thu, Jan 19, 2012 at 12:42, Mauro Carvalho Chehab mche...@redhat.com wrote: From the product page, it is a 1-seg device. So, it likely uses a sms1xxx chip. Correct, Siano SMS1140. You'll likely need to add a new board entry

Re: Build change in media_build to support Debian

2012-01-20 Thread Mauro Carvalho Chehab
Em 19-01-2012 21:04, Benjamin Limmer escreveu: commit 2949a7393f3e2598d4de49b408587462b11f819f Author: Ben Limmer benjamin.lim...@readytalk.com Date: Thu Jan 19 16:01:15 2012 -0700 Update to build script to give Debian users the Ubunutu package hints. The aptitude package names are

Re: [RFCv1 2/4] v4l:vb2: add support for shared buffer (dma_buf)

2012-01-20 Thread Sumit Semwal
On 20 January 2012 00:37, Pawel Osciak pa...@osciak.com wrote: Hi Sumit, Thank you for your work. Please find my comments below. Hi Pawel, Thank you for finding time for this review, and your comments :) - my comments inline. [Also, as an aside, Tomasz has also been working on the vb2

Re: [RFCv1 2/4] v4l:vb2: add support for shared buffer (dma_buf)

2012-01-20 Thread Tomasz Stanislawski
Hi Sumit and Pawel, Please find comments below. On 01/20/2012 11:41 AM, Sumit Semwal wrote: On 20 January 2012 00:37, Pawel Osciakpa...@osciak.com wrote: Hi Sumit, Thank you for your work. Please find my comments below. Hi Pawel, Thank you for finding time for this review, and your comments

[PATCH 0/4] media i.MX27 camera: fix buffer handling and videobuf2 support.

2012-01-20 Thread Javier Martin
The way video buffer handling is programmed for i.MX27 leads to buffers being written when they are not ready. It can be easily checked enabling DEBUG features of the driver. This series migrate the driver to videobuf2 and provide an additional discard queue to make sure all the events are

[PATCH 1/4] media i.MX27 camera: migrate driver to videobuf2

2012-01-20 Thread Javier Martin
Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c | 277 ++ 1 files changed, 128 insertions(+), 149 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c index

[PATCH 2/4] media i.MX27 camera: add start_stream and stop_stream callbacks.

2012-01-20 Thread Javier Martin
Add start_stream and stop_stream callback in order to enable and disable the eMMa-PrP properly and save CPU usage avoiding IRQs when the device is not streaming. Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c | 107

[PATCH 3/4] media i.MX27 camera: improve discard buffer handling.

2012-01-20 Thread Javier Martin
The way discard buffer was previously handled lead to possible races that made a buffer that was not yet ready to be overwritten by new video data. This is easily detected at 25fps just adding #define DEBUG to enable the memset check and seeing how the image is corrupted. A new discard queue and

[PATCH 4/4] media i.MX27 camera: handle overflows properly.

2012-01-20 Thread Javier Martin
Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/mx2_camera.c | 23 +-- 1 files changed, 9 insertions(+), 14 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c index e0c5dd4..cdc614f 100644 ---

Re: [PATCH] Adding YUV input support for OMAP3ISP driver

2012-01-20 Thread Laurent Pinchart
Hi Enrico, On Thursday 19 January 2012 15:17:57 Enrico wrote: On Thu, Jan 19, 2012 at 2:52 PM, Gary Thomas g...@mlbassoc.com wrote: On 2012-01-19 06:35, Gary Thomas wrote: My camera init code is attached. In the previous kernel, the I2C bus was probed implicitly when I initialized the

[PATCH] [RFC] dvb: Add DVBv5 properties for quality parameters

2012-01-20 Thread Mauro Carvalho Chehab
The DVBv3 quality parameters are limited on several ways: - Doesn't provide any way to indicate the used measure; - Userspace need to guess how to calculate the measure; - Only a limited set of stats are supported; - Doesn't provide QoS measure for the OFDM TPS/TMCC

[PATCH v2 0/2] add dm365 specific media formats

2012-01-20 Thread Manjunath Hadli
add mediabus formats and pixel formats supported as part of dm365 vpfe device. The device supports media formats(transfer and storage) which include- 1: ALAW compressed bayer. 2: UV interleaved without Y (for resizer). 3: YDYC. Changes from previous version: 1: Added entries in subdev-formats.xml

[PATCH v2 1/2] media: add new mediabus format enums for dm365

2012-01-20 Thread Manjunath Hadli
add new enum entries for supporting the media-bus formats on dm365. These include some bayer and some non-bayer formats. V4L2_MBUS_FMT_YDYC8_1X16 and V4L2_MBUS_FMT_UV8_1X8 are used internal to the hardware by the resizer. V4L2_MBUS_FMT_SBGGR10_ALAW8_1X8 represents the bayer ALAW format that is

[PATCH v2 2/2] v4l2: add new pixel formats supported on dm365

2012-01-20 Thread Manjunath Hadli
add new macro V4L2_PIX_FMT_SGRBG10ALAW8 and associated formats to represent Bayer format frames compressed by A-LAW alogorithm, add V4L2_PIX_FMT_UV8 to represent storage of C data (UV interleved) only. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Cc: Laurent Pinchart

Re: [Linaro-mm-sig] [PATCH 1/3] dma-buf: Introduce dma buffer sharing mechanism

2012-01-20 Thread Laurent Pinchart
Hi Summit, Sorry for the late review. I know that this code is now in mainline, but I still have a couple of comments. I'll send patches if you agree with them. On Monday 26 December 2011 10:23:15 Sumit Semwal wrote: This is the first step in defining a dma buffer sharing mechanism. A new

Re: Build change in media_build to support Debian

2012-01-20 Thread Gianluca Gennari
Il 20/01/2012 11:20, Mauro Carvalho Chehab ha scritto: Em 19-01-2012 21:04, Benjamin Limmer escreveu: commit 2949a7393f3e2598d4de49b408587462b11f819f Author: Ben Limmer benjamin.lim...@readytalk.com Date: Thu Jan 19 16:01:15 2012 -0700 Update to build script to give Debian users the

Re: Build change in media_build to support Debian

2012-01-20 Thread Mauro Carvalho Chehab
Em 20-01-2012 11:34, Gianluca Gennari escreveu: Il 20/01/2012 11:20, Mauro Carvalho Chehab ha scritto: Em 19-01-2012 21:04, Benjamin Limmer escreveu: commit 2949a7393f3e2598d4de49b408587462b11f819f Author: Ben Limmer benjamin.lim...@readytalk.com Date: Thu Jan 19 16:01:15 2012 -0700

Re: [Linaro-mm-sig] [RFCv1 2/4] v4l:vb2: add support for shared buffer (dma_buf)

2012-01-20 Thread Laurent Pinchart
Hi Sumit, On Thursday 05 January 2012 11:41:56 Sumit Semwal wrote: 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

Re: [Linaro-mm-sig] [RFCv1 2/4] v4l:vb2: add support for shared buffer (dma_buf)

2012-01-20 Thread Laurent Pinchart
Hi Sumit, On Monday 16 January 2012 06:33:31 Semwal, Sumit wrote: On Sun, Jan 15, 2012 at 2:08 AM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Sumit, Thanks for the patch! Hi Sakari, Thanks for reviewing this :) snip Shouldn't the buffer mapping only be done at the first call

Re: [RFCv1 2/4] v4l:vb2: add support for shared buffer (dma_buf)

2012-01-20 Thread Laurent Pinchart
Hi Tomasz, On Friday 20 January 2012 11:58:39 Tomasz Stanislawski wrote: On 01/20/2012 11:41 AM, Sumit Semwal wrote: On 20 January 2012 00:37, Pawel Osciakpa...@osciak.com wrote: Hi Sumit, Thank you for your work. Please find my comments below. Hi Pawel, Thank you for finding

Re: [RFCv1 2/4] v4l:vb2: add support for shared buffer (dma_buf)

2012-01-20 Thread Tomasz Stanislawski
Hi Laurent, On 01/20/2012 04:12 PM, Laurent Pinchart wrote: Hi Tomasz, On Friday 20 January 2012 11:58:39 Tomasz Stanislawski wrote: On 01/20/2012 11:41 AM, Sumit Semwal wrote: On 20 January 2012 00:37, Pawel Osciakpa...@osciak.com wrote: Hi Sumit, Thank you for your work. Please find my

Re: [RFCv1 2/4] v4l:vb2: add support for shared buffer (dma_buf)

2012-01-20 Thread Laurent Pinchart
Hi Tomasz, On Friday 20 January 2012 16:53:20 Tomasz Stanislawski wrote: On 01/20/2012 04:12 PM, Laurent Pinchart wrote: On Friday 20 January 2012 11:58:39 Tomasz Stanislawski wrote: On 01/20/2012 11:41 AM, Sumit Semwal wrote: On 20 January 2012 00:37, Pawel Osciakpa...@osciak.com wrote:

Remote control driver issue

2012-01-20 Thread Tayeb Meftah
Hello folks, i am a linux-TV newby; dreaming to get my vdr up and runing for up to 4month i am a blind user and have a limited access to the linux machine due to my blindness, i access windows normaly, then ssh to linux (*SORY FOR THAT*) so, i set up my debian machine correctly, runing, dbvb card

Re: Remote control driver issue

2012-01-20 Thread Devin Heitmueller
On Fri, Jan 20, 2012 at 11:14 AM, Tayeb Meftah tayeb.mef...@gmail.com wrote: Hello folks, i am a linux-TV newby; dreaming to get my vdr up and runing for up to 4month i am a blind user and have a limited access to the linux machine due to my blindness, i access windows normaly, then ssh to

Re: [RFCv1 2/4] v4l:vb2: add support for shared buffer (dma_buf)

2012-01-20 Thread Tomasz Stanislawski
IMO, One way to do this is adding field 'struct device *dev' to struct vb2_queue. This field should be filled by a driver prior to calling vb2_queue_init. I haven't looked into the details, but that sounds good to me. Do we have use cases where a queue is allocated before knowing which

Re: [RFCv1 2/4] v4l:vb2: add support for shared buffer (dma_buf)

2012-01-20 Thread Laurent Pinchart
On Friday 20 January 2012 17:20:22 Tomasz Stanislawski wrote: IMO, One way to do this is adding field 'struct device *dev' to struct vb2_queue. This field should be filled by a driver prior to calling vb2_queue_init. I haven't looked into the details, but that sounds good to me. Do we

[GIT PULL]: dma-buf tree: maintainer update

2012-01-20 Thread Semwal, Sumit
Hi Linus, Post the merge of dma-buf tree that was (very kindly) sent by Dave Airlie, various people involved in this project feel it is natural and practical for me to be the maintainer of this code. This is my first pull request to you, which only changes the MAINTAINERS file - could you please

cron job: media_tree daily build: WARNINGS

2012-01-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 Jan 20 19:00:17 CET 2012 git hash:36be126cb0ebe3000a65c1049f339a3e882a9a47 gcc version: i686-linux-gcc

[PATCH] af9013: fix i2c failures for dual-tuner devices

2012-01-20 Thread Gordon Hecker
This patch fixes the following error messages with a Terratec Cinergy T Stick Dual RC DVB-T device. af9013: i2c wr failed=-1 reg=d607 len=1 af9015: command failed:2 af9013: i2c rd failed=-1 reg=d607 len=1 af9015: command failed:1 It implements exclusive access to i2c for only one frontend at a

[PATCH] anysee: fix CI init

2012-01-20 Thread Antti Palosaari
No more error that error seen when device is plugged: dvb_ca adapter 0: Invalid PC card inserted :( Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb/dvb-usb/anysee.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git

Re: [PATCH] af9013: fix i2c failures for dual-tuner devices

2012-01-20 Thread Antti Palosaari
On 01/20/2012 11:18 PM, Gordon Hecker wrote: This patch fixes the following error messages with a Terratec Cinergy T Stick Dual RC DVB-T device. af9013: i2c wr failed=-1 reg=d607 len=1 af9015: command failed:2 af9013: i2c rd failed=-1 reg=d607 len=1 af9015: command failed:1 It implements

[PATCH] it913x v1.23 use it913x_config.chip_ver to select firmware.

2012-01-20 Thread Malcolm Priestley
As recommended by Jason at ITE, the chip version should select firmware. However, to continue to support IT9137 firmware with different configuration the driver will use udev-descriptor.idVendor to select the difference between IT9135 and IT9137. Signed-off-by: Malcolm Priestley

[PATCH 0/2] Import PCTV-80e Drivers from Devin Heitmueller's Repository

2012-01-20 Thread pdickeybeta
From: Patrick Dickey pdickeyb...@gmail.com This series of patches will import the drx39xxj(drx39xyj) drivers from Devin Heitmueller's HG Repository for the Pinnacle PCTV-80e USB Tuner. Patrick Dickey (2): import-pctv-80e-from-devin-heitmueller-hg-repository Signed-off-by: Devin Heitmueller