Re: [PATCH] Fix VIDIOC_TRY_EXT_CTRLS regression

2012-07-30 Thread Hans Verkuil
On Mon July 30 2012 03:25:58 Mauro Carvalho Chehab wrote: Em 18-07-2012 10:34, Hans Verkuil escreveu: Hi all, This patch fixes an omission in the new v4l2_ioctls table: VIDIOC_TRY_EXT_CTRLS must get the INFO_FL_CTRL flag, just like all the other control related ioctls.

Re: [RFC PATCH 2/2] Initial version of RDS Control utility Signed-off-by: Konke Radlow krad...@cisco.com

2012-07-30 Thread Hans Verkuil
On Sat July 28 2012 13:11:13 Hans de Goede wrote: Hi, Overall this looks good, but some of the code, for example the set/get freq and get/set tuner stuff seems to be a 1 on 1 copy of code from v4l2-ctrl, please factor this out into a common file which can be shared between both utilities

Re: rtl28xxu - rtl2832 frontend attach

2012-07-30 Thread poma
On 06/27/2012 07:21 AM, Thomas Mair wrote: On 26.06.2012 19:17, poma wrote: On 05/28/2012 04:48 PM, Thomas Mair wrote: On 28.05.2012 08:58, Thomas Mair wrote: On 26.05.2012 04:47, poma wrote: On 05/20/2012 11:12 PM, Thomas Mair wrote: On 20.05.2012 22:08, Antti Palosaari wrote: On

Re: GPIO interface between DVB sub-drivers (bridge, demod, tuner)

2012-07-30 Thread Antti Palosaari
On 07/30/2012 12:21 AM, poma wrote: On 07/20/2012 03:43 AM, Antti Palosaari wrote: On 07/13/2012 12:07 AM, Steven Toth wrote: On Thu, Jul 12, 2012 at 4:49 PM, Steven Toth st...@kernellabs.com wrote: Nobody understands the relationship between the bridge and the sub-component as well as the

RE: [PATCH v2 3/4] media: videobuf2-dma-contig: use dma_mmap_coherent if available

2012-07-30 Thread Marek Szyprowski
Hello, On Thursday, July 26, 2012 1:13 PM Hideki EIRAKU wrote: Previously the vb2_dma_contig_mmap() function was using a dma_addr_t as a physical address. The two addressses are not necessarily the same. For example, when using the IOMMU funtion on certain platforms, dma_addr_t addresses

[PATCH] media: i.MX27: Fix mx2_emmaprp mem2mem driver clocks.

2012-07-30 Thread Javier Martin
This driver wasn't converted to the new clock framework (e038ed50a4a767add205094c035b6943e7b30140). Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- This is broken in current stable 3.5 too. So it should be applied to both stable and 3.6. --- drivers/media/video/mx2_emmaprp.c

Re: [PATCH] media: i.MX27: Fix mx2_emmaprp mem2mem driver clocks.

2012-07-30 Thread Sylwester Nawrocki
Hi, On 07/30/2012 10:37 AM, Javier Martin wrote: This driver wasn't converted to the new clock framework (e038ed50a4a767add205094c035b6943e7b30140). Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- This is broken in current stable 3.5 too. So it should be applied to both

[PATCH 1/1] v4l: Add missing compatibility definitions for bounds rectangles

2012-07-30 Thread Sakari Ailus
Compatibility defines for ACTUAL subdev selection rectangles were added and also the name of the BOUNDS rectangles was changed in the process, which, alas, went unnoticed until now. Add compatibility definitions for these rectangles. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi ---

Re: [PATCH 1/1] v4l: Add missing compatibility definitions for bounds rectangles

2012-07-30 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Monday 30 July 2012 12:08:47 Sakari Ailus wrote: Compatibility defines for ACTUAL subdev selection rectangles were added and also the name of the BOUNDS rectangles was changed in the process, which, alas, went unnoticed until now. Add compatibility

[GIT PULL FOR 3.6] Selection API compatibility fix, small SMIA++ correction

2012-07-30 Thread Sakari Ailus
Hi Mauro, This pull request contains an important for for the compatibility definitions of the bounds rectangles. They were missing from the original patches changing the selection rectangles. There's an one-liner to fix double include in the SMIA++ driver, too. Please pull: The following

Re: [RFC PATCH 0/2] Add support for RDS decoding

2012-07-30 Thread Konke Radlow
thank you for the info, it's working now (I went for the include solution) -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: rtl28xxu - rtl2832 frontend attach

2012-07-30 Thread David Basden
On Mon, Jul 30, 2012 at 09:06:54AM +0200, poma wrote: On 06/27/2012 07:21 AM, Thomas Mair wrote: On 26.06.2012 19:17, poma wrote: On 05/28/2012 04:48 PM, Thomas Mair wrote: On 28.05.2012 08:58, Thomas Mair wrote: On 26.05.2012 04:47, poma wrote: On 05/20/2012 11:12 PM, Thomas Mair

Asus PVR-416

2012-07-30 Thread Jerry Haggard
I've been trying to get an ASUS PVR-416 card to work with MythTV .25 on Scientific Linux 6. I have a bttv card working, my setup works in general, etc, and the driver attempts to load. But when I check dmesg, I keep getting firmware load errors and checksum errors. I've tried every firmware

Re: [PATCH for stable] cx25821: Remove bad strcpy to read-only char*

2012-07-30 Thread Ezequiel Garcia
Hi Ben, On Sun, Jul 29, 2012 at 10:56 PM, Ben Hutchings b...@decadent.org.uk wrote: If I'm doing anything wrong, just yell at me. [...] An upstream commit hash would have helped, but I found it anyway. Queued up for 3.2.y. Thanks for the hint and sorry for the trouble... Ezequiel. -- To

Re: [RFC PATCH 1/2] Initial version of the RDS-decoder library Signed-off-by: Konke Radlow krad...@cisco.com

2012-07-30 Thread Konke Radlow
Hello Hans, no need to thank me for working on it. First of all I do it as a part of a summerjob, and more importantly I quite enjoy it and intend to stay a active member of the development process after my time at Cisco is over. Thank you for your comments. Most fields in this struct (and

Re: [PATCH] cx25840: Declare MODULE_FIRMWARE usage

2012-07-30 Thread Tim Gardner
On 07/28/2012 10:52 AM, Andy Walls wrote: On Fri, 2012-07-27 at 06:06 -0600, Tim Gardner wrote: On 07/26/2012 03:59 PM, Andy Walls wrote: On Thu, 2012-07-26 at 10:44 -0600, Tim Gardner wrote: Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: linux-media@vger.kernel.org Signed-off-by: Tim

Re: [PATCH] media: mx2_camera: Remove MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags.

2012-07-30 Thread javier Martin
Hi, thank you for yor ACKs. On 20 July 2012 13:31, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Thu, 12 Jul 2012, Javier Martin wrote: These flags are not used any longer and can be safely removed since the following patch: http://www.spinics.net/lists/linux-media/msg50165.html

Re: rtl28xxu - rtl2832 frontend attach

2012-07-30 Thread David Basden
Right now I really don't know where I should look for the solution of the problem. It seems that the tuner reset does not have any effect on the tuner whatsoever. Can I suggest setting GPIO5 to 1, leave it there, and see if it breaks. If it doesn't, GPIO5 on the RTL isn't setup

Re: [RFC PATCH 1/2] Initial version of the RDS-decoder library Signed-off-by: Konke Radlow krad...@cisco.com

2012-07-30 Thread Konke Radlow
Hello Hans, no need to thank me for working on it. First of all I do it as a part of a summerjob, and more importantly I quite enjoy it and intend to stay a active member of the development process after my time at Cisco is over. Thank you for your comments. Most fields in this struct (and in

Re: Asus PVR-416

2012-07-30 Thread Alex Deucher
On Mon, Jul 30, 2012 at 6:57 AM, Jerry Haggard xen2x...@gmail.com wrote: I've been trying to get an ASUS PVR-416 card to work with MythTV .25 on Scientific Linux 6. I have a bttv card working, my setup works in general, etc, and the driver attempts to load. But when I check dmesg, I keep

[PATCH] mt9v022: Add support for mt9v024

2012-07-30 Thread Alex Gershgorin
This patch has been successfully tested Signed-off-by: Alex Gershgorin al...@meprolight.com --- drivers/media/video/Kconfig |2 +- drivers/media/video/mt9v022.c | 28 ++-- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/drivers/media/video/Kconfig

Re: [PATCH RFCv3] add DTMB support for DVB API

2012-07-30 Thread Mauro Carvalho Chehab
Em 10-07-2012 12:04, Antti Palosaari escreveu: Cc: Patrick Boettcher pboettc...@kernellabs.com Cc: Andreas Oberritter o...@linuxtv.org Cc: Mauro Carvalho Chehab mche...@redhat.com Acked-by: Patrick Boettcher pboettc...@kernellabs.com Signed-off-by: Antti Palosaari cr...@iki.fi On a quick

Re: [PATCH] media: mx2_camera: Remove MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags.

2012-07-30 Thread Guennadi Liakhovetski
Hi Javier On Mon, 30 Jul 2012, javier Martin wrote: Hi, thank you for yor ACKs. On 20 July 2012 13:31, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Thu, 12 Jul 2012, Javier Martin wrote: These flags are not used any longer and can be safely removed since the following

Re: patches to media_build, and a few other things

2012-07-30 Thread Mauro Carvalho Chehab
Hi Hin-Tak, Em 17-07-2012 11:35, Antti Palosaari escreveu: On 07/17/2012 01:21 AM, Hin-Tak Leung wrote: It seems I lost your original email. Anyway: I have a couple of patches to my local media_build repo, which do these: - a new option --as-is to the build script. It basically suppresses

Re: rtl28xxu - rtl2832 frontend attach

2012-07-30 Thread poma
On 07/30/2012 12:17 PM, David Basden wrote: On Mon, Jul 30, 2012 at 09:06:54AM +0200, poma wrote: On 06/27/2012 07:21 AM, Thomas Mair wrote: On 26.06.2012 19:17, poma wrote: On 05/28/2012 04:48 PM, Thomas Mair wrote: On 28.05.2012 08:58, Thomas Mair wrote: On 26.05.2012 04:47, poma wrote:

Re: set default protocol for TerraTec Cinergy XXS to nec

2012-07-30 Thread Mauro Carvalho Chehab
Em 16-07-2012 17:22, Toralf Förster escreveu: For a TerraTec Cinergy XXS USB stick (Bus 001 Device 008: ID 0ccd:00ab TerraTec Electronic GmbH ) I've to switch the protocol every time after plugin to get (at least few) keys working : $ sudo ir-keytable --protocol=nec --sysdev=`ir-keytable

Re: rtl28xxu - rtl2832 frontend attach

2012-07-30 Thread poma
On 07/30/2012 02:56 PM, David Basden wrote: Right now I really don't know where I should look for the solution of the problem. It seems that the tuner reset does not have any effect on the tuner whatsoever. Can I suggest setting GPIO5 to 1, leave it there, and see if it breaks. If it

[PATCH -resend] DVB: dib0700, remove double \n's from log

2012-07-30 Thread Jiri Slaby
err() already adds \n to the end of the format string. So remove one more \n from formatting strings in the dib0700 driver. Signed-off-by: Jiri Slaby jsl...@suse.cz Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Michael Krufky mkru...@linuxtv.org --- drivers/media/dvb/dvb-usb/dib0700_core.c

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

2012-07-30 Thread Hans Verkuil
On Sat July 28 2012 00:01:24 Sakari Ailus wrote: Hi Prabhakar, Thanks for the patch, and my apologies for delayed answer! On Fri, Jul 27, 2012 at 04:25:04PM +0530, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com add new enum entries for supporting the media-bus

[GIT PULL for v3.6-rc1] media updates

2012-07-30 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus This is the first part of the media patches for v3.6. During my 3-weeks vacation that finished yesterday, I got about 400 patches on my queue. My intention is to handle at least part of

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

2012-07-30 Thread Laurent Pinchart
Hi Hans, On Monday 30 July 2012 20:36:36 Hans Verkuil wrote: On Sat July 28 2012 00:01:24 Sakari Ailus wrote: On Fri, Jul 27, 2012 at 04:25:04PM +0530, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com add new enum entries for supporting the media-bus formats on

[PATCH] media: mx3_camera: buf_init() add buffer state check

2012-07-30 Thread Alex Gershgorin
This patch check the state of the buffer when calling buf_init() method. The thread http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/48587 also includes report witch can show the problem. This patch solved the problem. Both MMAP and USERPTR methods was successfully tested.

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

2012-07-30 Thread Hans Verkuil
On Mon July 30 2012 21:06:33 Laurent Pinchart wrote: Hi Hans, On Monday 30 July 2012 20:36:36 Hans Verkuil wrote: On Sat July 28 2012 00:01:24 Sakari Ailus wrote: On Fri, Jul 27, 2012 at 04:25:04PM +0530, Prabhakar Lad wrote: From: Manjunath Hadli manjunath.ha...@ti.com add

cron job: media_tree daily build: ERRORS

2012-07-30 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:Mon Jul 30 19:00:22 CEST 2012 git hash:9bc31633c20ca6a49071f2162c232ae556151cc2 gcc version: i686-linux-gcc

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

2012-07-30 Thread Sylwester Nawrocki
Hi Laurent, On 07/30/2012 09:06 PM, Laurent Pinchart wrote: - bus. Possible values are YUYV, UYVY, YVYU and VYUY./para/listitem + bus. Possible values are YUYV, UYVY, YVYU and VYUY for formats with no + dummy bit, and YDYUYDYV, YDYVYDYU, YUYDYVYD and YVYDYUYD for YDYC formats. +

Re: [GIT PULL FOR v3.6] DVB USB v2

2012-07-30 Thread Mauro Carvalho Chehab
Em 09-07-2012 15:49, Antti Palosaari escreveu: On 07/07/2012 01:22 AM, Mauro Carvalho Chehab wrote: Em 03-07-2012 18:47, Antti Palosaari escreveu: On 07/02/2012 04:08 PM, Antti Palosaari wrote: Here it is finally - quite totally rewritten DVB-USB-framework. I haven't got almost any feedback

Re: [RFC] media DT bindings

2012-07-30 Thread Sylwester Nawrocki
On 07/23/2012 02:14 PM, Mark Brown wrote: On Wed, Jul 18, 2012 at 07:00:15PM +0200, Sylwester Nawrocki wrote: One possible solution would be to have host/bridge drivers to register a clkdev entry for I2C client device, so it can acquire the clock through just clk_get(). We would have to

Re: [RFC/PATCH 05/13] media: s5p-fimc: Add device tree support for FIMC devices

2012-07-30 Thread Sylwester Nawrocki
Hi Laurent, On 07/26/2012 04:54 PM, Laurent Pinchart wrote: On Wednesday 18 July 2012 21:53:34 Sylwester Nawrocki wrote: I think we need a one combined RFC and continue discussions in one thread. Agreed. Still, our proposals are quite different, but I believe we need something in

Re: Asus PVR-416

2012-07-30 Thread Andy Walls
On Mon, 2012-07-30 at 06:57 -0400, Jerry Haggard wrote: I've been trying to get an ASUS PVR-416 card to work with MythTV .25 on Scientific Linux 6. I have a bttv card working, my setup works in general, etc, and the driver attempts to load. But when I check dmesg, I keep getting firmware

[media-ctl PATCH 1/1] libv4l2subdev: Add v4l2_subdev_enum_mbus_code()

2012-07-30 Thread Sakari Ailus
v4l2_subdev_enum_mbus_code() enumerates over supported media bus formats on a pad. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- src/v4l2subdev.c | 23 +++ src/v4l2subdev.h | 14 ++ 2 files changed, 37 insertions(+), 0 deletions(-) diff --git

Re: [PATCH] Use a named union in struct v4l2_ioctl_info

2012-07-30 Thread Stephen Rothwell
Hi Mauro, On Fri, 13 Jul 2012 11:25:30 +1000 Stephen Rothwell s...@canb.auug.org.au wrote: On Thu, 12 Jul 2012 18:06:24 +0200 Hans Verkuil hverk...@xs4all.nl wrote: struct v4l2_ioctl_info uses an anonymous union, which is initialized in the v4l2_ioctls table. Unfortunately gcc 4.6

Re: [PULL] video_visstrim for 3.6

2012-07-30 Thread Mauro Carvalho Chehab
Em 26-07-2012 06:36, Javier Martin escreveu: Hi Mauro, this pull request is composed of two series that provide support for two mem2mem devices: - 'm2m-deinterlace' video deinterlacer - 'coda video codec' I've included platform support for them too. The following changes since commit

Re: [GIT PULL FOR v3.6] DVB USB v2

2012-07-30 Thread Antti Palosaari
On 07/30/2012 11:46 PM, Mauro Carvalho Chehab wrote: Em 09-07-2012 15:49, Antti Palosaari escreveu: On 07/07/2012 01:22 AM, Mauro Carvalho Chehab wrote: Em 03-07-2012 18:47, Antti Palosaari escreveu: On 07/02/2012 04:08 PM, Antti Palosaari wrote: Here it is finally - quite totally rewritten

Re: [PATCH] xc5000: Add MODULE_FIRMWARE statements

2012-07-30 Thread Mauro Carvalho Chehab
Em 25-07-2012 10:48, Antti Palosaari escreveu: On 07/25/2012 04:24 PM, Devin Heitmueller wrote: On Wed, Jul 25, 2012 at 9:15 AM, Tim Gardner tim.gard...@canonical.com wrote: This will make modinfo more useful with regard to discovering necessary firmware files. Cc: Mauro Carvalho Chehab

Re: [PATCH] Add support for Prof Revolution DVB-S2 8000 PCI-E card

2012-07-30 Thread Mauro Carvalho Chehab
Em 26-07-2012 15:08, Mariusz Bialonczyk escreveu: The device is based on STV0903 demodulator, STB6100 tuner and CX23885 chipset; subsystem id: 8000:3034 Signed-off-by: Mariusz Bialonczyk ma...@skyboo.net This is the second time I see this patch. It seems very similar to the one sent by

Re: [PATCH 2/2] [media] ngene: add support for Terratec Cynergy 2400i, Dual DVB-T

2012-07-30 Thread Mauro Carvalho Chehab
Em 29-07-2012 17:50, Patrice Chotard escreveu: [media] ngene: add support for Terratec Cynergy 2400i Dual DVB-T Sorry, but the patch got line wrapped. Please re-send this patch series. Thanks! Mauro This code is based on ngene initial check-in (dae52d009fc950b5c209260d50fcc000f5becd3c)

[git:v4l-dvb/for_v3.6] [media] s2255drv: Add MODULE_FIRMWARE statement

2012-07-30 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] s2255drv: Add MODULE_FIRMWARE statement Author: Tim Gardner tim.gard...@canonical.com Date:Tue Jul 24 16:52:27 2012 -0300 Cc: Mauro

[git:v4l-dvb/for_v3.6] [media] lgs8gxx: Declare MODULE_FIRMWARE usage

2012-07-30 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] lgs8gxx: Declare MODULE_FIRMWARE usage Author: Tim Gardner tim.gard...@canonical.com Date:Wed Jul 25 12:54:02 2012 -0300 Cc: Mauro

[git:v4l-dvb/for_v3.6] [media] xc5000: Add MODULE_FIRMWARE statements

2012-07-30 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] xc5000: Add MODULE_FIRMWARE statements Author: Tim Gardner tim.gard...@canonical.com Date:Wed Jul 25 09:15:19 2012 -0300 This will

[git:v4l-dvb/for_v3.6] [media] tlg2300: Declare MODULE_FIRMWARE usage

2012-07-30 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] tlg2300: Declare MODULE_FIRMWARE usage Author: Tim Gardner tim.gard...@canonical.com Date:Wed Jul 25 15:41:04 2012 -0300 Cc: Huang