* [GIT PULL] Adding support for the cx24117 frontend with tbs6980 or tbs6981
@ 2013-10-03 12:18 Michael Krufky
0 siblings, 0 replies; only message in thread
From: Michael Krufky @ 2013-10-03 12:18 UTC (permalink / raw)
To: linux-media; +Cc: m.chehab, Luis Alves, Antti Palosaari
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-03 12:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-03 12:18 [GIT PULL] Adding support for the cx24117 frontend with tbs6980 or tbs6981 Michael Krufky
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.