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 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html