Re: Module dvb-usb

2012-03-30 Thread Patrick Boettcher
Hi Matias, On Friday 30 March 2012 09:42:14 Matias Aguirre wrote: My name is Matias and im a programmer. I need to ask some things to you about the creation of new modules into the kernel for TV adapters. I have a new TV adapter with the chipset DM1305. I have the firmware of this chipset..

[PATCH 1/1] [media] V4L: OV5642:remove redundant code to set cropping w/h

2012-03-30 Thread Liu Ying
From: Liu Ying ying@freescale.com This patch contains code change only to remove redundant code to set priv-crop_rect.width/height in probe function. Signed-off-by: Liu Ying ying@freescale.com --- drivers/media/video/ov5642.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-)

omap3isp Linux-3.3

2012-03-30 Thread Gary Thomas
Laurent, I'm looking at your latest tree. I've merged my platform support that I had working in 3.2, but I never see the TVP5150 sensor driver being probed. Has this changed? Do you have an example [tree] with working board support? Previously you had a branch with support for the

[GIT PULL FOR 3.5] AF9035/AF9033/TUA9001 = TerraTec Cinergy T Stick [0ccd:0093]

2012-03-30 Thread Antti Palosaari
Terve Mauro and all the other hackers, I did some massive rewrite for my old AF9035/AF9033 driver that was never merged. Anyhow, here it is. New drivers here are: Infineon TUA 9001 silicon tuner driver Afatech AF9033 DVB-T demodulator driver Afatech AF9035 DVB USB driver AF9035 integrates

Re: cron job: media_tree daily build: ERRORS

2012-03-30 Thread Hans Verkuil
On Thursday, March 29, 2012 19:44:27 Hans Verkuil wrote: 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 Mar 29 19:00:28 CEST 2012 git hash:

Re: omap3isp Linux-3.3

2012-03-30 Thread Laurent Pinchart
Hi Gary, On Friday 30 March 2012 04:59:24 Gary Thomas wrote: Laurent, I'm looking at your latest tree. I've merged my platform support that I had working in 3.2, but I never see the TVP5150 sensor driver being probed. Is the OMAP3 ISP driver loaded ? What does it print to the kernel log ?

Re: omap3isp Linux-3.3

2012-03-30 Thread Gary Thomas
On 2012-03-30 07:33, Laurent Pinchart wrote: Hi Gary, On Friday 30 March 2012 04:59:24 Gary Thomas wrote: Laurent, I'm looking at your latest tree. I've merged my platform support that I had working in 3.2, but I never see the TVP5150 sensor driver being probed. Is the OMAP3 ISP driver

Re: [PATCH v2 1/2] [resend] radio-isa: PnP support for the new ISA radio framework

2012-03-30 Thread Hans Verkuil
Hi Ondrej, Sorry for the delay, Real Life intervened and made it impossible for me to work on this. I finally had some time (and access to ISA hardware), so for both patches: Reviewed-by: Hans Verkuil hans.verk...@cisco.com I've also tested with with my non-PnP radio-gemtek board. Regards,

Re: [PATCH for v3.4] Add missing slab.h to radio-rtrack2.c

2012-03-30 Thread Randy Dunlap
On 03/28/2012 09:27 AM, Randy Dunlap wrote: On 03/27/2012 02:39 AM, Hans Verkuil wrote: Missed this one, this patch should solve this issue: http://www.spinics.net/lists/linux-media/msg45880.html Slab.h was added to all the other isa drivers, but not radio-rtrack2.c. Subject: [PATCH]

cron job: media_tree daily build: WARNINGS

2012-03-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:Fri Mar 30 19:00:14 CEST 2012 git hash:296da3cd14db9eb5606924962b2956c9c656dbb0 gcc version: i686-linux-gcc

Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid no longer works properly with kernel 3.3

2012-03-30 Thread Thomas Steinborn
Hi, hope you can point me into the right direction. I have got 2 Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid cards in my system. They worked perfectly fine with kernel 3.2 (e.g. the last Fedora 16 kernel that worked is 3.2.10-3.fc16.x86_64). As soon as Fedora went kernel 3.3 (kernel

[PATCH v2 13/15] media/video/s5p-tv: mark const init data with __initconst instead of __initdata

2012-03-30 Thread Uwe Kleine-König
As long as there is no other non-const variable marked __initdata in the same compilation unit it doesn't hurt. If there were one however compilation would fail with error: $variablename causes a section type conflict because a section containing const variables is marked read only and

Re: [GIT PULL FOR 3.5] AF9035/AF9033/TUA9001 = TerraTec Cinergy T Stick [0ccd:0093]

2012-03-30 Thread Michael Büsch
On Fri, 30 Mar 2012 15:33:02 +0300 Antti Palosaari cr...@iki.fi wrote: Terve Mauro and all the other hackers, I did some massive rewrite for my old AF9035/AF9033 driver that was never merged. Anyhow, here it is. New drivers here are: Infineon TUA 9001 silicon tuner driver Afatech

Re: [GIT PULL FOR 3.5] AF9035/AF9033/TUA9001 = TerraTec Cinergy T Stick [0ccd:0093]

2012-03-30 Thread Antti Palosaari
On 31.03.2012 00:45, Michael Büsch wrote: On Fri, 30 Mar 2012 15:33:02 +0300 Antti Palosaaricr...@iki.fi wrote: Terve Mauro and all the other hackers, I did some massive rewrite for my old AF9035/AF9033 driver that was never merged. Anyhow, here it is. New drivers here are: Infineon TUA

Re: [GIT PULL FOR 3.5] AF9035/AF9033/TUA9001 = TerraTec Cinergy T Stick [0ccd:0093]

2012-03-30 Thread Michael Büsch
On Sat, 31 Mar 2012 01:00:21 +0300 Antti Palosaari cr...@iki.fi wrote: Feel free to do that. Actually, I just tried it about 2 hours ago. But I failed, since there callbacks given as a param for tuner attach and it is wrong. There is frontend callback defined just for that. Look example

RE: [PATCH v2] media: rotator: Add new image rotator driver for EXYNOS

2012-03-30 Thread Sunyoung Kang
Hi Sylwester Thanks for the review. God bless you! :) On 03/15/2012 06:21 AM, Sylwester Nawrocki wrote: Hi Sunyoung, thank you for addressing my previous comments. It looks much better now. I have is a few more comments... On 03/14/2012 09:00 AM, Sunyoung Kang wrote: This patch adds new