[RFC/PATCH v5 2/4] MFC: Add MFC 5.1 driver to plat-s5p

2010-12-21 Thread Kamil Debski
This patch adds platform support for Multi Format Codec 5.1. MFC 5.1 is capable of handling a range of video codecs and this driver provides V4L2 interface for video decoding. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[RFC/PATCH v5 4/4] s5pv210: Enable MFC on Goni

2010-12-21 Thread Kamil Debski
This patch enables MFC 5.1 on Goni board. Multi Format Codec 5.1 is capable of handling a range of video codecs. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/Kconfig |1 +

Re: [GIT PULL FOR 2.6.37] uvcvideo: BKL removal

2010-12-21 Thread Mauro Carvalho Chehab
Em 20-12-2010 10:28, Hans Verkuil escreveu: On Monday, December 20, 2010 13:10:32 Mauro Carvalho Chehab wrote: Em 18-12-2010 08:45, Hans Verkuil escreveu: On Saturday, December 18, 2010 01:54:41 Laurent Pinchart wrote: Hi Mauro, On Friday 17 December 2010 18:09:39 Mauro Carvalho Chehab

RE: [RFC/PATCH v5 0/4] Multi Format Codec 5.1 driver for S5PC110 SoC

2010-12-21 Thread Kamil Debski
Hi, I have attached wrong patches, please ignore this patch set (the sent driver was still using older videobuf2). I will resend proper patches soon. Sorry for any trouble it might have caused. Best wishes, Kamil Debski I have applied changes suggested by Kukjin Kim. Also cache handling has

Re: [PATCH v8 6/8] davinci vpbe: board specific additions

2010-12-21 Thread Sergei Shtylyov
Hello. On 20-12-2010 16:54, Manjunath Hadli wrote: This patch implements tables for display timings,outputs and other board related functionalities. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Acked-by: Muralidharan Karicheri m-kariche...@ti.com Acked-by: Hans Verkuil

Re: [PATCH v8 5/8] davinci vpbe: platform specific additions

2010-12-21 Thread Sergei Shtylyov
Hello. On 20-12-2010 16:54, Manjunath Hadli wrote: This patch implements the overall device creation for the Video display driver Signed-off-by: Manjunath Hadlimanjunath.ha...@ti.com Acked-by: Muralidharan Karicherim-kariche...@ti.com Acked-by: Hans Verkuilhverk...@xs4all.nl [...] diff

[PATCH v3.1] [media] s5p-fimc: fix the value of YUV422 1-plane formats

2010-12-21 Thread Hyunwoong Kim
Some color formats are mismatched in s5p-fimc driver. CIOCTRL[1:0], order422_out, should be set 2b'00 not 2b'11 to use V4L2_PIX_FMT_YUYV. Because in V4L2 standard V4L2_PIX_FMT_YUYV means start + 0: Y'00 Cb00 Y'01 Cr00 Y'02 Cb01 Y'03 Cr01. According to datasheet 2b'00 is right value for

[PATCH v2] [media] s5p-fimc: Configure scaler registers depending on FIMC version

2010-12-21 Thread Hyunwoong Kim
The main scaler has four SFRs for main scaler ratio depending on FIMC version. FIMC 4.x has only two SFRs and FIMC 5.x has four SFRs for main scaler. Those are MainHorRatio, MainHorRatio_ext, MainVerRatio and MainverRatio_ext. The FIMC 5.x has 15 bit resolution for scaling ratio as below.

[RFC/PATCH v5 0/4] Multi Format Codec 5.1 driver for S5PC110 SoC

2010-12-21 Thread Kamil Debski
Hello, Previous emails had the wrong patch set attached. Those I send now contain the correct patches. Sorry for any trouble. I have applied changes suggested by Kukjin Kim. Also cache handling has been improved. I would be grateful for your comments. Original cover letter ant detailed change

[RFC/PATCH v5 4/4] s5pv210: Enable MFC on Goni

2010-12-21 Thread Kamil Debski
This patch enables MFC 5.1 on Goni board. Multi Format Codec 5.1 is capable of handling a range of video codecs. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/Kconfig |1 +

[RFC/PATCH v5 1/4] Changes in include/linux/videodev2.h for MFC 5.1

2010-12-21 Thread Kamil Debski
This patch adds fourcc values for compressed video stream formats and V4L2_CTRL_CLASS_CODEC. Also adds controls used by MFC 5.1 driver. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- include/linux/videodev2.h | 48

[RFC/PATCH v5 2/4] MFC: Add MFC 5.1 driver to plat-s5p

2010-12-21 Thread Kamil Debski
This patch adds platform support for Multi Format Codec 5.1. MFC 5.1 is capable of handling a range of video codecs and this driver provides V4L2 interface for video decoding. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

Re: [GIT PULL] IR fixups for 2.6.37

2010-12-21 Thread Mauro Carvalho Chehab
Em 16-12-2010 17:03, Jarod Wilson escreveu: Hey Mauro, As previously discussed, here's a handful of IR patches I'd like to see make it into 2.6.37 still, as they fix a number of issues with the mceusb, streamzap, nuvoton and lirc_dev drivers. The last three mceusb patches are not yet in

Re: [PATCH v2] [media] s5p-fimc: Configure scaler registers depending on FIMC version

2010-12-21 Thread Sylwester Nawrocki
On 12/21/2010 12:41 PM, Hyunwoong Kim wrote: The main scaler has four SFRs for main scaler ratio depending on FIMC version. FIMC 4.x has only two SFRs and FIMC 5.x has four SFRs for main scaler. Those are MainHorRatio, MainHorRatio_ext, MainVerRatio and MainverRatio_ext. The FIMC 5.x has 15

Re: [git:v4l-dvb/for_v2.6.38] [media] [v18, 2/2] V4L2: WL1273 FM Radio: TI WL1273 FM radio driver

2010-12-21 Thread Hans Verkuil
On Tuesday, December 21, 2010 15:05:08 Mauro Carvalho Chehab wrote: 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] [v18,2/2] V4L2: WL1273 FM Radio: TI WL1273 FM radio driver

Re: [RFC/PATCH v7 03/12] media: Entities, pads and links

2010-12-21 Thread Hans Verkuil
Hi Laurent, I promised to look at the new type names, so here is my opinion: On Monday, December 20, 2010 12:36:26 Laurent Pinchart wrote: snip + +#define MEDIA_ENTITY_TYPE_SHIFT 16 +#define MEDIA_ENTITY_TYPE_MASK 0x00ff +#define

Re: [alsa-devel] [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-21 Thread Hans Verkuil
On Wednesday, December 15, 2010 00:50:44 Laurent Pinchart wrote: Hi Clemens, On Tuesday 14 December 2010 14:49:15 Clemens Ladisch wrote: Laurent Pinchart wrote: On Tuesday 14 December 2010 13:40:21 Hans Verkuil wrote: On Monday 13 December 2010 17:10:51 Clemens Ladisch wrote: *

Re: [PATCH] drivers/media/video/v4l2-compat-ioctl32.c: Check the return value of copy_to_user

2010-12-21 Thread Arnd Bergmann
On Tuesday 21 December 2010 02:18:06 Thiago Farina wrote: diff --git a/drivers/media/video/v4l2-compat-ioctl32.c b/drivers/media/video/v4l2-compat-ioctl32.c index e30e8df..55825ec 100644 --- a/drivers/media/video/v4l2-compat-ioctl32.c +++ b/drivers/media/video/v4l2-compat-ioctl32.c @@

Re: [GIT PULL] IR fixups for 2.6.37

2010-12-21 Thread Jarod Wilson
On Tue, Dec 21, 2010 at 11:37:57AM -0200, Mauro Carvalho Chehab wrote: Em 16-12-2010 17:03, Jarod Wilson escreveu: Hey Mauro, As previously discussed, here's a handful of IR patches I'd like to see make it into 2.6.37 still, as they fix a number of issues with the mceusb, streamzap,

Re: [PATCH] drivers/media/video/v4l2-compat-ioctl32.c: Check the return value of copy_to_user

2010-12-21 Thread Thiago Farina
On Tue, Dec 21, 2010 at 4:25 PM, Arnd Bergmann a...@arndb.de wrote: On Tuesday 21 December 2010 02:18:06 Thiago Farina wrote: diff --git a/drivers/media/video/v4l2-compat-ioctl32.c b/drivers/media/video/v4l2-compat-ioctl32.c index e30e8df..55825ec 100644 ---

[cron job] v4l-dvb daily build: WARNINGS

2010-12-21 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:Tue Dec 21 19:01:29 CET 2010 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version:

RE: DuoFlex CT PCIe

2010-12-21 Thread PC12 Ching
Thanks Andre for your reply. The Digital Devices DuoFlex CT is a DVB-C/T card. Looking at the Mystique CaBiX-C2 DVB-C Card, they do not look in similar. Does anybody else have experience with the Digital Devices DuoFlex CT card ? Cheers Eckhard -Original Message- From: Andre

Re: [PATCH] drivers/media/video/v4l2-compat-ioctl32.c: Check the return value of copy_to_user

2010-12-21 Thread Arnd Bergmann
On Tuesday 21 December 2010 19:34:04 Thiago Farina wrote: You can probably change this function to look at the return code of copy_to_user, but then you need to treat the put_user return code the same, and change the comment. Right, I will do the same with put_user, but I'm afraid of

Re: tm6000 and IR

2010-12-21 Thread Jarod Wilson
On Mon, Dec 20, 2010 at 02:41:03PM +0900, Dmitri Belimov wrote: Hi If Apple use full 32-bit scancode we need full raw 32-bit keytable for compatibility. The Apple format is two bytes for what I guess is vendor ID, one byte for pairing ID and one byte for the actual command. The actual

[PATCH v2] drivers/media/video/v4l2-compat-ioctl32.c: Check the return value of copy_to_user

2010-12-21 Thread Thiago Farina
This fix the following warning: drivers/media/video/v4l2-compat-ioctl32.c: In function ‘get_microcode32’: drivers/media/video/v4l2-compat-ioctl32.c:209: warning: ignoring return value of ‘copy_to_user’, declared with attribute warn_unused_result Signed-off-by: Thiago Farina tfrans...@gmail.com

Re: [PATCH] drivers/media/video/v4l2-compat-ioctl32.c: Check the return value of copy_to_user

2010-12-21 Thread Mauro Carvalho Chehab
Em 21-12-2010 16:34, Thiago Farina escreveu: On Tue, Dec 21, 2010 at 4:25 PM, Arnd Bergmann a...@arndb.de wrote: On Tuesday 21 December 2010 02:18:06 Thiago Farina wrote: diff --git a/drivers/media/video/v4l2-compat-ioctl32.c b/drivers/media/video/v4l2-compat-ioctl32.c index e30e8df..55825ec

Avermedia A700 failing with 2.6.32, worked with 2.6.30

2010-12-21 Thread Mikhail Ramendik
Hello. I have Avermedia A700, a DVB-S card. I also have Debian lenny, which, with kernel 2.6.30 from backports.org, displayed satelite video successfully. However, once I installed kernel 2.6.32 from backports.org (which I needed for certain network hardware), DVB no longer works, even though

Re: Avermedia A700 failing with 2.6.32, worked with 2.6.30

2010-12-21 Thread Mikhail Ramendik
On 22 December 2010 01:07, Mikhail Ramendik m...@ramendik.ru wrote: I have Avermedia A700, a DVB-S card. I also have Debian lenny, which, with kernel 2.6.30 from backports.org, displayed satelite video successfully. However, once I installed kernel 2.6.32 from backports.org (which I needed

Re: [PATCH v7 2/7] drivers:media:radio: wl128x: fmdrv_v4l2 sources

2010-12-21 Thread halli manjunatha
10 at 5:08 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Friday, December 17, 2010 12:06:31 manjunatha_ha...@ti.com wrote: From: Manjunatha Halli manjunatha_ha...@ti.com This module interfaces V4L2 subsystem and FM common module. It registers itself with V4L2 as Radio module. Signed-off-by: