All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: Mauro Carvalho Chehab <mchehab@redhat.com>, linux-media@vger.kernel.org
Cc: "Gianluca Gennari" <gennarone@gmail.com>,
	"Michael Büsch" <m@bues.ch>, "Hans-Frieder Vogt" <hfvogt@gmx.net>,
	"Pierangelo Terzulli" <pierigno@gmail.com>
Subject: Re: [GIT PULL FOR 3.5] AF9035/AF9033/TUA9001 => TerraTec Cinergy T Stick [0ccd:0093]
Date: Fri, 06 Apr 2012 14:11:29 +0300	[thread overview]
Message-ID: <4F7ECF61.5090005@iki.fi> (raw)
In-Reply-To: <4F75A7FE.8090405@iki.fi>

PULL-request update.

On 30.03.2012 15:33, Antti Palosaari wrote:
> Terve Mauro and all the other hackers,
>
> I did some massive rewrite for my old AF9035/AF9033 driver that was
> never merged. Anyhow, here it is.
>
> New drivers here are:
> Infineon TUA 9001 silicon tuner driver
> Afatech AF9033 DVB-T demodulator driver
> Afatech AF9035 DVB USB driver

Fitipower FC0011 silicon tuner driver

> AF9035 integrates AF9033. Both chips are also sold separately. AF9033
> will not likely work as a stand-alone since I didn't have hardware to
> test, but in theory it is quite well split out from the DVB USB
> interface driver (AF9035).

The following changes since commit 26315a507f6acda933f0d41200de8fec51775867:

   em28xx-dvb: stop URBs when stopping the streaming (2012-03-28 
15:32:23 +0300)

are available in the git repository at:
   git://linuxtv.org/anttip/media_tree.git af9035

Antti Palosaari (15):
       Infineon TUA 9001 silicon tuner driver
       Afatech AF9033 DVB-T demodulator driver
       Afatech AF9035 DVB USB driver
       af9035: enhancement for unknown tuner ID handling
       af9035: reimplement firmware downloader
       af9035: add missing error check
       af9033: correct debug print
       af9033: implement .read_snr()
       af9035: add log writing if unsupported Xtal freq is given
       af9035: fix and enhance I2C adapter
       af9035: initial support for IT9135 chip
       af9033: do some minor changes for .get_frontend()
       af9035: minor changes for af9035_fc0011_tuner_callback()
       af9035: reorganise USB ID and device list
       af9035: disable frontend0 I2C-gate control

Gianluca Gennari (5):
       af9035: add USB id for 07ca:a867
       af9035: add support for the tda18218 tuner
       af9035: use module_usb_driver macro
       af9035: fix warning
       af9033: implement get_frontend

Hans-Frieder Vogt (2):
       af9035: i2c read fix
       af9035: add Avermedia Volar HD (A867R) support

Michael Buesch (7):
       af9035: Add USB read checksumming
       Add fc0011 tuner driver
       af9035: Add fc0011 tuner support
       af9035: Add Afatech USB PIDs
       fc0011: use usleep_range()
       af9035: Use usleep_range() in fc0011 support code
       fc0011: Reduce number of retries

Pierangelo Terzulli (1):
       af9035: add AVerMedia Twinstar (A825) [07ca:0825]

  MAINTAINERS                                |    7 +
  drivers/media/common/tuners/Kconfig        |   13 +
  drivers/media/common/tuners/Makefile       |    2 +
  drivers/media/common/tuners/fc0011.c       |  524 +++++++++++++
  drivers/media/common/tuners/fc0011.h       |   41 +
  drivers/media/common/tuners/tua9001.c      |  215 +++++
  drivers/media/common/tuners/tua9001.h      |   46 ++
  drivers/media/common/tuners/tua9001_priv.h |   34 +
  drivers/media/dvb/dvb-usb/Kconfig          |   12 +
  drivers/media/dvb/dvb-usb/Makefile         |    3 +
  drivers/media/dvb/dvb-usb/af9035.c         | 1164 
++++++++++++++++++++++++++++
  drivers/media/dvb/dvb-usb/af9035.h         |  120 +++
  drivers/media/dvb/dvb-usb/dvb-usb-ids.h    |    8 +
  drivers/media/dvb/frontends/Kconfig        |    5 +
  drivers/media/dvb/frontends/Makefile       |    1 +
  drivers/media/dvb/frontends/af9033.c       |  919 ++++++++++++++++++++++
  drivers/media/dvb/frontends/af9033.h       |   75 ++
  drivers/media/dvb/frontends/af9033_priv.h  |  470 +++++++++++
  18 files changed, 3659 insertions(+), 0 deletions(-)
  create mode 100644 drivers/media/common/tuners/fc0011.c
  create mode 100644 drivers/media/common/tuners/fc0011.h
  create mode 100644 drivers/media/common/tuners/tua9001.c
  create mode 100644 drivers/media/common/tuners/tua9001.h
  create mode 100644 drivers/media/common/tuners/tua9001_priv.h
  create mode 100644 drivers/media/dvb/dvb-usb/af9035.c
  create mode 100644 drivers/media/dvb/dvb-usb/af9035.h
  create mode 100644 drivers/media/dvb/frontends/af9033.c
  create mode 100644 drivers/media/dvb/frontends/af9033.h
  create mode 100644 drivers/media/dvb/frontends/af9033_priv.h

-- 
http://palosaari.fi/

  parent reply	other threads:[~2012-04-06 11:11 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-30 12:33 [GIT PULL FOR 3.5] AF9035/AF9033/TUA9001 => TerraTec Cinergy T Stick [0ccd:0093] Antti Palosaari
2012-03-30 21:45 ` Michael Büsch
2012-03-30 22:00   ` Antti Palosaari
2012-03-30 22:14     ` Michael Büsch
2012-03-31 14:04       ` Michael Büsch
2012-03-31 14:28         ` Antti Palosaari
2012-03-31 16:29           ` Michael Büsch
2012-03-31 16:34             ` Antti Palosaari
2012-03-31 16:48               ` Antti Palosaari
2012-03-31 16:52                 ` Michael Büsch
2012-04-01  4:51                   ` Antti Palosaari
2012-04-01  8:33                     ` Michael Büsch
2012-04-01 12:19                       ` Michael Büsch
2012-04-01 12:29                         ` Antti Palosaari
2012-04-01 13:11                           ` Michael Büsch
2012-04-01 13:19                             ` Antti Palosaari
2012-04-01 14:42                             ` Hans-Frieder Vogt
2012-04-01 14:56                               ` Michael Büsch
2012-04-01 16:24                                 ` Hans-Frieder Vogt
2012-04-01 16:36                                   ` Michael Büsch
2012-04-01 16:15                             ` Michael Büsch
2012-04-01 16:20                               ` Antti Palosaari
2012-04-01 16:32                                 ` Michael Büsch
2012-04-01 16:39                                   ` Antti Palosaari
2012-04-01 16:44                                     ` Michael Büsch
2012-04-01  9:56                     ` Gianluca Gennari
2012-04-01 10:27                     ` Hans-Frieder Vogt
2012-04-01 12:31                       ` Antti Palosaari
2012-04-01 14:31                         ` Hans-Frieder Vogt
2012-04-01 15:00                           ` Antti Palosaari
2012-04-01 15:04                             ` Hans-Frieder Vogt
2012-04-01 12:53                       ` Antti Palosaari
2012-04-01 17:15                     ` [PATCH][GIT PULL FOR 3.5] AF9035/AF9033/TUA9001 support for AverTV A867R (mxl5007t tuner) Hans-Frieder Vogt
2012-04-01 17:24                       ` Antti Palosaari
2012-04-01 18:11                         ` [PATCH][GIT PULL FOR 3.5] AF9035/AF9033/TUA9001 i2c read fix Hans-Frieder Vogt
2012-04-01 18:16                           ` Antti Palosaari
2012-04-01 21:07                           ` [PATCH][GIT PULL FOR 3.5] AF9035/AF9033/TUA9001 support for AverTV A867R (mxl5007t), version 2 Hans-Frieder Vogt
2012-04-01 21:19                             ` [PATCH] AF9033 read_ber and read_ucblocks implementation Hans-Frieder Vogt
2012-04-01 21:56                               ` Antti Palosaari
2012-04-01 22:11                                 ` Antti Palosaari
2012-04-01 21:32                             ` [PATCH][GIT PULL FOR 3.5] AF9035/AF9033/TUA9001 support for AverTV A867R (mxl5007t), version 2 Antti Palosaari
2012-04-02 17:02                               ` Hans-Frieder Vogt
2012-03-31 16:49               ` [GIT PULL FOR 3.5] AF9035/AF9033/TUA9001 => TerraTec Cinergy T Stick [0ccd:0093] Michael Büsch
2012-04-06 11:11 ` Antti Palosaari [this message]
2012-05-07 18:44 ` [GIT PULL FOR 3.5] AF9035/AF9033 Antti Palosaari

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=4F7ECF61.5090005@iki.fi \
    --to=crope@iki.fi \
    --cc=gennarone@gmail.com \
    --cc=hfvogt@gmx.net \
    --cc=linux-media@vger.kernel.org \
    --cc=m@bues.ch \
    --cc=mchehab@redhat.com \
    --cc=pierigno@gmail.com \
    /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.