All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] wintv 930c-hd: Add basic support
@ 2014-07-01 19:55 Matthias Schwarzott
  2014-07-01 19:55 ` [PATCH 1/4] get_dvb_firmware: Add firmware extractor for si2165 Matthias Schwarzott
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Matthias Schwarzott @ 2014-07-01 19:55 UTC (permalink / raw)
  To: linux-media, crope

This patch series is the third version of my si2165 driver.
It supports only DVB-T and was tested on 8MHz channels in germany.

Maybe the si2165 driver also works on other si2165/si2163/si2161 based cards.

Regards
Matthias



 Documentation/dvb/get_dvb_firmware         |   33 +-
 drivers/media/dvb-frontends/Kconfig        |    9 +
 drivers/media/dvb-frontends/Makefile       |    1 +
 drivers/media/dvb-frontends/si2165.c       | 1036 ++++++++++++++++++++++++++++
 drivers/media/dvb-frontends/si2165.h       |   61 ++
 drivers/media/dvb-frontends/si2165_priv.h  |   23 +
 drivers/media/pci/cx23885/Kconfig          |    1 +
 drivers/media/pci/cx23885/cx23885-cards.c  |   17 +-
 drivers/media/pci/cx23885/cx23885-dvb.c    |   43 +-
 drivers/media/usb/cx231xx/Kconfig          |    1 +
 drivers/media/usb/cx231xx/cx231xx-avcore.c |    1 +
 drivers/media/usb/cx231xx/cx231xx-cards.c  |   92 +++
 drivers/media/usb/cx231xx/cx231xx-core.c   |    3 +
 drivers/media/usb/cx231xx/cx231xx-dvb.c    |   32 +
 drivers/media/usb/cx231xx/cx231xx.h        |    1 +
 15 files changed, 1345 insertions(+), 9 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-02  5:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-01 19:55 [PATCH 0/4] wintv 930c-hd: Add basic support Matthias Schwarzott
2014-07-01 19:55 ` [PATCH 1/4] get_dvb_firmware: Add firmware extractor for si2165 Matthias Schwarzott
2014-07-01 19:55 ` [PATCH 2/4] si2165: Add demod driver for DVB-T only Matthias Schwarzott
2014-07-01 19:55 ` [PATCH 3/4] cx231xx: Add [2040:b130] Hauppauge WinTV 930C-hd 1113xx Matthias Schwarzott
2014-07-01 19:55 ` [PATCH 4/4] cx23885: Add si2165 support for HVR-5500 Matthias Schwarzott
2014-07-02  5:27 ` [PATCH 0/4] wintv 930c-hd: Add basic support Matthias Schwarzott

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.