2008-10-22 21:06:40

by Markus Rechberger

[permalink] [raw]
Subject: [PATCH 3/7] adding xc5000 tuner chip driver

xc5000_module.c:
linuxtv tuner frontend interface
xc5000_control.c:
core xceive tuning code

this code also uses the tunerchip.h interface which allows to attach
the whole driver only once and reuse it as often as needed using a generic
interface.
It uses the latest Xceive reference driver which fixes some issues.


Attachments:
(No filename) (348.00 B)
em28xx-03.diff (136.72 kB)
Download all attachments

2008-10-24 17:36:59

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: Re: [PATCH 3/7] adding xc5000 tuner chip driver

On Wed, 22 Oct 2008 23:05:39 +0200
"Markus Rechberger" <[email protected]> wrote:

> xc5000_module.c:
> linuxtv tuner frontend interface
> xc5000_control.c:
> core xceive tuning code
>
> this code also uses the tunerchip.h interface which allows to attach
> the whole driver only once and reuse it as often as needed using a generic
> interface.
> It uses the latest Xceive reference driver which fixes some issues.

NACK. There's already a driver for XC5000 on kernel.



Cheers,
Mauro