From: Michael Krufky <mkrufky@linuxtv.org>
To: linux-media@vger.kernel.org
Cc: m.chehab@samsung.com, Luis Alves <ljalvs@gmail.com>,
Antti Palosaari <crope@iki.fi>
Subject: [GIT PULL] Adding support for the cx24117 frontend with tbs6980 or tbs6981
Date: Thu, 3 Oct 2013 08:18:05 -0400 [thread overview]
Message-ID: <20131003081805.379ad2ad@vujade> (raw)
The following changes since commit
ed94e614c82b4d41d92c82052e915d99614d8b5c:
dib9000: fix typo in spelling the word empty (2013-09-30 12:24:48
-0400)
are available in the git repository at:
git://linuxtv.org/mkrufky/dvb cx24117
for you to fetch changes up to 5dfa5d28c8e636ddb6468defc7e5e7ed07af6945:
cx24117: use hybrid_tuner_request/release_state to share state
between multiple instances (2013-10-03 07:39:17 -0400)
----------------------------------------------------------------
Luis Alves (3):
dvb: add cx24117 frontend
cx23885: add support for cx24117 with tbs6980 or tbs6981
cx24117: use hybrid_tuner_request/release_state to share state between multiple instances
drivers/media/dvb-frontends/Kconfig | 7 +
drivers/media/dvb-frontends/Makefile | 1 +
drivers/media/dvb-frontends/cx24117.c | 1651 ++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/media/dvb-frontends/cx24117.h | 47 +++++
drivers/media/pci/cx23885/Kconfig | 1 +
drivers/media/pci/cx23885/cx23885-cards.c | 67 +++++++
drivers/media/pci/cx23885/cx23885-dvb.c | 24 +++
drivers/media/pci/cx23885/cx23885-input.c | 12 ++
drivers/media/pci/cx23885/cx23885.h | 2 + 9 files changed,
1812 insertions(+) create mode 100644
drivers/media/dvb-frontends/cx24117.c create mode 100644
drivers/media/dvb-frontends/cx24117.h
reply other threads:[~2013-10-03 12:18 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=20131003081805.379ad2ad@vujade \
--to=mkrufky@linuxtv.org \
--cc=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=ljalvs@gmail.com \
--cc=m.chehab@samsung.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.