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
Subject: [GIT PULL FOR 2.6.40] Anysee
Date: Wed, 13 Apr 2011 13:12:01 +0300	[thread overview]
Message-ID: <4DA576F1.5040602@iki.fi> (raw)

Moikka Mauro,

PULL following patches for the 2.6.40.
There is new silicon tuner driver for NXP TDA18212HN.

This basically adds support for two Anysee models:
1. E30 Combo Plus (new revision, TDA18212 tuner)
2. E7 TC



t. Antti


The following changes since commit d9954d8547181f9a6a23f835cc1413732700b785:

   Merge branch 'linus' into staging/for_v2.6.40 (2011-04-04 16:04:30 -0300)

are available in the git repository at:

   git://linuxtv.org/anttip/media_tree.git anysee

Antti Palosaari (12):
       NXP TDA18212HN silicon tuner driver
       anysee: I2C address fix
       anysee: fix multibyte I2C read
       anysee: change some messages
       anysee: reimplement demod and tuner attach
       anysee: add support for TDA18212 based E30 Combo Plus
       anysee: add support for Anysee E7 TC
       anysee: fix E30 Combo Plus TDA18212 GPIO
       anysee: fix E30 Combo Plus TDA18212 DVB-T
       anysee: enhance demod and tuner attach
       anysee: add support for two byte I2C address
       anysee: add more info about known board configs

  drivers/media/common/tuners/Kconfig         |    8 +
  drivers/media/common/tuners/Makefile        |    1 +
  drivers/media/common/tuners/tda18212.c      |  265 ++++++++++++++
  drivers/media/common/tuners/tda18212.h      |   48 +++
  drivers/media/common/tuners/tda18212_priv.h |   44 +++
  drivers/media/dvb/dvb-usb/Kconfig           |    1 +
  drivers/media/dvb/dvb-usb/anysee.c          |  519 
+++++++++++++++++++++-----
  drivers/media/dvb/dvb-usb/anysee.h          |   22 +-
  8 files changed, 806 insertions(+), 102 deletions(-)
  create mode 100644 drivers/media/common/tuners/tda18212.c
  create mode 100644 drivers/media/common/tuners/tda18212.h
  create mode 100644 drivers/media/common/tuners/tda18212_priv.h



-- 
http://palosaari.fi/

             reply	other threads:[~2011-04-13 10:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-13 10:12 Antti Palosaari [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-29 17:05 [GIT PULL FOR 2.6.40] Anysee Antti Palosaari
2011-05-04 16:03 ` Mauro Carvalho Chehab
2011-05-04 20:36   ` Antti Palosaari
2011-05-25 21:43   ` Antti Palosaari
2011-06-01 11:40     ` Mauro Carvalho Chehab

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=4DA576F1.5040602@iki.fi \
    --to=crope@iki.fi \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@redhat.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.