RE: [st-ericsson] v4l2 vs omx for camera

2011-02-28 Thread Marek Szyprowski
Hello, On Saturday, February 26, 2011 8:20 PM Nicolas Pitre wrote: On Sat, 26 Feb 2011, Kyungmin Park wrote: On Sat, Feb 26, 2011 at 2:22 AM, Linus Walleij linus.wall...@linaro.org wrote: 2011/2/24 Edward Hervey bilb...@gmail.com:  What *needs* to be solved is an API for data

[PATCH v2 -resend#1 1/1] V4L: videobuf, don't use dma addr as physical

2011-02-28 Thread Jiri Slaby
mem-dma_handle is a dma address obtained by dma_alloc_coherent which needn't be a physical address in presence of IOMMU. So ensure we are remapping (remap_pfn_range) the right page in __videobuf_mmap_mapper by using virt_to_phys(mem-vaddr) and not mem-dma_handle. While at it, use PFN_DOWN instead

Re: [RFC PATCH RESEND v2 2/3] v4l2-ctrls: modify uvc driver to use new menu type of V4L2_CID_FOCUS_AUTO

2011-02-28 Thread Laurent Pinchart
Hi, On Monday 28 February 2011 06:15:23 Kim, HeungJun wrote: 2011-02-25 오후 9:58, Laurent Pinchart 쓴 글: On Friday 25 February 2011 13:46:01 Kim, HeungJun wrote: As following to change the boolean type of V4L2_CID_FOCUS_AUTO to menu type, this uvc is modified the usage of

Re: [st-ericsson] v4l2 vs omx for camera

2011-02-28 Thread Laurent Pinchart
On Saturday 26 February 2011 13:12:42 Hans Verkuil wrote: On Friday, February 25, 2011 18:22:51 Linus Walleij wrote: 2011/2/24 Edward Hervey bilb...@gmail.com: What *needs* to be solved is an API for data allocation/passing at the kernel level which v4l2,omx,X,GL,vdpau,vaapi,... can

Re: [st-ericsson] v4l2 vs omx for camera

2011-02-28 Thread Hans Verkuil
On Sunday, February 27, 2011 20:49:37 Arnd Bergmann wrote: On Saturday 26 February 2011, Edward Hervey wrote: Are there any gstreamer/linaro/etc core developers attending the ELC in San Francisco in April? I think it might be useful to get together before, during or after the

Re: [st-ericsson] v4l2 vs omx for camera

2011-02-28 Thread Laurent Pinchart
On Sunday 27 February 2011 20:49:37 Arnd Bergmann wrote: On Saturday 26 February 2011, Edward Hervey wrote: Are there any gstreamer/linaro/etc core developers attending the ELC in San Francisco in April? I think it might be useful to get together before, during or after the conference

Re: [st-ericsson] v4l2 vs omx for camera

2011-02-28 Thread Hans Verkuil
On Monday, February 28, 2011 11:11:47 Laurent Pinchart wrote: On Saturday 26 February 2011 13:12:42 Hans Verkuil wrote: On Friday, February 25, 2011 18:22:51 Linus Walleij wrote: 2011/2/24 Edward Hervey bilb...@gmail.com: What *needs* to be solved is an API for data allocation/passing

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Laurent Pinchart
On Saturday 26 February 2011 14:03:53 Guennadi Liakhovetski wrote: On Sat, 26 Feb 2011, Hans Verkuil wrote: On Friday, February 25, 2011 18:08:07 Guennadi Liakhovetski wrote: snip configure the sensor to react on an external trigger provided by the flash controller is needed,

RE: [RFC/PATCH 1/2] v4l: videobuf2: Handle buf_queue errors

2011-02-28 Thread Marek Szyprowski
Hello, On Sunday, February 27, 2011 7:13 PM Laurent Pinchart wrote: videobuf2 expects drivers to check buffer in the buf_prepare operation and to return success only if the buffer can queued without any issue. For hot-pluggable devices, disconnection events need to be handled at buf_queue

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Laurent Pinchart
Hi Hans, On Saturday 26 February 2011 14:56:18 Hans Verkuil wrote: On Saturday, February 26, 2011 14:39:54 Sylwester Nawrocki wrote: On 02/26/2011 02:03 PM, Guennadi Liakhovetski wrote: On Sat, 26 Feb 2011, Hans Verkuil wrote: On Friday, February 25, 2011 18:08:07 Guennadi Liakhovetski

Sony CXD2099AR support

2011-02-28 Thread Issa Gorissen
Hi, I have read that this CI chip driver is in staging because some questions on how to handle it are still not answered. I volunteer to handle this one. I'm a regular java developer, but I'm willing to put effort in learning linux drivers writing. So Ralph, can you give me some pointers on

Re: [st-ericsson] v4l2 vs omx for camera

2011-02-28 Thread Laurent Pinchart
On Monday 28 February 2011 11:21:52 Hans Verkuil wrote: On Monday, February 28, 2011 11:11:47 Laurent Pinchart wrote: On Saturday 26 February 2011 13:12:42 Hans Verkuil wrote: On Friday, February 25, 2011 18:22:51 Linus Walleij wrote: 2011/2/24 Edward Hervey bilb...@gmail.com: What

Re: ec168-9295d36ab66e compiling error

2011-02-28 Thread Vinicio Nocciolini
On 02/27/2011 07:10 PM, Antti Palosaari wrote: Dont use my, or anyone else, old HG trees. You should follow that http://www.linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers Antti On 02/24/2011 04:24 PM, Vinicio Nocciolini wrote: Hi all I have problem compiling the project

Re: ec168-9295d36ab66e compiling error

2011-02-28 Thread Antti Palosaari
On 02/28/2011 12:37 PM, Vinicio Nocciolini wrote: [ 304.74] dvb-usb: found a 'E3C EC168 DVB-T USB2.0 reference design' in cold state, will try to load a firmware [ 304.742587] dvb-usb: did not find the firmware file. (dvb-usb-ec168.fw) Please see linux/Documentation/dvb/ for more details on

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Laurent Pinchart
On Monday 28 February 2011 11:40:31 Hans Verkuil wrote: On Monday, February 28, 2011 11:28:58 Laurent Pinchart wrote: On Saturday 26 February 2011 14:56:18 Hans Verkuil wrote: On Saturday, February 26, 2011 14:39:54 Sylwester Nawrocki wrote: On 02/26/2011 02:03 PM, Guennadi Liakhovetski

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Hans Verkuil
On Monday, February 28, 2011 11:28:58 Laurent Pinchart wrote: Hi Hans, On Saturday 26 February 2011 14:56:18 Hans Verkuil wrote: On Saturday, February 26, 2011 14:39:54 Sylwester Nawrocki wrote: On 02/26/2011 02:03 PM, Guennadi Liakhovetski wrote: On Sat, 26 Feb 2011, Hans Verkuil

Re: Well supported USB DVB-C device?

2011-02-28 Thread Antti Palosaari
On 02/28/2011 11:49 AM, Magnus Alm wrote: 2011/2/28 Antti Palosaaricr...@iki.fi On 02/28/2011 02:02 AM, Malte Gell wrote: is there a DVB-C device with USB that is well supported by a recent kernel (2.6.38)? Anysee E30 C Plus is supported as far as I know. It works fine, besides the card

Re: [PATCH v2 -resend#1 1/1] V4L: videobuf, don't use dma addr as physical

2011-02-28 Thread Laurent Pinchart
Hi Jiri, On Monday 28 February 2011 10:37:02 Jiri Slaby wrote: mem-dma_handle is a dma address obtained by dma_alloc_coherent which needn't be a physical address in presence of IOMMU. So ensure we are remapping (remap_pfn_range) the right page in __videobuf_mmap_mapper by using

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Guennadi Liakhovetski
On Mon, 28 Feb 2011, Hans Verkuil wrote: On Monday, February 28, 2011 11:28:58 Laurent Pinchart wrote: Hi Hans, On Saturday 26 February 2011 14:56:18 Hans Verkuil wrote: On Saturday, February 26, 2011 14:39:54 Sylwester Nawrocki wrote: On 02/26/2011 02:03 PM, Guennadi Liakhovetski

[PATCH v20 1/3] MFD: Wl1273 FM radio core: Add I2C IO functions.

2011-02-28 Thread Matti J. Aaltonen
Add I2C IO functions. Change the IO operation from read to write in wl1273_fm_set_volume. Update the year of the copyright statement. Remove two unnecessary calls to i2c_set_clientdata. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/mfd/Kconfig |2 +-

[PATCH v20 2/3] V4L2: Wl1273 FM Radio: Remove I2C IO functions.

2011-02-28 Thread Matti J. Aaltonen
Remove I2C IO functions. After refactoring they currently belong to the Wl1273 MFD driver. And now the IO functions are accessed through pointers. Update the year in the copyright statement. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/media/radio/radio-wl1273.c | 360

[PATCH v20 3/3] ASoC: WL1273 FM radio: Access I2C IO functions through pointers.

2011-02-28 Thread Matti J. Aaltonen
These changes are needed to keep up with the changes in the MFD core and V4L2 parts of the wl1273 FM radio driver. Use function pointers instead of exported functions for I2C IO. Also move all preprocessor constants from the wl1273.h to include/linux/mfd/wl1273-core.h. Also update the year in

[PATCH v20 0/3] ASoC/MFD/V4L2: WL1273 FM Radio driver

2011-02-28 Thread Matti J. Aaltonen
Hello. And thanks for the comments. If we now move quickly enough we can get this thing in before it becomes deprecated... Samuel wrote: for Mauro to take this one you'd have to provide a diff against the already existing wl1273-core. I've made these patches against the existing stuff. + *

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Laurent Pinchart
Hi Guennadi, On Monday 28 February 2011 12:02:41 Guennadi Liakhovetski wrote: On Mon, 28 Feb 2011, Hans Verkuil wrote: On Monday, February 28, 2011 11:28:58 Laurent Pinchart wrote: On Saturday 26 February 2011 14:56:18 Hans Verkuil wrote: On Saturday, February 26, 2011 14:39:54

Re: ec168-9295d36ab66e compiling error

2011-02-28 Thread Vinicio Nocciolini
On 02/28/2011 11:39 AM, Antti Palosaari wrote: On 02/28/2011 12:37 PM, Vinicio Nocciolini wrote: [ 304.74] dvb-usb: found a 'E3C EC168 DVB-T USB2.0 reference design' in cold state, will try to load a firmware [ 304.742587] dvb-usb: did not find the firmware file. (dvb-usb-ec168.fw) Please

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Hans Verkuil
On Monday, February 28, 2011 12:07:33 Laurent Pinchart wrote: Hi Guennadi, On Monday 28 February 2011 12:02:41 Guennadi Liakhovetski wrote: On Mon, 28 Feb 2011, Hans Verkuil wrote: On Monday, February 28, 2011 11:28:58 Laurent Pinchart wrote: On Saturday 26 February 2011 14:56:18 Hans

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Laurent Pinchart
On Monday 28 February 2011 12:17:12 Hans Verkuil wrote: On Monday, February 28, 2011 12:07:33 Laurent Pinchart wrote: On Monday 28 February 2011 12:02:41 Guennadi Liakhovetski wrote: On Mon, 28 Feb 2011, Hans Verkuil wrote: [snip] It was my understanding that the streaming would stop

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Guennadi Liakhovetski
On Sun, 27 Feb 2011, Sakari Ailus wrote: Hi, Guennadi Liakhovetski wrote: On Fri, 25 Feb 2011, Sakari Ailus wrote: Hi Guennadi, Guennadi Liakhovetski wrote: In principle - yes, and yes, I do realise, that the couple of controls, that I've proposed only cover a very

[DVB] Maintainers of dvb_core and budget_ci modules - Patches proposal

2011-02-28 Thread COEXSI
Dear all, Are-there some maintainers for the dvb_core module and the budget_ci module on the linux-media mailing list? I would like to discuss and submit some patches I have developed for these modules: - dvb_core: add an option for logging the PDU exchanged with the CAM for debugging purposes -

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Mariusz Bialonczyk
On 2011-01-16 21:44, Mariusz Bialonczyk wrote: Fixing the very annoying tunning issue. When switching from DVB-S2 to DVB-S, it often took minutes to have a lock. [...] The patch is changing the frontend from stv0900 to stv090x. The card now works much more reliable. There is no problem with

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Guennadi Liakhovetski
On Mon, 28 Feb 2011, Laurent Pinchart wrote: I don't think snapshot capture is *that* special. I don't expect most embedded SoCs to implement snapshot capture in hardware. What usually happens is that the hardware provides some support (like two independent video streams for

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Mariusz Bialonczyk
Tested-by: Michal Wegrzynek michal.wegrzy...@malloc.com.pl -- 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: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Guennadi Liakhovetski
On Mon, 28 Feb 2011, Hans Verkuil wrote: Does anyone know which drivers stop capture if there are no buffers available? I'm not aware of any. Many soc-camera hosts do that. I think this is certainly a good initial approach. Can someone make a list of things needed for flash/snapshot?

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Guennadi Liakhovetski
On Fri, 25 Feb 2011, Guennadi Liakhovetski wrote: On Fri, 25 Feb 2011, Sakari Ailus wrote: On Fri, Feb 25, 2011 at 06:08:07PM +0100, Guennadi Liakhovetski wrote: What we could also do, we could add an optional callback to subdev (core?) operations, which, if activated, the host

Re: Well supported USB DVB-C device?

2011-02-28 Thread Malte Gell
Antti Palosaari cr...@iki.fi wrote On 02/28/2011 02:02 AM, Malte Gell wrote: is there a DVB-C device with USB that is well supported by a recent kernel (2.6.38)? I have found a device from Terratec, the Terratec H7. They have published a driver for this device at

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Sakari Ailus
On Mon, Feb 28, 2011 at 12:37:06PM +0100, Guennadi Liakhovetski wrote: So, you'd also need a separate control for external exposure, there are also sensors, that can be configured to different shutter / exposure / readout sequence controlling... No, we don't have to support all that

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Guennadi Liakhovetski
On Mon, 28 Feb 2011, Sakari Ailus wrote: On Mon, Feb 28, 2011 at 12:37:06PM +0100, Guennadi Liakhovetski wrote: So, you'd also need a separate control for external exposure, there are also sensors, that can be configured to different shutter / exposure / readout sequence controlling...

please update dvb-t es-Madrid scan file

2011-02-28 Thread Alberto Segura
Hello, es-Madrid has to be updated: * Removing channels: - EsMadrid TV (not functional) - Onda 6 (now la10) - CNN+ (now Gran Hermano 24h) - 40 Latino (inexistent) - Telecinco Sport (inexistent) - Telecinco Estrellas (inexistent) - Fly Music (inexistent) *Adding channels: - La

tuner and PAL decoder - runtime suspend

2011-02-28 Thread Raffaele Recalcati
I'm trying to develop the tda9885 poweron + setting paramteres driver, using the v4l2 structure, that feeds a tvp5151. I can declare a tvp5151 input as V4L2_INPUT_TYPE_TUNER and than create a v4l2 subdev driver for tda9885. I don't know if I need to put code in tvp5151 driver in order to trigger

Re: [GIT PULL] TI WL 128x FM V4L2 driver

2011-02-28 Thread halli manjunatha
On Sun, Feb 27, 2011 at 4:28 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 25-01-2011 03:48, halli manjunatha escreveu: Hi Mauro, Please pull the WL128x FM V4L2 driver from http://dev.omapzoom.org/pub/scm/manju/L24x-btfm.git fm_v4l2_upstream This is TI WL128x FM V4L2 driver

Re: [DVB] Maintainers of dvb_core and budget_ci modules - Patches proposal

2011-02-28 Thread Andreas Oberritter
Hello Sébastien, On 02/28/2011 12:26 PM, Sébastien RAILLARD (COEXSI) wrote: I would like to discuss and submit some patches I have developed for these modules: - dvb_core: add an option for logging the PDU exchanged with the CAM for debugging purposes - dvb_core: clean all ring buffers

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Andy Walls
On Mon, 2011-02-28 at 12:17 +0100, Hans Verkuil wrote: On Monday, February 28, 2011 12:07:33 Laurent Pinchart wrote: So, do I understand it right, that currently there are drivers, that overwrite the last buffers while waiting for a new one, and ones, that stop capture for that time.

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Andy Walls
On Mon, 2011-02-28 at 08:33 -0500, Andy Walls wrote: On Mon, 2011-02-28 at 12:17 +0100, Hans Verkuil wrote: On Monday, February 28, 2011 12:07:33 Laurent Pinchart wrote: So, do I understand it right, that currently there are drivers, that overwrite the last buffers while waiting for a

[patch 1/1] mantis_pci: remove asm/pgtable.h include

2011-02-28 Thread Rtp
mantis_pci.c is including asm/pgtable.h and it's leading to a build failure on arm. It has been noticed here : https://buildd.debian.org/fetch.cgi?pkg=linux-2.6arch=armelver=2.6.38~rc6-1~experimental.1stamp=1298430952file=logas=raw As this header doesn't seem to be used, I'm removing it. I've

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Sakari Ailus
On Mon, Feb 28, 2011 at 12:20:52PM +0100, Guennadi Liakhovetski wrote: Sorry, not sure what you mean. Do you mean different APIs when the flash is controlled directly by the sensor and by an external controller? No, of course we need one API, but you either issue those ioctl()s to the

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Sakari Ailus
On Mon, Feb 28, 2011 at 01:44:25PM +0100, Guennadi Liakhovetski wrote: On Mon, 28 Feb 2011, Sakari Ailus wrote: On Mon, Feb 28, 2011 at 12:37:06PM +0100, Guennadi Liakhovetski wrote: So, you'd also need a separate control for external exposure, there are also sensors, that can be

Re: [PATCH v2 -resend#1 1/1] V4L: videobuf, don't use dma addr as physical

2011-02-28 Thread Jiri Slaby
On 02/28/2011 11:53 AM, Laurent Pinchart wrote: On Monday 28 February 2011 10:37:02 Jiri Slaby wrote: mem-dma_handle is a dma address obtained by dma_alloc_coherent which needn't be a physical address in presence of IOMMU. So ensure we are remapping (remap_pfn_range) the right page in

Re: [PATCH v2 -resend#1 1/1] V4L: videobuf, don't use dma addr as physical

2011-02-28 Thread Laurent Pinchart
Hi Jiri, On Monday 28 February 2011 16:07:43 Jiri Slaby wrote: On 02/28/2011 11:53 AM, Laurent Pinchart wrote: On Monday 28 February 2011 10:37:02 Jiri Slaby wrote: mem-dma_handle is a dma address obtained by dma_alloc_coherent which needn't be a physical address in presence of IOMMU. So

Re: [PATCH v2 -resend#1 1/1] V4L: videobuf, don't use dma addr as physical

2011-02-28 Thread Konrad Rzeszutek Wilk
On Mon, Feb 28, 2011 at 10:37:02AM +0100, Jiri Slaby wrote: mem-dma_handle is a dma address obtained by dma_alloc_coherent which needn't be a physical address in presence of IOMMU. So ensure we are Can you add a comment why you are fixing it? Is there a bug report for this? Under what

Fwd: scan file norway, bergen

2011-02-28 Thread Thomas Amland
-- Forwarded message -- From: Thomas Amland thomas.aml...@gmail.com Date: Mon, Feb 28, 2011 at 4:03 PM Subject: scan file norway, bergen To: linux-...@linuxtv.org Created with w_scan, frequencies from http://www.ntv.no/dekningskart, and confirmed with scan. # Norway, Bergen # T

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Igor M. Liplianin
В сообщении от 28 февраля 2011 13:37:01 автор Mariusz Bialonczyk написал: On 2011-01-16 21:44, Mariusz Bialonczyk wrote: Fixing the very annoying tunning issue. When switching from DVB-S2 to DVB-S, it often took minutes to have a lock. [...] The patch is changing the frontend from

Re: [RFC/PATCH 1/2] v4l: videobuf2: Handle buf_queue errors

2011-02-28 Thread Pawel Osciak
Hi Laurent, A few questions from me below. I feel we need to talk about this change a bit more, it introduces some recovery and consistency problems, unless I'm missing something. On Sun, Feb 27, 2011 at 10:12, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: videobuf2 expects drivers

Re: [PATCH v2 -resend#1 1/1] V4L: videobuf, don't use dma addr as physical

2011-02-28 Thread Jiri Slaby
On 02/28/2011 04:14 PM, Laurent Pinchart wrote: Hi Jiri, On Monday 28 February 2011 16:07:43 Jiri Slaby wrote: On 02/28/2011 11:53 AM, Laurent Pinchart wrote: On Monday 28 February 2011 10:37:02 Jiri Slaby wrote: mem-dma_handle is a dma address obtained by dma_alloc_coherent which needn't

Re: [PATCH v2 -resend#1 1/1] V4L: videobuf, don't use dma addr as physical

2011-02-28 Thread Jiri Slaby
On 02/28/2011 03:53 PM, Konrad Rzeszutek Wilk wrote: On Mon, Feb 28, 2011 at 10:37:02AM +0100, Jiri Slaby wrote: mem-dma_handle is a dma address obtained by dma_alloc_coherent which needn't be a physical address in presence of IOMMU. So ensure we are Can you add a comment why you are fixing

Bulding az6007 module fails

2011-02-28 Thread Malte Gell
Hello, Terratec has released sources for the AzureWave 6007 chipset at http://linux.terratec.de/files/TERRATEC_H7_Linux.tar.gz I have merged these sources into a 2.6.38-rc tree and tried to compile these modules, but I get an error. Can someone tell me how to fix this in order to build the

Re: Well supported USB DVB-C device?

2011-02-28 Thread Benny Amorsen
Antti Palosaari cr...@iki.fi writes: On 02/28/2011 02:02 AM, Malte Gell wrote: is there a DVB-C device with USB that is well supported by a recent kernel (2.6.38)? Anysee E30 C Plus is supported as far as I know. I can confirm that. The only downside so far is that it seems to need a lot of

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Andreas Oberritter
Hello Igor, On 02/28/2011 04:41 PM, Igor M. Liplianin wrote: В сообщении от 28 февраля 2011 13:37:01 автор Mariusz Bialonczyk написал: On 2011-01-16 21:44, Mariusz Bialonczyk wrote: Fixing the very annoying tunning issue. When switching from DVB-S2 to DVB-S, it often took minutes to have a

Re: [PATCH v20 1/3] MFD: Wl1273 FM radio core: Add I2C IO functions.

2011-02-28 Thread Samuel Ortiz
Hi Matti, On Mon, Feb 28, 2011 at 01:02:29PM +0200, Matti J. Aaltonen wrote: Add I2C IO functions. Change the IO operation from read to write in wl1273_fm_set_volume. Update the year of the copyright statement. Remove two unnecessary calls to i2c_set_clientdata. Provided that you add a

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Igor M. Liplianin
В сообщении от 28 февраля 2011 18:09:56 автор Andreas Oberritter написал: Hello Igor, On 02/28/2011 04:41 PM, Igor M. Liplianin wrote: В сообщении от 28 февраля 2011 13:37:01 автор Mariusz Bialonczyk написал: On 2011-01-16 21:44, Mariusz Bialonczyk wrote: Fixing the very annoying tunning

V4L2 'brainstorming' meeting in Warsaw, March 2011

2011-02-28 Thread Marek Szyprowski
Hello everyone! The idea of v4l2 'brainstorming' session came out after a few discussions on #v4l IRC channel about various RFCs and proposals that have been posted recently. I would like to announce that Samsung Poland RD Center (SPRC) agreed to take an opportunity to organize this meeting.

V4L2 'brainstorming' meeting in Warsaw, March 2011

2011-02-28 Thread Marek Szyprowski
Hello everyone! The idea of v4l2 'brainstorming' session came out after a few discussions on #v4l IRC channel about various RFCs and proposals that have been posted recently. I would like to announce that Samsung Poland RD Center (SPRC) agreed to take an opportunity to organize this meeting.

Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-02-28 Thread Jonas Hanschke
Hi, despite lots of time spent tinkering around and looking for help on the web, I've had no success in getting to work the remote control of my DVB-C card. It is a Terratec Cinergy C: http://linuxtv.org/wiki/index.php/TerraTec_Cinergy_C_DVB-C and am using the Mantis driver. Since it was merged

[PATCH] DVB : add option to dump PDU exchanged with CAM in dvb_core

2011-02-28 Thread COEXSI
Dear all, Here is a patch for the dvb_core module, you'll find it attached to this message. It's adding a new module integer parameter called cam_dump_pdu that can have the following values: - 0 (by default): don't dump PDU (do nothing) - 1: Dump all PDU written and read on device through the

Re: V4L2 'brainstorming' meeting in Warsaw, March 2011

2011-02-28 Thread Hans Verkuil
On Monday, February 28, 2011 18:11:47 Marek Szyprowski wrote: Hello everyone! The idea of v4l2 'brainstorming' session came out after a few discussions on #v4l IRC channel about various RFCs and proposals that have been posted recently. I would like to announce that Samsung Poland RD

Re: V4L2 'brainstorming' meeting in Warsaw, March 2011

2011-02-28 Thread Laurent Pinchart
On Monday 28 February 2011 19:03:39 Hans Verkuil wrote: On Monday, February 28, 2011 18:11:47 Marek Szyprowski wrote: [snip] 4. Agenda TBD, everyone is welcomed to put his items here :) In no particular order: 1) pipeline configuration, cropping and scaling:

Re: [PATCH v2 -resend#1 1/1] V4L: videobuf, don't use dma addr as physical

2011-02-28 Thread Mauro Carvalho Chehab
Em 28-02-2011 12:47, Jiri Slaby escreveu: On 02/28/2011 03:53 PM, Konrad Rzeszutek Wilk wrote: On Mon, Feb 28, 2011 at 10:37:02AM +0100, Jiri Slaby wrote: mem-dma_handle is a dma address obtained by dma_alloc_coherent which needn't be a physical address in presence of IOMMU. So ensure we are

[cron job] v4l-dvb daily build: ERRORS

2011-02-28 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Feb 28 19:00:27 CET 2011 git master: 1b59be2a6cdcb5a12e18d8315c07c94a624de48f git media-master: gcc version:

Re: Bulding az6007 module fails

2011-02-28 Thread Torfinn Ingolfsen
Hello, On Mon, Feb 28, 2011 at 4:49 PM, Malte Gell malte.g...@gmx.de wrote: Hello, Terratec has released sources for the AzureWave 6007 chipset at http://linux.terratec.de/files/TERRATEC_H7_Linux.tar.gz I have merged these sources into a 2.6.38-rc tree and tried to compile these modules,

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Mariusz Bialonczyk
On 02/28/2011 06:01 PM, Igor M. Liplianin wrote: For those who ... He asked me to get rid of my driver. Why should I? Maybe because (now) your frontend has problems with tunning on this card? I though that references are known for you: 1.

Re: [GIT PATCHES FOR 2.6.39] cx23885, altera-ci: remove operator return value in void procedure

2011-02-28 Thread Igor M. Liplianin
The following changes since commit 9e650fdb12171a5a5839152863eaab9426984317: [media] drivers:media:radio: Update Kconfig and Makefile for wl128x FM driver (2011-02-27 07:50:42 -0300) are available in the git repository at: git://linuxtv.org/liplianin/media_tree.git dual_dvb_t_c_ci_rf Igor

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Igor M. Liplianin
В сообщении от 28 февраля 2011 21:45:46 автор Mariusz Bialonczyk написал: On 02/28/2011 06:01 PM, Igor M. Liplianin wrote: For those who ... He asked me to get rid of my driver. Why should I? Maybe because (now) your frontend has problems with tunning on this card? I though that

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Igor M. Liplianin
В сообщении от 28 февраля 2011 21:45:46 автор Mariusz Bialonczyk написал: On 02/28/2011 06:01 PM, Igor M. Liplianin wrote: For those who ... He asked me to get rid of my driver. Why should I? Maybe because (now) your frontend has problems with tunning on this card? I though that

Re: WinTV HVR-900 (usb 2040:6500) (model 65008) / no audio but clicking noise

2011-02-28 Thread AW
Hi! Since I really need analog TV support, I would like to bring this up again... :-) Now i hacked the em28xx module, so that it would try to get the audio data via the em28xx_alsa module... But that fails in the usb_submit_urb() call in the em28xx_init_audio_isoc() function, because:

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Mariusz Bialonczyk
On 02/28/2011 09:37 PM, Igor M. Liplianin wrote: Sorry, I have nothing against you personally. me too :) I have excuses, but you not intresting, I think. Peace, friendship, chewing gum, like we use to say in my childhood :) Switching to other driver not helps me, so be patient. I patched

Re: MCEUSB: falsly claims mass storage device

2011-02-28 Thread Jarod Wilson
On Feb 17, 2011, at 6:46 AM, Lucian Muresan wrote: On 09.02.2011 06:19, Jarod Wilson wrote: [...] Looks like bInterfaceNumber == 2 on this device. The patch to handle this similar to the conexant polaris devices should be pretty trivial. I'll try to get something together tomorrow. Hi,

Re: [RFC] snapshot mode, flash capabilities and control

2011-02-28 Thread Guennadi Liakhovetski
On Mon, 28 Feb 2011, Guennadi Liakhovetski wrote: On Mon, 28 Feb 2011, Hans Verkuil wrote: Does anyone know which drivers stop capture if there are no buffers available? I'm not aware of any. Many soc-camera hosts do that. I think this is certainly a good initial approach.

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Igor M. Liplianin
В сообщении от 1 марта 2011 00:24:32 автор Mariusz Bialonczyk написал: On 02/28/2011 09:37 PM, Igor M. Liplianin wrote: Sorry, I have nothing against you personally. me too :) I have excuses, but you not intresting, I think. Peace, friendship, chewing gum, like we use to say in my

[PATCH] tm6000: add audio conf for new cards

2011-02-28 Thread Dmitri Belimov
Hi Add configuration of an audio for our new TV cards. diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index a356ba7..88144a1 100644 --- a/drivers/staging/tm6000/tm6000-cards.c +++ b/drivers/staging/tm6000/tm6000-cards.c @@ -324,6 +324,8 @@ struct

isp or soc-camera for image co-processors

2011-02-28 Thread Bhupesh SHARMA
Hi Guennadi and Laurent, We are now evaluating another ST platform that supports a image co-processor between the camera sensor and the camera host (SoC). The simple architecture diagram will be similar to one shown below (for the sake of simplicity I show only a single sensor. At least two