Re: [PATCH 1/4] v4l: add support for selection api

2011-09-23 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch, and sorry for the late reply. On Wednesday 31 August 2011 14:28:20 Tomasz Stanislawski wrote: This patch introduces new api for a precise control of cropping and composing features for video devices. The new ioctls are VIDIOC_S_SELECTION and

[GIT PATCHES FOR 3.2] gspca for_v3.2

2011-09-23 Thread Jean-Francois Moine
Hi Mauro, This set includes the patches: http://patchwork.linuxtv.org/patch/7358 http://patchwork.linuxtv.org/patch/114 Cheers. The following changes since commit e553000a14ead0e265a8aa4d241c7b3221e233e3: [media] sr030pc30: Remove empty s_stream op (2011-09-21 12:48:45 -0300)

Re: em28xx PCTV 290e patches

2011-09-23 Thread Chris Rankin
Hi Stuart, On 23/09/11 09:52, Stuart Morris wrote: I have a PCTV 290e and have been watching closely the updates to the Linux media tree for this device. Thanks for addressing the issues with the 290e driver, I am now able to use my 290e for watching UK FreeviewHD with a good degree of

Re: [PATCH v2 2/2] v4l: Add v4l2 subdev driver for S5K6AAFX sensor

2011-09-23 Thread Sylwester Nawrocki
Hi Sakari, On 09/23/2011 12:02 AM, Sakari Ailus wrote: Hi Sylwester, I have a few additional comments below, they don't depend on my earlier ones. Thanks a lot for your follow up review! On Wed, Sep 21, 2011 at 07:45:07PM +0200, Sylwester Nawrocki wrote: This driver exposes preview

RE: [PATCH 4/5] ispccdc: Configure CCDC_SYN_MODE register for UYVY8_2X8 and YUYV8_2X8 formats

2011-09-23 Thread Ravi, Deepthy
From: Laurent Pinchart [laurent.pinch...@ideasonboard.com] Sent: Wednesday, September 21, 2011 2:36 PM To: Ravi, Deepthy Cc: mche...@infradead.org; t...@atomide.com; Hiremath, Vaibhav; linux-media@vger.kernel.org; li...@arm.linux.org.uk;

Re: cx231xx: DMA problem on ARM

2011-09-23 Thread Thomas Petazzoni
Hello Devin, Le Thu, 22 Sep 2011 17:29:29 +0200, Thomas Petazzoni thomas.petazz...@free-electrons.com a écrit : I guess you're talking about 44ecf1df9493e6684cd1bb34abb107a0ffe1078a, which ensures a 10ms msleep call. We don't have this patch, but as with CONFIG_HZ=100, msleep() calls are

Re: [PATCH 2/4] v4l: add documentation for selection API

2011-09-23 Thread Tomasz Stanislawski
On 09/23/2011 12:41 AM, Laurent Pinchart wrote: Hi Laurent, Thank you for the review. It looks that spelling highlighting is not enough :). I discussed some of your comments. There are still some open issues. Hi Tomasz, Thanks for the patch, and sorry for the late reply. On Wednesday 31

RE: cx231xx: DMA problem on ARM

2011-09-23 Thread Sri Deevi
Hi Thomas, Do you have USB Analyzer (hardware) ? If so, Is it possible to take a trace and compare it with x86 trace to see for any obvious differences ? I am actually confused why set interface fails in the log. The device is very simple one with no firmware and is totally controlled by

Re: [PATCH 2/4] v4l: add documentation for selection API

2011-09-23 Thread Laurent Pinchart
Hi Tomasz, On Friday 23 September 2011 14:36:51 Tomasz Stanislawski wrote: On 09/23/2011 12:41 AM, Laurent Pinchart wrote: Hi Laurent, Thank you for the review. Your welcome. Sorry once again for the delay. It looks that spelling highlighting is not enough :). That's what review is for

[PATCH 2/2] media, rc: Use static inline functions to kill warnings

2011-09-23 Thread penberg
From: Pekka Enberg penb...@kernel.org This patch converts some ifdef'd wrapper functions from macros to static inline functions to kill the following warnings issued by GCC: CC [M] drivers/media/rc/ir-raw.o drivers/media/rc/ir-raw.c: In function ‘init_decoders’:

[DVB] Digital Devices Cine CT V6 support

2011-09-23 Thread COEXSI
Dear Oliver, Using your latest development tree (hg clone http://linuxtv.org/hg/~endriss/media_build_experimental), I have made a small modification in ddbridge-core.c (see below) to make the new Cine CT V6 card detected by the ddbridge module. With this small patch, the card is now detected,

Re: em28xx PCTV 290e patches

2011-09-23 Thread Mauro Carvalho Chehab
Em 23-09-2011 06:30, Chris Rankin escreveu: Hi Stuart, On 23/09/11 09:52, Stuart Morris wrote: I have a PCTV 290e and have been watching closely the updates to the Linux media tree for this device. Thanks for addressing the issues with the 290e driver, I am now able to use my 290e for

Re: [PATCH 2/4] v4l: add documentation for selection API

2011-09-23 Thread Tomasz Stanislawski
On 09/23/2011 03:13 PM, Laurent Pinchart wrote: Hi Laurent, Thank you very much for your comments. The crop/compose setup is much more complicated task than I expected. The discussion is very helpful to find the optimal solution. +selection targets available for a video capture device. The

[GIT PATCHES FOR 3.2] Media bus configuration flags

2011-09-23 Thread Sylwester Nawrocki
Hi Mauro, Please pull from git://git.infradead.org/users/kmpark/linux-2.6-samsung v4l_mbus_config for a small addition to the media bus configuration flags, a patch converting s5p-fimc driver to use generic flags and an optimization patch for m5mols driver. I have added the m5mols patch which

[PATCH] xc5000: Add support for get_if_frequency

2011-09-23 Thread Mauro Carvalho Chehab
This is needed for devices with DRX-K and xc5000. Compiled-test only. Please test with a HVR 930C hardware. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/media/common/tuners/xc5000.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git

[PATCH] [v2] xc5000: Add support for get_if_frequency

2011-09-23 Thread Mauro Carvalho Chehab
This is needed for devices with DRX-K and xc5000. Compiled-test only. Please test with a HVR 930C hardware. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- v2: Frequency should be in Hz --- drivers/media/common/tuners/xc5000.c |9 + 1 files changed, 9 insertions(+), 0

[PATCH 1/2] [media] tm6000: Fix some CodingStyle issues

2011-09-23 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/staging/tm6000/tm6000-core.c | 20 ++-- drivers/staging/tm6000/tm6000-dvb.c |4 ++-- drivers/staging/tm6000/tm6000-i2c.c | 16 drivers/staging/tm6000/tm6000-regs.h |2

[GIT PATCHES FOR 3.2] fix type error in cx23885 and altera-stapl move out from staging

2011-09-23 Thread Igor M. Liplianin
The following changes since commit 3a7a62378be538944ff00904b8e0b795fe16609a: [media] ati_remote: update Kconfig description (2011-09-22 10:55:10 -0300) are available in the git repository at: http://linuxtv.org/git/liplianin/media_tree.git netup_patches Igor M. Liplianin (2): cx23885:

Re: [PATCH] v4l: mem2mem: add wait_{prepare,finish} ops to m2m_testdev

2011-09-23 Thread Robert Schwebel
Hi, On Thu, Jul 14, 2011 at 08:43:38AM -0700, Pawel Osciak wrote: Acked-by: Pawel Osciak pa...@osciak.com As nobody had objections to Michael's patch, can we do something to move this forward? Thanks, rsc -- Pengutronix e.K. | | Industrial

cron job: media_tree daily build: WARNINGS

2011-09-23 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 Sep 23 19:00:16 CEST 2011 git hash:3a7a62378be538944ff00904b8e0b795fe16609a gcc version: i686-linux-gcc

Re: [GIT PATCHES FOR 3.2] fix type error in cx23885 and altera-stapl move out from staging

2011-09-23 Thread Mauro Carvalho Chehab
Em 23-09-2011 14:26, Igor M. Liplianin escreveu: The following changes since commit 3a7a62378be538944ff00904b8e0b795fe16609a: [media] ati_remote: update Kconfig description (2011-09-22 10:55:10 -0300) are available in the git repository at:

[PATCH] [media] rc tables: include linux/module.h

2011-09-23 Thread Mauro Carvalho Chehab
Prevents errors when merging with -next: drivers/media/rc/keymaps/rc-snapstream-firefly.c:105:16: error: expected declaration specifiers or ‘...’ before string constant drivers/media/rc/keymaps/rc-snapstream-firefly.c:106:15: error: expected declaration specifiers or ‘...’ before string

[PATCH] trying to add PAL support to SAA7164

2011-09-23 Thread Patrick Ruckstuhl
Hello, I have a saa7164 card and am using it with PAL. To get this working I started from the patch by Julian Scheel http://www.spinics.net/lists/linux-media/msg27603.html I saw that some of the changes (added supported device) were already in the repository. I also tried to clean up the rest

Re: [PATCH 1/17]DVB:Siano drivers - Adding LKM for handling SPI connected devices.

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:30, Doron Cohen escreveu: Hi, It took a long time to merge all the changes in kernel.org with Siano sources which were updated in a different repository for the last couple of years. I have made all the changes in small steps seperated to functional reasons. First patch is

Re: [PATCH 2/17]DVB:Siano drivers - Update module name string to contain module version

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:30, Doron Cohen escreveu: Hi, This patch step adds version to module name string for all modules. Thanks, Doron Cohen --- From 81a55103537fb6df2b487819aa9a5af28a5c4bd2 Mon Sep 17 00:00:00 2001 From: Doron Cohen dor...@siano-ms.com Date: Wed, 14 Sep

Re: [PATCH 3/17]DVB:Siano drivers - Changing some field names and debug messages.

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:30, Doron Cohen escreveu: Hi, This patch is changing field names and debug messages to be more clear. From 5b3525a0860992b3811dd9ebd4c797b79e14631a Mon Sep 17 00:00:00 2001 From: Doron Cohen dor...@siano-ms.com Date: Thu, 15 Sep 2011 14:30:24 +0300 Subject: [PATCH 06/21]

Re: [PATCH 4/17]DVB:Siano drivers - Add support in new Siano SDIO devices.

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:31, Doron Cohen escreveu: Hi, This patch adds support in newer devices. Thanks, Doron Cohen -- From 7714e418af56ae73d760cfa39b9e7b99d4dc3aa2 Mon Sep 17 00:00:00 2001 From: Doron Cohen dor...@siano-ms.com Date: Thu, 15 Sep 2011 14:40:03 +0300 Subject:

Re: [PATCH] Add support for PCTV452E.

2011-09-23 Thread Igor M. Liplianin
Here is my version. Made with git format-patch for branch staging/for_v3.2 From cc44ac937f36ed51335eb11a7e28cf047a979a1c Mon Sep 17 00:00:00 2001 From: Igor M. Liplianin liplia...@me.by Date: Fri, 23 Sep 2011 23:31:25 +0300 Subject: [PATCH] Add support for pctv452e To: mche...@infradead.org,

Re: [PATCH]Medion 95700 analog video support

2011-09-23 Thread Andy Walls
Michael Krufky mkru...@linuxtv.org wrote: On Fri, Sep 23, 2011 at 3:32 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Em 04-09-2011 16:46, Michael Krufky escreveu: Maciej, I'm excited to see some success getting analog to work in the dvb-usb framework.  Some people have been asking

Re: [PATCH] Add support for PCTV452E.

2011-09-23 Thread Igor M. Liplianin
В сообщении от 23 сентября 2011 23:58:15 автор Oliver Freyermuth написал: Thanks for the review! As this is the first time I touched module- / kernel-code and I am not really familiar with the structures of the rc-system, I do not really feel up to porting to non-legacy rc-support (Igors

af9015/tda18218: Multiples (separates) usb devices errors/conflicts

2011-09-23 Thread Jin Kazama
Hello, I've been testing af9015/tda18218 based usb DVB-T tuners on a 2.6.39.4 kernel with the latest v4l drivers avaiable (from git). When I'm using a single USB module, (listed as /dev/dvb/adapter0), everything works fine. When I'm plugging another module, at first it looks like

Re: [PATCH]Medion 95700 analog video support

2011-09-23 Thread Maciej Szmigiero
W dniu 23.09.2011 23:06, Andy Walls pisze: Michael Krufky mkru...@linuxtv.org wrote: The cx25840 part of the patch breaks ivtv, IIRC. The patch really need to add board specific configuration and behavior to cx25840. I'll have time tomorrow late afternoon to properly reviw and comment.

Re: [PATCH] Add support for PCTV452E.

2011-09-23 Thread Igor M. Liplianin
В сообщении от 24 сентября 2011 00:11:21 автор Igor M. Liplianin написал: В сообщении от 23 сентября 2011 23:58:15 автор Oliver Freyermuth написал: Thanks for the review! As this is the first time I touched module- / kernel-code and I am not really familiar with the structures of the

Re: af9015/tda18218: Multiples (separates) usb devices errors/conflicts

2011-09-23 Thread Antti Palosaari
On 09/24/2011 12:06 AM, Jin Kazama wrote: Hello, I've been testing af9015/tda18218 based usb DVB-T tuners on a 2.6.39.4 kernel with the latest v4l drivers avaiable (from git). When I'm using a single USB module, (listed as /dev/dvb/adapter0), everything works fine. When I'm plugging another

Re: [PATCH 6/17]DVB:Siano drivers - Add support in various boards implemented with siano devices.

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:31, Doron Cohen escreveu: Hi, This patch adds support in various boards implemented with Siano devices. This one looks ok, except that it was mangled by your emailer. Thanks, Doron Cohen -- From becf520ccaba483a80e242622b471d10bd74024e

Re: [PATCH 7/17]DVB:Siano drivers - Support flexiable usb endpoint rather than hard-cored numbers.

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:31, Doron Cohen escreveu: Hi, This patch changes the usb driver to support flexiable usb endpoint rather than hard-cored numbers. Also looked ok, except for the whitespace mangling. Thanks, Doron Cohen -- From e4134fa357d3f41476b8ff33ebbcb69c399641dc

Re: [PATCH 8/17]DVB:Siano drivers - Hide smscore structure from all modules which are not the core device.

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:31, Doron Cohen escreveu: Hi, This patch makes smscore structure hidden from all other module by making it's pointer NULL. Thanks, Doron Cohen -- From b003e8ec2893b7d6e68720abeb490fba38904e59 Mon Sep 17 00:00:00 2001 From: Doron Cohen dor...@siano-ms.com

Re: [PATCH 9/17]DVB:Siano drivers - Improve debug capabilities by separating debug and info messages.

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:31, Doron Cohen escreveu: Hi, This patch Improves debug capabilities by changing debug messages. seems ok. Ah, please, when submitting a patch, don't add a comment like that before the patch, as my scripts and patchwork.linuxtv.org will do the wrong thing with it. Thanks,

Re: [PATCH 10/17]DVB:Siano drivers - Improve signal reception parameters monitoring using siano statistic functions

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:31, Doron Cohen escreveu: Hi, This patch Improve signal reception parameters monitoring using siano statistic functions. Thanks, Doron Cohen -- From 0325e0559d99ccb5ac04e9edef8eb0281a410c52 Mon Sep 17 00:00:00 2001 From: Doron Cohen dor...@siano-ms.com

Re: [PATCH 11/17]DVB:Siano drivers - Improve debug capabilities - add and change debug prints

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:31, Doron Cohen escreveu: Hi, This patch Improve debug capabilities - add and change debug prints. Thanks, Doron Cohen -- From 33055c84a25faa1bde70a8417c2138381f49f498 Mon Sep 17 00:00:00 2001 From: Doron Cohen dor...@siano-ms.com Date: Tue, 20 Sep 2011

Re: [PATCH 12/17]DVB:Siano drivers - Improve firmware load and reload mechanism.

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:31, Doron Cohen escreveu: Hi, This patch step Improve firmware load and reload mechanism in order to support new siano devices and match all existing devices. Thanks, Doron Cohen --- From 59062b9fbc2f3c28cbb1ec014c6ed5a3e065a7de Mon Sep 17 00:00:00

Re: [PATCH 13/17]DVB:Siano drivers - Support big endian platform which uses SPI/I2C

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:31, Doron Cohen escreveu: Hi, This patch step adds support big endian platform which uses SPI/I2C seems ok. Thanks, Doron Cohen From 2b77c0b5f69924206b9e09cda42aad56772e9380 Mon Sep 17 00:00:00 2001 From: Doron Cohen dor...@siano-ms.com Date: Tue, 20 Sep 2011 08:31:52

Re: [PATCH 14/17]DVB:Siano drivers - support platform whcih doesn't have request firmware deamon (used in android)

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:31, Doron Cohen escreveu: Hi, This patch step support platform whcih doesn't have request firmware deamon (used in android). Thanks, Doron Cohen --- From 3e0060fc7cfdbd5844e9a644b6d2927a406cde20 Mon Sep 17 00:00:00 2001 From: Doron Cohen

Re: [PATCH 15/17]DVB:Siano drivers - Bug fix - avoid (rare) dead locks causing the driver to hang when module removed.

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:32, Doron Cohen escreveu: Hi, This patch step is a Bug fix - avoid (rare) dead locks causing the driver to hang when module removed. Thanks, Doron Cohen --- From ad75d9ce48d440c6db6c5147530f1e23de2fcb28 Mon Sep 17 00:00:00 2001 From: Doron Cohen

Re: [PATCH 16/17]DVB:Siano drivers - extern function smscore_send_last_fw_chunk to be used by other modules

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:32, Doron Cohen escreveu: Hi, This patch step externs function smscore_send_last_fw_chunk to be used by other modules. Thanks, Doron Cohen --- From 1e19b238fa7129396df7ddc89e8197669c72a3a4 Mon Sep 17 00:00:00 2001 From: Doron Cohen

Re: [PATCH 17/17]DVB:Siano drivers - Automatically load client modules to make easier usage of device

2011-09-23 Thread Mauro Carvalho Chehab
Em 20-09-2011 07:32, Doron Cohen escreveu: Hi, This patch step makes Automatically load client modules to make easier usage of device Ok. Thanks, Doron Cohen --- From 82afa26fc1fb9db798e46de0c55b49fd1bda9580 Mon Sep 17 00:00:00 2001 From: Doron Cohen

Re: [PATCH RESEND 1/4] davinci vpbe: remove unused macro.

2011-09-23 Thread Mauro Carvalho Chehab
Em 19-09-2011 02:35, Manjunath Hadli escreveu: remove VPBE_DISPLAY_SD_BUF_SIZE as it is no longer used. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com --- drivers/media/video/davinci/vpbe_display.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

Re: [PATCH RESEND 0/4] davinci vpbe: enable DM365 v4l2 display driver

2011-09-23 Thread Mauro Carvalho Chehab
Em 19-09-2011 02:35, Manjunath Hadli escreveu: The patchset adds incremental changes necessary to enable dm365 v4l2 display driver, which includes vpbe display driver changes, osd specific changes and venc changes. The changes are incremental in nature,addind a few HD modes, and taking care of

Re: RC6 decoding

2011-09-23 Thread Mauro Carvalho Chehab
Em 19-09-2011 08:12, Lawrence Rust escreveu: The current decoder for the RC6 IR protocol supports mode 0 (16 bit) and mode 6A. In mode 6A the decoder supports either 32-bit data (for Microsoft's MCE RC) or 24 bit. I would like to support a Sky/Sky+ standard RC which transmits RC6-6-20 i.e.

Re: cx231xx: DMA problem on ARM

2011-09-23 Thread Mauro Carvalho Chehab
Em 23-09-2011 09:04, Thomas Petazzoni escreveu: Hello Devin, Le Thu, 22 Sep 2011 17:29:29 +0200, Thomas Petazzoni thomas.petazz...@free-electrons.com a écrit : I guess you're talking about 44ecf1df9493e6684cd1bb34abb107a0ffe1078a, which ensures a 10ms msleep call. We don't have this

Re: [GIT PATCHES FOR 3.2] gspca for_v3.2

2011-09-23 Thread Mauro Carvalho Chehab
Em 23-09-2011 05:37, Jean-Francois Moine escreveu: Hi Mauro, This set includes the patches: http://patchwork.linuxtv.org/patch/7358 http://patchwork.linuxtv.org/patch/114 Thanks for doing that! Applied, thanks! Cheers. The following changes since commit

Re: [GIT PULL] Selection API and fixes for v3.2

2011-09-23 Thread Mauro Carvalho Chehab
Em 22-09-2011 12:13, Marek Szyprowski escreveu: Hello Mauro, I've collected pending selection API patches together with pending videobuf2 and Samsung driver fixes to a single git branch. Please pull them to your media tree. Marek Szyprowski (1): staging: dt3155v4l: fix build break