[PATCH] drivers/media/video/s5p-tv/*_drv.c: use devm_ functions

2012-02-09 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr The various devm_ functions allocate memory that is released when a driver detaches. This patch uses these functions for data that is allocated in the probe function of a platform device and is only freed in the remove function. Signed-off-by: Julia

[PATCH] use devm_ functions

2012-02-09 Thread Julia Lawall
The semantic patch (http://coccinelle.lip6.fr/) used in generating this patch is as follows. Some manual cleanup was required. This improves on the previous version in that allocated values are allowed to be renamed before they are freed. virtual after_start virtual returned virtual arg virtual

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

2012-02-09 Thread javier Martin
Hi Guennadi, I understand you are probably quite busy right now but it would be great if you could ack this patch. The sooner you merge it the sooner I will start working on the cleanup series. I've got some time on my hands now. Thank you. On 7 February 2012 11:14, Javier Martin

SDR FM demodulation

2012-02-09 Thread Antti Palosaari
I have taken radio sniffs from FM capable Realtek DVB-T device. Looks like demodulator ADC samples IF frequency and pass all the sampled data to the application. Application is then responsible for decoding that. Device supports DVB-T, FM and DAB. I can guess both FM and DAB are demodulated

Re: SDR FM demodulation

2012-02-09 Thread Patrick Boettcher
On Thursday 09 February 2012 16:01:12 Antti Palosaari wrote: I have taken radio sniffs from FM capable Realtek DVB-T device. Looks like demodulator ADC samples IF frequency and pass all the sampled data to the application. Application is then responsible for decoding that. Device supports

Re: SDR FM demodulation

2012-02-09 Thread Antti Palosaari
On 09.02.2012 17:11, Patrick Boettcher wrote: On Thursday 09 February 2012 16:01:12 Antti Palosaari wrote: I have taken radio sniffs from FM capable Realtek DVB-T device. Looks like demodulator ADC samples IF frequency and pass all the sampled data to the application. Application is then

Re: AverTV Volar HD PRO

2012-02-09 Thread Gianluca Gennari
Il 07/02/2012 06:10, Andrej Podzimek ha scritto: An attempt to scan channels in Kaffeine always fails before the progress bar reaches 20% and lots of messages like this appear in dmesg: af9035: recv bulk message failed:-110 af9033: I2C read failed reg:0047 af9035: recv bulk

Re: [PATCH] drivers/media/video/s5p-tv/*_drv.c: use devm_ functions

2012-02-09 Thread Kyungmin Park
Acked-by: Kyungmin Park kyungmin.p...@samsung.com To Marek, Please include this patch at next git pull request. On Thu, Feb 9, 2012 at 7:45 PM, Julia Lawall julia.law...@lip6.fr wrote: From: Julia Lawall julia.law...@lip6.fr The various devm_ functions allocate memory that is released when a

cron job: media_tree daily build: WARNINGS

2012-02-09 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 Feb 9 19:00:17 CET 2012 git hash:59b30294e14fa6a370fdd2bc2921cca1f977ef16 gcc version: i686-linux-gcc

Re: [PATCH 00/35] Add a driver for Terratec H7

2012-02-09 Thread Torfinn Ingolfsen
Update: On Thu, Feb 9, 2012 at 12:04 AM, Torfinn Ingolfsen tin...@gmail.com wrote: Never mind. after adding this patch: http://patchwork.linuxtv.org/patch/9691/ and rebuilding the media drivers, the device is now detected: tingo@kg-f4:~$ dmesg | grep -i terratec [   19.755806] dvb-usb:

Re: TechnoTrend CT-3650 Viaccess CAM never initializes correctly

2012-02-09 Thread Kenni Lund
2012/1/31 Kenni Lund ke...@kelu.dk: Hi list I'm unable to get the CI working on a TT CT-3650 with a Viaccess CAM. Every time the CAM is inserted, I get a dvb_ca adapter 0: Invalid PC card inserted :( error message. I've tested with both an Arch Linux 3.2.1 kernel (CI-support included) and

Re: SDR FM demodulation

2012-02-09 Thread Andy Walls
Antti Palosaari cr...@iki.fi wrote: On 09.02.2012 17:11, Patrick Boettcher wrote: On Thursday 09 February 2012 16:01:12 Antti Palosaari wrote: I have taken radio sniffs from FM capable Realtek DVB-T device. Looks like demodulator ADC samples IF frequency and pass all the sampled data to the

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

2012-02-09 Thread Guennadi Liakhovetski
Hi Javier On Thu, 9 Feb 2012, javier Martin wrote: Hi Guennadi, I understand you are probably quite busy right now but it would be great if you could ack this patch. The sooner you merge it the sooner I will start working on the cleanup series. I've got some time on my hands now. Yes, I

Re: [alsa-devel] tea575x-tuner improvements use in maxiradio

2012-02-09 Thread Ondrej Zary
On Wednesday 08 February 2012 08:29:25 Hans Verkuil wrote: On Tuesday, February 07, 2012 23:20:19 Ondrej Zary wrote: On Sunday 05 February 2012 14:17:05 Hans Verkuil wrote: These patches improve the tea575x-tuner module to make it up to date with the latest V4L2 frameworks. The

Re: [PATCH] tm6000: Don't use pointer after freeing it in tm6000_ir_fini()

2012-02-09 Thread Jesper Juhl
On Mon, 6 Feb 2012, Thierry Reding wrote: * Jesper Juhl wrote: In tm6000_ir_fini() there seems to be a problem. rc_unregister_device(ir-rc); calls rc_free_device() on the pointer it is given, which frees it. Subsequently the function does: if (!ir-polling)

Re: [PATCH v2 27/31] omap3isp: Configure CSI-2 phy based on platform data

2012-02-09 Thread Aguirre, Sergio
Hi Sakari, On Thu, Feb 2, 2012 at 5:54 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Configure CSI-2 phy based on platform data in the ISP driver. For that, the new V4L2_CID_IMAGE_SOURCE_PIXEL_RATE control is used. Previously the same was configured from the board code. Signed-off-by: Sakari

Re: omap3isp: sequence number in v4l2 buffer not incremented

2012-02-09 Thread Laurent Pinchart
Hi Kruno, On Wednesday 25 January 2012 16:34:26 Kruno Mrak wrote: Hello, we have an omap based intelligent camera and image sensor is connected to camera parallel interface. Image capturing via CCDC output works fine. When streaming is on and reading sequence variable, it shows always -1.

Re: [Q] Interleaved formats on the media bus

2012-02-09 Thread Laurent Pinchart
Hi Sylwester, On Wednesday 08 February 2012 23:48:27 Sylwester Nawrocki wrote: On 02/05/2012 02:30 PM, Laurent Pinchart wrote: On Saturday 04 February 2012 18:00:10 Sylwester Nawrocki wrote: On 02/04/2012 12:34 PM, Laurent Pinchart wrote: On Thursday 02 February 2012 12:14:08 Sylwester

[PATCH 18/60] media: remove the second argument of k[un]map_atomic()

2012-02-09 Thread Cong Wang
Acked-by: Andy Walls awa...@md.metrocast.net Signed-off-by: Cong Wang amw...@redhat.com --- drivers/media/video/ivtv/ivtv-udma.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/ivtv/ivtv-udma.c b/drivers/media/video/ivtv/ivtv-udma.c index