From: Antti Palosaari <crope@iki.fi>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: linux-media@vger.kernel.org, Simon Kenyon <simon@koala.ie>,
Nikola Pajkovsky <npajkovs@redhat.com>
Subject: [GIT PULL] NXP TDA18218 silicon tuner driver
Date: Fri, 13 Aug 2010 10:37:44 +0300 [thread overview]
Message-ID: <4C64F648.2090105@iki.fi> (raw)
Moikka Mauro,
Here is new silicon tuner driver. I hope all those GIT procedures are
done correctly, it was rather pain to learn GIT and in-Kernel-tree
compilation. Hoping I can still see old kind of out-Kernel-tree...
Special thanks goes to Simon Kenyon <simon@koala.ie> for stick donate.
The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51:
Linux 2.6.35 (2010-08-01 15:11:14 -0700)
are available in the git repository at:
git://linuxtv.org/anttip/media_tree.git tda18218
Antti Palosaari (3):
NXP TDA18218 silicon tuner driver
af9013: add support for tda18218 silicon tuner
af9015: add support for tda18218 silicon tuner
drivers/media/common/tuners/Kconfig | 7 +
drivers/media/common/tuners/Makefile | 1 +
drivers/media/common/tuners/tda18218.c | 334
+++++++++++++++++++++++++++
drivers/media/common/tuners/tda18218.h | 45 ++++
drivers/media/common/tuners/tda18218_priv.h | 106 +++++++++
drivers/media/dvb/dvb-usb/af9015.c | 14 +-
drivers/media/dvb/frontends/af9013.c | 14 ++
drivers/media/dvb/frontends/af9013_priv.h | 5 +-
8 files changed, 521 insertions(+), 5 deletions(-)
create mode 100644 drivers/media/common/tuners/tda18218.c
create mode 100644 drivers/media/common/tuners/tda18218.h
create mode 100644 drivers/media/common/tuners/tda18218_priv.h
t. Antti
--
http://palosaari.fi/
reply other threads:[~2010-08-13 7:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4C64F648.2090105@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
--cc=npajkovs@redhat.com \
--cc=simon@koala.ie \
/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.