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
> >
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
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
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
>> --
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:
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
> >
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
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
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
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
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
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
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
26 matches
Mail list logo