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

2012-04-19 Thread Guennadi Liakhovetski
Hi Alex Thanks for reviving, fixing and submitting this code! On Wed, 18 Apr 2012, Alex Gershgorin wrote: This patch is based on the original version submitted by Guennadi Liakhovetski, the patch initializes overlay channel, adds ioctl for configuring transparency of the overlay and

Re: [RFC 05/13] v4l: vb2-dma-contig: add support for DMABUF exporting

2012-04-19 Thread Tomasz Stanislawski
Hi Laurent, Thank you for your review. Please refer to the comments below. On 04/17/2012 04:08 PM, Laurent Pinchart wrote: Hi Tomasz, Thanks for the patch. On Tuesday 10 April 2012 15:10:39 Tomasz Stanislawski wrote: This patch adds support for exporting a dma-contig buffer using DMABUF

HVR-950Q: (AssemblePSIP) Error: offset181, pes length current cannot be queried

2012-04-19 Thread Brian J. Murrell
I was recording 3 programs last night using Mythtv (0.25) with my HVR-950Q. All three recordings stopped dead after Mythtv reported: Apr 18 20:32:04 pvr mythbackend[1857]: E DVBRead mpeg/mpegstreamdata.cpp:362 (AssemblePSIP) Error: offset181, pes length current cannot be queried It also later

Re: [PATCH v4 11/14] v4l: vb2-dma-contig: add support for dma_buf importing

2012-04-19 Thread Tomasz Stanislawski
Hi Laurent, On 04/17/2012 02:57 AM, Laurent Pinchart wrote: Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:53 Tomasz Stanislawski wrote: From: Sumit Semwal sumit.sem...@ti.com This patch makes changes for adding dma-contig as a dma_buf user. It provides function

Subject: [PATCH] [Trivial] Staging: go7007: wis-tw2804 upstyle to v4l2

2012-04-19 Thread volokh
Some update to new v4l2 controls Signed-off-by:Volokh Konstantin m...@bk.ru --- drivers/staging/media/go7007/wis-tw2804.c | 378 + 1 files changed, 228 insertions(+), 150 deletions(-) diff --git a/drivers/staging/media/go7007/wis-tw2804.c

can't rmmod au0828; modprobe au0828 and have a working device

2012-04-19 Thread Brian J. Murrell
I have an HVR-950Q: [44847.234403] tveeprom 0-0050: Hauppauge model 72001, rev B3F0, serial# *** [44847.294643] tveeprom 0-0050: MAC address is **:**:**:**:**:** [44847.343417] tveeprom 0-0050: tuner model is Xceive XC5000 (idx 150, type 76) [44847.402873] tveeprom 0-0050: TV standards

Re: Subject: [PATCH] [Trivial] Staging: go7007: wis-tw2804 upstyle to v4l2

2012-04-19 Thread Dan Carpenter
On Thu, Apr 19, 2012 at 03:26:17PM +0400, volokh wrote: static int write_reg(struct i2c_client *client, u8 reg, u8 value, int channel) { - return i2c_smbus_write_byte_data(client, reg | (channel 6), value); + int i; + + for (i = 0; i 10; i++) + /*return */if

Re: [PATCH V2 4/5] [Documentation] Media: Update docs for V4L2 FM new features

2012-04-19 Thread Hans Verkuil
Hi Manjunatha, A quick review: On Wednesday, April 18, 2012 18:06:42 manjunatha_ha...@ti.com wrote: From: Manjunatha Halli x0130...@ti.com The list of new features - 1) New control class for FM RX 2) New FM RX CID's - De-Emphasis filter mode and RDS AF switch 3) New FM

Re: ATSC-MH driver support for the Hauppauge WinTV Aero-m

2012-04-19 Thread Mauro Carvalho Chehab
Em 10-04-2012 00:49, Michael Krufky escreveu: These patches have been around and tested for quite some time. Every few weeks I have to regenerate them in order to stay in sync with the media tree. I think it's time for some review and possibly merge into the master development repository.

[PATCH] as3645a: move .remove under .devexit.text

2012-04-19 Thread Andy Shevchenko
There is no needs to keep .remove under .exit.text. This driver is for a standalone chip that could be on any board and connected to any i2c bus. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com ---

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

2012-04-19 Thread Mauro Carvalho Chehab
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 stream Some devices requires indicator if the buffer is the last one in the stream.

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

2012-04-19 Thread Tomasz Stanislawski
On 04/17/2012 01:25 AM, Laurent Pinchart wrote: Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:44 Tomasz Stanislawski wrote: This patch adds description and usage examples for importing DMABUF file descriptor in V4L2. Signed-off-by: Tomasz Stanislawski

Re: ATSC-MH driver support for the Hauppauge WinTV Aero-m

2012-04-19 Thread Michael Krufky
On Thu, Apr 19, 2012 at 9:36 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 10-04-2012 00:49, Michael Krufky escreveu: These patches have been around and tested for quite some time.  Every few weeks I have to regenerate them in order to stay in sync with the media tree.  I think it's

Re: [PATCH 1/1] [media] ite-cir: postpone ISR registration

2012-04-19 Thread Luis Henriques
On Wed, Apr 18, 2012 at 09:54:07PM +0100, Luis Henriques wrote: An early registration of an ISR was causing a crash to several users (for example here: http://bugs.launchpad.net/bugs/972723 The reason was that IRQs were being triggered before the driver initialisation was completed. This

[GIT PULL FOR v3.5] Various fixes

2012-04-19 Thread Hans Verkuil
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 f4d4e7656b26a6013bc5072c946920d2e2c44e8e: [media] em28xx: Make em28xx-input.c a separate module (2012-04-10

cron job: media_tree daily build: ERRORS

2012-04-19 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:Thu Apr 19 19:00:17 CEST 2012 git hash:e245afe984b120704f15bc8d391fdb6cf96cfe0c gcc version: i686-linux-gcc

re: [media] fintek-cir: add support for newer chip version

2012-04-19 Thread Dan Carpenter
Hi Mauro, The patch 83ec8225b6ae: [media] fintek-cir: add support for newer chip version from Feb 14, 2012, leads to the following warning: drivers/media/rc/fintek-cir.c:200 fintek_hw_detect() warn: known condition '1032 != 2052' drivers/media/rc/fintek-cir.c 197 /* 198

Re: [RFC] b2c2_flexcop_pci: Add suspend/resume support

2012-04-19 Thread Mauro Carvalho Chehab
Hi Stefan, Em 15-04-2012 11:18, Stefan Bauer escreveu: Dear linux-dvb developers, dear Matthias, proper suspend and resume support for the b2c2_flexcop_pci driver is still missing as pointed out by these two bug reports: https://bugs.gentoo.org/show_bug.cgi?id=288267

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

2012-04-19 Thread Mauro Carvalho Chehab
Hi Max, Em 15-04-2012 12:53, nibble.max escreveu: Montage m88ds3103 demodulator and ts2022 tuner driver. Signed-off-by: Max nibble nibble@gmail.com Please always test any patch you send upstream with ./scripts/checkpatch.pl. It analyses the code and checks if it is following the Linux

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

2012-04-19 Thread Mauro Carvalho Chehab
Em 15-04-2012 12:53, nibble.max escreveu: dvbsky dvb-s2 usb box based on montage m88ds3103 demodulator. Signed-off-by: Max nibble nibble@gmail.com --- drivers/media/dvb/dvb-usb/Kconfig |1 + drivers/media/dvb/dvb-usb/dw2102.c | 236 +++- 2 files

Re: [PATCH 4/6] m88ds3103, dvbsky dvb-s2 cx23885 pcie card.

2012-04-19 Thread Mauro Carvalho Chehab
Em 15-04-2012 12:53, nibble.max escreveu: dvbsky dvb-s2 pcie based on montage m88ds3103 demodulator. Signed-off-by: Max nibble nibble@gmail.com --- drivers/media/video/cx23885/Kconfig |1 + drivers/media/video/cx23885/cx23885-cards.c | 107 +++

Re: [PATCH 5/6] m88ds3103, dvbsky remote control key map.

2012-04-19 Thread Mauro Carvalho Chehab
Em 15-04-2012 12:53, nibble.max escreveu: dvbsky remote control key map for pci/pcie card. Signed-off-by: Max nibble nibble@gmail.com --- drivers/media/rc/keymaps/Makefile|1 + drivers/media/rc/keymaps/rc-dvbsky.c | 78 ++ 2 files changed,

Re: [PATCH 06/12] drivers: media: video: tlg2300: pd-video.c: Include version.h header

2012-04-19 Thread Mauro Carvalho Chehab
Em 18-04-2012 01:30, Marcos Paulo de Souza escreveu: The output of make versioncheck told us that: drivers/media/video/tlg2300/pd-video.c: 1669: need linux/version.h If we take a look at the code, we can see that this file uses the macro KERNEL_VERSION. So, we need this include. Nack. The

Re: [PATCHv24 00/16] Contiguous Memory Allocator

2012-04-19 Thread Andrew Morton
On Tue, 03 Apr 2012 16:10:05 +0200 Marek Szyprowski m.szyprow...@samsung.com 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 3.5-rc1. Please be sure to cc me on that

Re: [PATCH 06/12] drivers: media: video: tlg2300: pd-video.c: Include version.h header

2012-04-19 Thread Marcos Souza
Em 19 de abril de 2012 16:39, Mauro Carvalho Chehab mche...@redhat.com escreveu: Em 18-04-2012 01:30, Marcos Paulo de Souza escreveu: The output of make versioncheck told us that: drivers/media/video/tlg2300/pd-video.c: 1669: need linux/version.h If we take a look at the code, we can see

Re: [PATCH 07/12] drivers: media: video: tm6000: tm6000.h: Include version.h header

2012-04-19 Thread Mauro Carvalho Chehab
Em 18-04-2012 01:30, Marcos Paulo de Souza escreveu: The output of make versioncheck told us that: drivers/media/video/tm6000/tm6000.h: 401: need linux/version.h If we take a look at the code, we can see the use of the macro KERNEL_VERSION. So, we need this include. In this patch too,

[git:v4l-dvb/for_v3.5] [media] drivers: media: radio: radio-keene.c: Remove unneeded include of version.h

2012-04-19 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] drivers: media: radio: radio-keene.c: Remove unneeded include of version.h Author: Marcos Paulo de Souza marcos.souza@gmail.com

[git:v4l-dvb/for_v3.5] [media] drivers: media: dvb: ddbridge: ddbridge-code: Remove unneeded include of version.h

2012-04-19 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] drivers: media: dvb: ddbridge: ddbridge-code: Remove unneeded include of version.h Author: Marcos Paulo de Souza

[git:v4l-dvb/for_v3.5] [media] drivers: media: video: adp1653.c: Remove unneeded include of version.h

2012-04-19 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] drivers: media: video: adp1653.c: Remove unneeded include of version.h Author: Marcos Paulo de Souza marcos.souza@gmail.com Date:

Re: [PATCH V2 4/5] [Documentation] Media: Update docs for V4L2 FM new features

2012-04-19 Thread halli manjunatha
On Thu, Apr 19, 2012 at 7:38 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Manjunatha, A quick review: On Wednesday, April 18, 2012 18:06:42 manjunatha_ha...@ti.com wrote: From: Manjunatha Halli x0130...@ti.com The list of new features -       1) New control class for FM RX       2) New

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

2012-04-19 Thread Mauro Carvalho Chehab
Hi Max, Em 15-04-2012 12:53, nibble.max escreveu: Montage m88ds3103 demodulator and ts2022 tuner driver. It was pointed to me that this device were already discussed on: http://www.mail-archive.com/linux-media@vger.kernel.org/msg43109.html If m88ds3103 demod is similar enough to ds3000, it

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

2012-04-19 Thread Mauro Carvalho Chehab
Em 19-04-2012 11:32, Tomasz Stanislawski escreveu: On 04/17/2012 01:25 AM, Laurent Pinchart wrote: Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:44 Tomasz Stanislawski wrote: This patch adds description and usage examples for importing DMABUF file descriptor in V4L2.

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

2012-04-19 Thread Mauro Carvalho Chehab
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 moved to separate section like Streaming :). Maybe it is worth to introduce

Re: [media] fintek-cir: add support for newer chip version

2012-04-19 Thread Jarod Wilson
On Thu, Apr 19, 2012 at 08:25:10PM +0300, Dan Carpenter wrote: Hi Mauro, The patch 83ec8225b6ae: [media] fintek-cir: add support for newer chip version from Feb 14, 2012, leads to the following warning: drivers/media/rc/fintek-cir.c:200 fintek_hw_detect() warn: known condition '1032

Re: [PATCH 1/1] [media] ite-cir: postpone ISR registration

2012-04-19 Thread Jarod Wilson
On Wed, Apr 18, 2012 at 09:54:07PM +0100, Luis Henriques wrote: An early registration of an ISR was causing a crash to several users (for example here: http://bugs.launchpad.net/bugs/972723 The reason was that IRQs were being triggered before the driver initialisation was completed. This

Re: [media] fintek-cir: add support for newer chip version

2012-04-19 Thread Mauro Carvalho Chehab
Em 19-04-2012 17:41, Jarod Wilson escreveu: On Thu, Apr 19, 2012 at 08:25:10PM +0300, Dan Carpenter wrote: Hi Mauro, The patch 83ec8225b6ae: [media] fintek-cir: add support for newer chip version from Feb 14, 2012, leads to the following warning: drivers/media/rc/fintek-cir.c:200

Re: [PATCH 1/1] [media] ite-cir: postpone ISR registration

2012-04-19 Thread Luis Henriques
On Thu, Apr 19, 2012 at 04:44:44PM -0400, Jarod Wilson wrote: On Wed, Apr 18, 2012 at 09:54:07PM +0100, Luis Henriques wrote: An early registration of an ISR was causing a crash to several users (for example here: http://bugs.launchpad.net/bugs/972723 The reason was that IRQs were being

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

2012-04-19 Thread Luis Henriques
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 was completed. This patch fixes this by moving the invocation to

Re: dvb lock patch

2012-04-19 Thread Torfinn Ingolfsen
2012/4/18 Josu Lazkano josu.lazk...@gmail.com: El día 18 de abril de 2012 21:19, Mauro Carvalho Chehab mche...@redhat.com escribió: Em 18-04-2012 15:58, Ezequiel García escreveu: Josu, On Tue, Apr 17, 2012 at 10:30 AM, Josu Lazkano josu.lazk...@gmail.com wrote: 2012/3/24 Mauro Carvalho

Re: v4l-cx23885-enc.fw

2012-04-19 Thread Andy Walls
On Tue, 2012-04-17 at 16:18 -0500, Britney Fransen wrote: I am not sure where to report this so if this is the wrong place and someone can point me in the right direction it would be appreciated. http://www.linuxtv.org/downloads/firmware/v4l-cx23885-enc.fw

Re: linux-next: Tree for Apr 19 (media/video/mt9m032.c)

2012-04-19 Thread Mauro Carvalho Chehab
Em 19-04-2012 19:26, Randy Dunlap escreveu: On 04/18/2012 11:46 PM, Stephen Rothwell wrote: Hi all, Changes since 20120418: on x86_64: CC drivers/media/video/mt9m032.o drivers/media/video/mt9m032.c: In function '__mt9m032_get_pad_crop': drivers/media/video/mt9m032.c:337:3:

Re: [PATCH] TDA9887 PAL-Nc fix

2012-04-19 Thread Andy Walls
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 unlike PAL-M) but the audio is at 4.5MHz (same as PAL-M). A

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

2012-04-19 Thread Andy Walls
On Thu, 2012-04-19 at 17:48 +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 fixes for ivtv and cx18 look good to me. Thanks Hans. Reviewed-by: Andy Walls

Re: [PATCH 06/12] drivers: media: video: tlg2300: pd-video.c: Include version.h header

2012-04-19 Thread Huang Shijie
Hi Mauro: On Fri, Apr 20, 2012 at 3:39 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 18-04-2012 01:30, Marcos Paulo de Souza escreveu: The output of make versioncheck told us that: drivers/media/video/tlg2300/pd-video.c: 1669: need linux/version.h If we take a look at the code, we