From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: Stefan Richter <stefanr@s5r6.in-berlin.de>
Cc: linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
linux1394-devel@lists.sourceforge.net,
Christian Dolzer <c.dolzer@digital-everywhere.com>,
Andreas Monitzer <andy@monitzer.com>,
Manu Abraham <manu@linuxtv.org>,
Fabio De Lorenzo <delorenzo.fabio@gmail.com>,
Robert Berger <robert.berger@reliableembeddedsystems.com>,
Ben Backx <ben@bbackx.com>, Henrik Kurelid <henrik@kurelid.se>,
Rambaldi <Rambaldi@xs4all.nl>
Subject: Re: [review patch 0/1] add firedtv driver for FireWire-attached DVB receivers
Date: Tue, 17 Feb 2009 10:29:51 -0300 [thread overview]
Message-ID: <20090217102951.21dab08c@pedra.chehab.org> (raw)
In-Reply-To: <tkrat.63c8bdca2465364b@s5r6.in-berlin.de>
On Mon, 16 Feb 2009 20:33:17 +0100 (CET)
Stefan Richter <stefanr@s5r6.in-berlin.de> wrote:
> firedtv is a driver for FireWire-attached DVB receivers from Digital
> Everywhere GmbH. The devices are known as FireDTV (external boxes) and
> FloppyDTV (internal cards, also connected through FireWire). The driver
> supports
> - the DVB-C, DVB-S/S2, and DVB-T range of FireDTV and FloppyDTV
> models,
> - control and reception through Linux' common DVB userspace ABI,
> - standard definition video reception (MPEG2-TS, to be decoded
> by userspace client software),
> - Common Interface for Conditional Access Modules,
> - input from infrared remote control.
>
> High definition support has yet to be added. Also, firedtv still
> requires the ieee1394 kernel API but alternative support of the new
> firewire kernel API is in progress.
>
> The driver, formerly known as firesat, was originally written by Andreas
> Monitzer. Manu Abraham, Ben Backx, and Henrik Kurelid updated and
> extended the driver; I did trivial cleanups, refactoring and small
> fixes.
>
> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
The driver looks sane to my eyes. I found just one minor issue (see bellow).
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
> +
> + /*
> + * AV/C specs say that answers should be sent within 150 ms.
> + * Time out after 200 ms.
> + */
> + if (wait_event_timeout(fdtv->avc_wait,
> + fdtv->avc_reply_received,
> + HZ / 5) != 0) {
Instead of using HZ, it would be better to use:
msecs_to_jiffies(200)
Cheers,
Mauro
next prev parent reply other threads:[~2009-02-17 13:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-16 19:32 Stefan Richter
2009-02-16 19:33 ` Stefan Richter
2009-02-16 19:36 ` Stefan Richter
2009-02-17 13:29 ` Mauro Carvalho Chehab [this message]
2009-02-19 19:40 ` Stefan Richter
2009-02-20 19:54 ` [PATCH -next] firedtv: build fix for INPUT=m and DVB_FIREDTV=y Stefan Richter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090217102951.21dab08c@pedra.chehab.org \
--to=mchehab@infradead.org \
--cc=Rambaldi@xs4all.nl \
--cc=andy@monitzer.com \
--cc=ben@bbackx.com \
--cc=c.dolzer@digital-everywhere.com \
--cc=delorenzo.fabio@gmail.com \
--cc=henrik@kurelid.se \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux1394-devel@lists.sourceforge.net \
--cc=manu@linuxtv.org \
--cc=robert.berger@reliableembeddedsystems.com \
--cc=stefanr@s5r6.in-berlin.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®