On Sat, Feb 20, 2010 at 1:44 AM, Michael Angeli wrote:
> Hello,
>
> Looking for Linux drivers for Avermedia Tuners per the following URLs
>
> http://www.avermedia.com/AVerTV/Product/ProductDetail.aspx?Id=378
>
> http://www.avermedia.com/AVerTV/Product/ProductDetail.aspx?Id=482&SI=true
>
> http://w
Am Montag, den 15.02.2010, 06:31 +0100 schrieb hermann pitton:
> Am Donnerstag, den 11.02.2010, 01:58 +0100 schrieb hermann pitton:
> > Hi,
> >
> > Am Mittwoch, den 10.02.2010, 20:36 +0100 schrieb Jean Delvare:
> > > On Wed, 10 Feb 2010 16:40:03 -0200, Mauro Carvalho Chehab wrote:
> > > > Jean De
On 02/19/2010 03:56 PM, Randy Dunlap wrote:
On 02/19/10 14:41, Richard Röjfors wrote:
On 02/19/2010 04:52 AM, Mauro Carvalho Chehab wrote:
Richard Röjfors wrote:
This patch addes timb-radio to all configurations of the timberdale MFD.
Connected to the FPGA is a TEF6862 tuner and a SAA7706H DS
The first loop ends when platform_get_resource() returns NULL. Can it occur
that no platform_get_resource() succeeded? I think we should error return if
that happens. Could k grow larger than VPIF_DISPLAY_MAX_DEVICES there? Should
we err out in that case?
In the loop `for (i = 0; i < VPIF_DISPLAY_
On 02/19/10 14:41, Richard Röjfors wrote:
> On 02/19/2010 04:52 AM, Mauro Carvalho Chehab wrote:
>> Richard Röjfors wrote:
>>> This patch addes timb-radio to all configurations of the timberdale MFD.
>>>
>>> Connected to the FPGA is a TEF6862 tuner and a SAA7706H DSP, the I2C
>>> board info of thes
Laurent,
> -Original Message-
> From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> Sent: Friday, February 19, 2010 4:35 PM
> To: Aguirre, Sergio
> Cc: Sakari Ailus; linux-media@vger.kernel.org; hverk...@xs4all.nl;
> iiva...@mm-sol.com; gururaj.nagen...@intel.com; david.co.
On 02/19/2010 04:52 AM, Mauro Carvalho Chehab wrote:
Richard Röjfors wrote:
This patch addes timb-radio to all configurations of the timberdale MFD.
Connected to the FPGA is a TEF6862 tuner and a SAA7706H DSP, the I2C
board info of these devices is passed via the timb-radio platform data.
Hi
Heippa!
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Sakari Ailus
> Sent: Friday, February 19, 2010 1:22 PM
> To: linux-media@vger.kernel.org
> Cc: hverk...@xs4all.nl; laurent.pinch...@ideasonboard.com; iiva...@mm
Hi Sergio,
On Friday 19 February 2010 23:29:54 Aguirre, Sergio wrote:
> Heippa!
>
> > -Original Message-
> > From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> > ow...@vger.kernel.org] On Behalf Of Sakari Ailus
> > Sent: Friday, February 19, 2010 1:22 PM
> > To: linux-media@vg
Heippa!
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Sakari Ailus
> Sent: Friday, February 19, 2010 1:22 PM
> To: linux-media@vger.kernel.org
> Cc: hverk...@xs4all.nl; laurent.pinch...@ideasonboard.com; iiva...@mm
Am 19.02.2010 21:51, schrieb Mauro Carvalho Chehab:
> Stefan Ringel wrote:
>
>> Am 19.02.2010 17:07, schrieb Patch from Mauro Carvalho Chehab:
>>
>>> }
>>>
>>> div = (freq - offset + DIV / 2) / DIV;
>>> @@ -1114,17 +1152,22 @@ static int xc2028_set_params(struct dvb_frontend
>>>
On Fri, 19 Feb 2010, Philipp Wiesner wrote:
> Hi,
>
> I'm working with µCs (i.MX27) and cameras (Aptina) at the moment.
>
> Now I encountered a problem introduced by serializing and deserializing
> (lvds) camera data on its way to the µC.
>
> The serializer expects a specific pixclk polarity w
Stefan Ringel wrote:
> Am 19.02.2010 17:07, schrieb Patch from Mauro Carvalho Chehab:
>> }
>>
>> div = (freq - offset + DIV / 2) / DIV;
>> @@ -1114,17 +1152,22 @@ static int xc2028_set_params(struct dvb_frontend *fe,
>>
>> /* All S-code tables need a 200kHz shift */
>> if (p
Am 19.02.2010 17:07, schrieb Patch from Mauro Carvalho Chehab:
> }
>
> div = (freq - offset + DIV / 2) / DIV;
> @@ -1114,17 +1152,22 @@ static int xc2028_set_params(struct dvb_frontend *fe,
>
> /* All S-code tables need a 200kHz shift */
> if (priv->ctrl.demod) {
> -
On Fri, 2010-02-19 at 00:54 -0200, Mauro Carvalho Chehab wrote:
> Pete Eberlein wrote:
> > Hello.
> >
> > This series moves most of the subdevice drivers used by the go7007
> > driver out of the staging directory. The sony-tuner, ov7640, tw2804 and
> > tw9903 are converted to use the v4l2_subdev
Well, it is not really a problem, if it is not merged, so this updated
version is only for those who want to test it:
http://www.sharemation.com/IstvanV/v4l/xc4000-winfast-14021dfc00f3.patch
- in xc4000.c, power management may default to on or off depending on
the card type
- autodetects
The first loop ends when platform_get_resource() returns NULL. Can it occur
that no platform_get_resource() succeeded? I think we should error return if
that happens. Could k grow larger than VPIF_DISPLAY_MAX_DEVICES there?
Should we err out in that case?
In the loop `for (i = 0; i < VPIF_DISPLAY_
On Fri, 19 Feb 2010, Rodolfo Giometti wrote:
> Hello,
>
> on my pxa27x based board I have a adv7180 connected with the CIF
> interface. Due this fact I'm going to use the pxa_camera.c driver
> which in turn registers a soc_camera_host.
>
> In the latest kernel I found your driver for the ADV7180
> Ok. You are right! The ch_params[] is a table for keeping the information
> about different standards supported. For a given stdid in std_info, the
> function matches the stdid with that in the table and get the corresponding
> entry.
+ if (k == VPIF_DISPLAY_MAX_DEVICES)
+
Add support for event handling to do_ioctl.
Signed-off-by: Sakari Ailus
---
drivers/media/video/v4l2-ioctl.c | 58 ++
include/media/v4l2-ioctl.h |7
2 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/v4l2-ioctl
Add documentation on how to use V4L2 events, both for V4L2 drivers and for
V4L2 applications.
Signed-off-by: Sakari Ailus
---
Documentation/DocBook/media-entities.tmpl |9 ++
Documentation/DocBook/v4l/dev-event.xml| 34 ++
Documentation/DocBook/v4l/v4l2.xml
Add event handling backend to V4L2. The backend handles event subscription
and delivery to file handles. Event subscriptions are based on file handle.
Events may be delivered to all subscribed file handles on a device
independent of where they originate from.
Signed-off-by: Sakari Ailus
---
driv
This patch adds a set of new ioctls to the V4L2 API. The ioctls conform to
V4L2 Events RFC version 2.3:
http://www.spinics.net/lists/linux-media/msg12033.html>
Signed-off-by: Sakari Ailus
---
drivers/media/video/v4l2-compat-ioctl32.c |3 +++
drivers/media/video/v4l2-ioctl.c |3
This patch adds a list of v4l2_fh structures to every video_device.
It allows using file handle related information in V4L2. The event interface
is one example of such use.
Video device drivers should use the v4l2_fh pointer as their
file->private_data.
Signed-off-by: Sakari Ailus
---
drivers/m
Add documentation on using V4L2 file handles (v4l2_fh) in V4L2 drivers.
Signed-off-by: Sakari Ailus
---
Documentation/video4linux/v4l2-framework.txt | 36 ++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/Documentation/video4linux/v4l2-framework.txt
b/
Hi,
Here's the seventh version of the V4L2 file handle and event interface
patchset.
The patchset has been tested with the OMAP 3 ISP driver. Patches for
OMAP 3 ISP are not part of this patchset but are available in Gitorious
(branch is called event):
git://gitorious.org/omap3camera/main
Hans Verkuil wrote:
>> Then don't call it v4l2_event_subscribe_all if it only subscribes to a set
>> of
>> event :-)
>>
>>> For each event this function would then call:
>>>
>>> fh->vdev->ioctl_ops->vidioc_subscribe_event(fh, sub);
>>>
>>> The nice thing about that is that in the driver you have a
Hello,
on my pxa27x based board I have a adv7180 connected with the CIF
interface. Due this fact I'm going to use the pxa_camera.c driver
which in turn registers a soc_camera_host.
In the latest kernel I found your driver for the ADV7180, but it
registers the chip as a v4l sub device.
I suppose
On Thu, 18 Feb 2010, Baruch Siach wrote:
Thanks for the patch, but I decided to improve it a bit. In fact, the only
case my original version was missing was code == V4L2_MBUS_FMT_FIXED, the
correct test would be
(unsigned int)(code - V4L2_MBUS_FMT_FIXED -1) >= ARRAY_SIZE(mbus_fmt)
but to make
On 02/19/2010 04:52 AM, Mauro Carvalho Chehab wrote:
Richard Röjfors wrote:
This patch addes timb-radio to all configurations of the timberdale MFD.
Connected to the FPGA is a TEF6862 tuner and a SAA7706H DSP, the I2C
board info of these devices is passed via the timb-radio platform data.
Hi
Hi,
I'm working with µCs (i.MX27) and cameras (Aptina) at the moment.
Now I encountered a problem introduced by serializing and deserializing (lvds)
camera data on its way to the µC.
The serializer expects a specific pixclk polarity which can be configured in
hardware. In most cases this is no
Hi
I have a irdeto card and three cam modules for it. I'm using a netup
card with the last revision of v4l-dvb driver and the last revision of
dvb-apps.
Using dvb-apps tools, I'm running the same descrambling test with the
three cams but only one cam worked properly.
With dvblast, the three cams
> Robert Lowery wrote:
>> Mauro,
>>
>> I had to make 2 changes to get the patch to work for me
>
> Ok. Please test this (hopefully) final revision.
This version works for me
>
> --
>
> commit bd8bb8798bb96136b6898186d505c9e154334b5d
> Author: Mauro Carvalho Chehab
> Date: Fri Feb 19 02:45:00 20
Robert Lowery wrote:
> Mauro,
>
> I had to make 2 changes to get the patch to work for me
Ok. Please test this (hopefully) final revision.
--
commit bd8bb8798bb96136b6898186d505c9e154334b5d
Author: Mauro Carvalho Chehab
Date: Fri Feb 19 02:45:00 2010 -0200
V4L/DVB: tuner-xc2028: fix tu
Robert Lowery wrote:
> Mauro,
>
> I had to make 2 changes to get the patch to work for me
>
> see below
>
> HTH
>
> -Rob
>
>> +if (priv->firm_version >= 0x0302) {
>> +if (priv->cur_fw.type & DTV7)
>> +offset -= 30;
>> +
Richard Röjfors wrote:
> This patch addes timb-radio to all configurations of the timberdale MFD.
>
> Connected to the FPGA is a TEF6862 tuner and a SAA7706H DSP, the I2C
> board info of these devices is passed via the timb-radio platform data.
Hi Richard,
I'm trying to apply it to my git tree (
Mauro,
I had to make 2 changes to get the patch to work for me
see below
HTH
-Rob
> Robert Lowery wrote:
>> Mauro's new code does the 50 offset unconditionally for DTV7 by
>> setting offset = 225, not just when the ZARLINK456 or DIBCOM52
>> tables
>> were explicitly selected. This cha
37 matches
Mail list logo