Re: [PATCH] [media] Add multi-planar API documentation

2011-01-05 Thread Hans Verkuil
On Thursday, January 06, 2011 06:53:37 Pawel Osciak wrote: > Hi Hans, > Huge thanks for the review! > > On Mon, Jan 3, 2011 at 23:53, Hans Verkuil wrote: > > On Tuesday, January 04, 2011 05:20:45 Pawel Osciak wrote: > >> Add DocBook documentation for the new multi-planar API extensions to the > >

Re: Question about Night Mode

2011-01-05 Thread Guennadi Liakhovetski
On Thu, 6 Jan 2011, Roberto Rodriguez Alcala wrote: > Hi, i'm interested in implement the Night Mode for the ov7370 driver, and it > is done by modifyng 1 bit of the control register 11, but i'm unable to find > a V4l2 user Control ID for that (Ex: V4L2-CID-NIGHT_MODE). I also think that > the men

RE: [RFC PATCH 0/2] davinci: convert to core-assisted locking

2011-01-05 Thread Hadli, Manjunath
Tested for SD loopback and other IOCTLS. Reviewed the patches. Patch series Acked by: Manjunath Hadli -Manju On Wed, Jan 05, 2011 at 22:12:38, Hans Verkuil wrote: > > These two patches convert vpif_capture and vpif_display to core-assisted > locking and now use .unlocked_ioctl instead of .ioc

Re: [PATCH] [media] Add multi-planar API documentation

2011-01-05 Thread Pawel Osciak
Hi Hans, Huge thanks for the review! On Mon, Jan 3, 2011 at 23:53, Hans Verkuil wrote: > On Tuesday, January 04, 2011 05:20:45 Pawel Osciak wrote: >> Add DocBook documentation for the new multi-planar API extensions to the >> Video for Linux 2 API DocBook. >> >> Signed-off-by: Pawel Osciak >> --

Question about Night Mode

2011-01-05 Thread Roberto Rodriguez Alcala
Hi, i'm interested in implement the Night Mode for the ov7370 driver, and it is done by modifyng 1 bit of the control register 11, but i'm unable to find a V4l2 user Control ID for that (Ex: V4L2-CID-NIGHT_MODE). I also think that the mentioned feature is quite common in cameras so my question is:

Re: [PATCH 3/3] lirc_zilog: Remove use of deprecated struct i2c_adapter.id field

2011-01-05 Thread Andy Walls
On Wed, 2011-01-05 at 20:02 -0200, Mauro Carvalho Chehab wrote: > Em 05-01-2011 19:51, Jean Delvare escreveu: > > Hi Mauro, > > > > On Wed, 05 Jan 2011 15:34:28 -0200, Mauro Carvalho Chehab wrote: > >> Hi Jean, > >> > >> Thanks for your acks for patches 1 and 2. I've already applied the patches >

Re: [PATCH 3/3] lirc_zilog: Remove use of deprecated struct i2c_adapter.id field

2011-01-05 Thread Andy Walls
On Wed, 2011-01-05 at 15:45 +0100, Jean Delvare wrote: > Hi Andy, > > On Tue, 28 Dec 2010 20:49:50 -0500, Andy Walls wrote: > > Remove use of deprecated struct i2c_adapter.id field. In the process, > > perform different detection of the HD PVR's Z8 IR microcontroller versus > > the other Hauppaug

Re: [PATCH 1/3] hdpvr: Add I2C and ir-kdb-i2c registration of the Zilog Z8 IR chip

2011-01-05 Thread Andy Walls
On Wed, 2011-01-05 at 13:50 +0100, Jean Delvare wrote: > On Tue, 28 Dec 2010 20:46:13 -0500, Andy Walls wrote: > > > > Add I2C registration of the Zilog Z8F0811 IR microcontroller for either > > lirc_zilog or ir-kbd-i2c to use. This is a required step in removing > > lirc_zilog's use of the depre

Re: [PATCH 3/3] lirc_zilog: Remove use of deprecated struct i2c_adapter.id field

2011-01-05 Thread Mauro Carvalho Chehab
Em 05-01-2011 19:51, Jean Delvare escreveu: > Hi Mauro, > > On Wed, 05 Jan 2011 15:34:28 -0200, Mauro Carvalho Chehab wrote: >> Hi Jean, >> >> Thanks for your acks for patches 1 and 2. I've already applied the patches >> on my tree and at linux-next. I'll try to add the acks on it before sending

Re: [PATCH 3/3] lirc_zilog: Remove use of deprecated struct i2c_adapter.id field

2011-01-05 Thread Jean Delvare
Hi Mauro, On Wed, 05 Jan 2011 15:34:28 -0200, Mauro Carvalho Chehab wrote: > Hi Jean, > > Thanks for your acks for patches 1 and 2. I've already applied the patches > on my tree and at linux-next. I'll try to add the acks on it before sending > upstream. If you can't, it's fine. I merely wanted

Re: KWorld Dual DVB-T (399U)

2011-01-05 Thread Josu Lazkano
2011/1/5 Josu Lazkano : > Hello list, I am getting some problems with my twin DVB-T device: > > [ 1343.118485] af9015: command failed:2 > [ 1343.118496] af9013: I2C read failed reg:d2e6 > [ 1457.208508] af9015: command failed:2 > [ 1457.208519] af9013: I2C read failed reg:d2e6 > [ 1707.999326] af90

[cron job] v4l-dvb daily build: WARNINGS

2011-01-05 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:Wed Jan 5 19:00:26 CET 2011 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version: i6

[GIT PATCHES FOR 2.6.38] Remove duplicate radio-gemtek-pci driver

2011-01-05 Thread Hans Verkuil
The radio-gemtek-pci driver and the radio-maxiradio driver are identical. This patch removes the gemtek-pci driver. The maxiradio driver is slightly better as it supports mono/stereo detection. Tested with my GemTek PCI card. Regards, Hans The following changes since commit aeb13b434d09

Re: Add Terratec Grabster support to tm6000

2011-01-05 Thread Holger Nelson
On Tue, 4 Jan 2011, Stefan Ringel wrote: Am 04.01.2011 20:12, schrieb Holger Nelson: Hi, the following patch adds support for a Terratec Grabster AV MX150 (and maybe other devices in the Grabster series). This device is an analog frame grabber device using a tm5600. This device doesn't have a

Re: [PATCH 3/3] lirc_zilog: Remove use of deprecated struct i2c_adapter.id field

2011-01-05 Thread Mauro Carvalho Chehab
Hi Jean, Thanks for your acks for patches 1 and 2. I've already applied the patches on my tree and at linux-next. I'll try to add the acks on it before sending upstream. Em 05-01-2011 12:45, Jean Delvare escreveu: > Hi Andy, > > On Tue, 28 Dec 2010 20:49:50 -0500, Andy Walls wrote: >> Remove us

[RFC PATCH 1/2] davinci: convert vpif_capture to core-assisted locking

2011-01-05 Thread Hans Verkuil
From: Hans Verkuil Now uses .unlocked_ioctl instead of .ioctl. Signed-off-by: Hans Verkuil --- drivers/media/video/davinci/vpif_capture.c | 90 --- 1 files changed, 14 insertions(+), 76 deletions(-) diff --git a/drivers/media/video/davinci/vpif_capture.c b/drivers/m

[RFC PATCH 0/2] davinci: convert to core-assisted locking

2011-01-05 Thread Hans Verkuil
These two patches convert vpif_capture and vpif_display to core-assisted locking and now use .unlocked_ioctl instead of .ioctl. These patches assume that the 'DaVinci VPIF: Support for DV preset and DV timings' patch series was applied first. See: http://www.mail-archive.com/linux-media@vger.ker

[RFC PATCH 2/2] davinci: convert vpif_display to core-assisted locking

2011-01-05 Thread Hans Verkuil
vpif_display now uses .unlocked_ioctl instead of .ioctl. Signed-off-by: Hans Verkuil --- drivers/media/video/davinci/vpif_display.c | 98 ++-- 1 files changed, 20 insertions(+), 78 deletions(-) diff --git a/drivers/media/video/davinci/vpif_display.c b/drivers/media/vi

RE: [PATCH 7/9] media: MFC: Add MFC v5.1 V4L2 driver

2011-01-05 Thread Kamil Debski
Hi, Thanks for the comment. Some of them include my code, which will I comment below. > My review also imply Kamil's original patch. > > + > > +/* Display status */ > > +#define S5P_FIMV_DEC_STATUS_DECODING_ONLY 0 > > +#define S5P_FIMV_DEC_STATUS_DECODING_DISPLAY 1 > >

Re: [PATCH 3/3] lirc_zilog: Remove use of deprecated struct i2c_adapter.id field

2011-01-05 Thread Jean Delvare
Hi Andy, On Tue, 28 Dec 2010 20:49:50 -0500, Andy Walls wrote: > Remove use of deprecated struct i2c_adapter.id field. In the process, > perform different detection of the HD PVR's Z8 IR microcontroller versus > the other Hauppauge cards with the Z8 IR microcontroller. Thanks a lot for doing thi

Re: [PATCH 2/3] ir-kbd-i2c: Add HD PVR IR Rx support to ir-kbd-i2c

2011-01-05 Thread Jean Delvare
On Tue, 28 Dec 2010 20:47:46 -0500, Andy Walls wrote: > > Add HD PVR IR Rx support to ir-kbd-i2c > > Signed-off-by: Andy Walls > > --- > drivers/media/video/ir-kbd-i2c.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/media/video/ir-kbd-i2c.c > b/drivers

KWorld Dual DVB-T (399U)

2011-01-05 Thread Josu Lazkano
Hello list, I am getting some problems with my twin DVB-T device: [ 1343.118485] af9015: command failed:2 [ 1343.118496] af9013: I2C read failed reg:d2e6 [ 1457.208508] af9015: command failed:2 [ 1457.208519] af9013: I2C read failed reg:d2e6 [ 1707.999326] af9015: command failed:2 [ 1707.999338] a

Re: [PATCH 1/3] hdpvr: Add I2C and ir-kdb-i2c registration of the Zilog Z8 IR chip

2011-01-05 Thread Jean Delvare
On Tue, 28 Dec 2010 20:46:13 -0500, Andy Walls wrote: > > Add I2C registration of the Zilog Z8F0811 IR microcontroller for either > lirc_zilog or ir-kbd-i2c to use. This is a required step in removing > lirc_zilog's use of the deprecated struct i2c_adapter.id field. > > Signed-off-by: Andy Walls

Re: [PATCH 01/18] Altera FPGA firmware download module.

2011-01-05 Thread Laurent Pinchart
Hi, On Friday 31 December 2010 16:04:13 Ben Gamari wrote: > On Fri, 31 Dec 2010 09:47:41 -0200, Mauro Carvalho Chehab wrote: > > > I understand this. However, a complete JTAG state machine in the > > > kernel, plus an Altera firmware parser, seems to be a lot of code that > > > could live in users

[GIT PATCHES FOR 2.6.38] DaVinci VPIF: Support for DV preset and DV timings

2011-01-05 Thread Nori, Sekhar
Hi Mauro, Can you please pull from the following tree for DV preset and DV timings support for DaVinci VPIF. Sorry for the late request, but we were waiting for an ack from Manju. The patches themselves have been reviewed on the list quite a while ago. The patches affect only DaVinci VPIF video a

RE: [PATCH 0/5] DaVinci VPIF: Support for DV preset and DV timings.

2011-01-05 Thread Hadli, Manjunath
Tested for SD modes on TI Dm6467 EVM. DV_PRESTES testing done for THS8200 based EVM by Hans. For the whole patch series: Acked-by: Manjunath Hadli Regards, -Manju -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media-ow...@vger.kernel.org] On Behalf Of mats.r