All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Hans-Frieder Vogt" <hfvogt@gmx.net>
To: linux-media@vger.kernel.org
Subject: [PATCH] AF903X driver update, v1.02
Date: Sun, 11 Mar 2012 16:23:04 +0100	[thread overview]
Message-ID: <201203111623.04475.hfvogt@gmx.net> (raw)
In-Reply-To: <201202222321.43972.hfvogt@gmx.net>

This is an update of the patch "Basic AF9035/AF9033 driver" that I send to the mailing list on 22 Feb.
The driver provides support for DVB-T USB 2.0 sticks based on AF9035/AF9033. Currently supported devices:
- Terratec T5 Ver.2 (also known as T6), Tuner FC0012
- Avermedia Volar HD Nano (A867R), Tuner MxL5007t

Ver 1.02 of the driver includes the following changes compared to the initial version:

- significantly reduced number of mutex calls (only remaining protection in low-level af903x_send_cmd)
  this change made some multiply defined function unnecessary (_internal functions and non _internal functions)
  maybe this reduction was a bit too agressive, but I didn't get any problems in several days testing 
- reduced number of iterations in loop for lock detection (should improve response)
- correct errors in initial contribution and add proper entries in dvb-usb-ids.h (thanks to Gianluca Gennari)
- removed unnecessary (loading of rc key table) and commented out code
- minor cleanup (e.g. af903x_fe_is_locked)

Signed-off-by: Hans-Frieder Vogt <hfvogt@gmx.net>

because of the size of the patch here just a link:
http://home.arcor.de/hfvogt/af903x/af903x-1.02.patch.gz

 drivers/media/dvb/dvb-usb/Kconfig          |    8
 drivers/media/dvb/dvb-usb/Makefile         |    3
 drivers/media/dvb/dvb-usb/af903x-cmd.h     |   61 +
 drivers/media/dvb/dvb-usb/af903x-core.c    |  453 ++++++++++++
 drivers/media/dvb/dvb-usb/af903x-core.h    |   59 +
 drivers/media/dvb/dvb-usb/af903x-devices.c | 1446 ++++++++++++++++++++++++++++++++++++++
 drivers/media/dvb/dvb-usb/af903x-fe-priv.h |  202 +++++
 drivers/media/dvb/dvb-usb/af903x-fe.c      | 2070 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/dvb/dvb-usb/af903x-fe.h      |  164 ++++
 drivers/media/dvb/dvb-usb/af903x-reg.h     |  214 +++++
 drivers/media/dvb/dvb-usb/af903x-tuners.c  |  447 +++++++++++
 drivers/media/dvb/dvb-usb/af903x-tuners.h  |   62 +
 drivers/media/dvb/dvb-usb/af903x.h         |   51 +
 drivers/media/dvb/dvb-usb/dvb-usb-ids.h    |   16
 14 files changed, 5256 insertions(+)

Please try the driver and give feedback.

Cheers,

Hans-Frieder Vogt                       e-mail: hfvogt <at> gmx .dot. net

  reply	other threads:[~2012-03-11 15:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-22 22:21 [PATCH 2/3] Basic AF9035/AF9033 driver Hans-Frieder Vogt
2012-03-11 15:23 ` Hans-Frieder Vogt [this message]
2012-03-12 17:10   ` [PATCH] AF903X driver update, v1.02 Gianluca Gennari
2012-03-12 20:01     ` Malcolm Priestley
2012-03-20  0:28 ` [PATCH 2/3] Basic AF9035/AF9033 driver Mauro Carvalho Chehab
2012-03-20 13:04   ` Michael Büsch
2012-03-20 16:27     ` Gianluca Gennari
2012-03-20 16:37       ` Michael Büsch
2012-03-20 16:49         ` Gianluca Gennari
2012-03-20 17:32           ` Michael Büsch
2012-03-20 21:44             ` Add fc0011 tuner support (was: [PATCH 2/3] Basic AF9035/AF9033 driver) Michael Büsch
2012-03-21  7:52       ` [PATCH 2/3] Basic AF9035/AF9033 driver Oliver Schinagl

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=201203111623.04475.hfvogt@gmx.net \
    --to=hfvogt@gmx.net \
    --cc=linux-media@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.