linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kozlov Sergey <serjk@netup.ru>
To: linux-media@vger.kernel.org
Cc: mchehab@osg.samsung.com, aospan1@gmail.com
Subject: [PATCH 0/5] [media] NetUP Universal DVB PCIe card support
Date: Mon, 02 Feb 2015 12:22:32 +0300	[thread overview]
Message-ID: <20150202092738.7CF0D1BC32CD@debian> (raw)


This patch adds support for NetUP Universal Dual DVB-CI PCIe board.
The board has:

    - two CI slots

    - Altera FPGA-based PCIe bridge

    - two independent multistandard DTV demodulators based on
      Sony CXD2841ER chip

    - two Sony Horus3a DVB-S/S2 tuner chips

    - two Sony Ascot2e DVB-T/T2/C/C2 tuner chips

    - two LNBH25 SEC controller chips

DVB-C2 is supported by hardware but not yet implemented in the driver.
Product webpages are
http://www.netup.tv/en-EN/netup-universal-dual-dvb-ci (official)
http://linuxtv.org/wiki/index.php/NetUP_Dual_Universal_CI (LinuxTV WIKI)

Also we have a copy of http://git.linuxtv.org/cgit.cgi/linux.git/
repository with our patches at http://git.netup.tv/linux-netup-unidvb.git


Kozlov Sergey (5):
  [media] horus3a: Sony Horus3A DVB-S/S2 tuner driver
  [media] ascot2e: Sony Ascot2e DVB-C/T/T2 tuner driver
  [media] lnbh25: LNBH25 SEC controller driver
  [media] cxd2841er: Sony CXD2841ER DVB-S/S2/T/T2/C demodulator driver
  [media] netup_unidvb: NetUP Universal DVB-S/S2/T/T2/C PCI-E card
    driver

 MAINTAINERS                                  |   45 +
 drivers/media/dvb-frontends/Kconfig          |   29 +
 drivers/media/dvb-frontends/Makefile         |    4 +
 drivers/media/dvb-frontends/ascot2e.c        |  551 +++++
 drivers/media/dvb-frontends/ascot2e.h        |   53 +
 drivers/media/dvb-frontends/cxd2841er.c      | 2778 ++++++++++++++++++++++++++
 drivers/media/dvb-frontends/cxd2841er.h      |   64 +
 drivers/media/dvb-frontends/cxd2841er_priv.h |   44 +
 drivers/media/dvb-frontends/horus3a.c        |  429 ++++
 drivers/media/dvb-frontends/horus3a.h        |   53 +
 drivers/media/dvb-frontends/lnbh25.c         |  182 ++
 drivers/media/dvb-frontends/lnbh25.h         |   56 +
 drivers/media/pci/Kconfig                    |    1 +
 drivers/media/pci/Makefile                   |    3 +-
 drivers/media/pci/netup/Kconfig              |   12 +
 drivers/media/pci/netup/Makefile             |    9 +
 drivers/media/pci/netup/netup_unidvb.h       |  232 +++
 drivers/media/pci/netup/netup_unidvb_ci.c    |  248 +++
 drivers/media/pci/netup/netup_unidvb_core.c  |  919 +++++++++
 drivers/media/pci/netup/netup_unidvb_i2c.c   |  350 ++++
 drivers/media/pci/netup/netup_unidvb_spi.c   |  272 +++
 21 files changed, 6333 insertions(+), 1 deletion(-)
 create mode 100644 drivers/media/dvb-frontends/ascot2e.c
 create mode 100644 drivers/media/dvb-frontends/ascot2e.h
 create mode 100644 drivers/media/dvb-frontends/cxd2841er.c
 create mode 100644 drivers/media/dvb-frontends/cxd2841er.h
 create mode 100644 drivers/media/dvb-frontends/cxd2841er_priv.h
 create mode 100644 drivers/media/dvb-frontends/horus3a.c
 create mode 100644 drivers/media/dvb-frontends/horus3a.h
 create mode 100644 drivers/media/dvb-frontends/lnbh25.c
 create mode 100644 drivers/media/dvb-frontends/lnbh25.h
 create mode 100644 drivers/media/pci/netup/Kconfig
 create mode 100644 drivers/media/pci/netup/Makefile
 create mode 100644 drivers/media/pci/netup/netup_unidvb.h
 create mode 100644 drivers/media/pci/netup/netup_unidvb_ci.c
 create mode 100644 drivers/media/pci/netup/netup_unidvb_core.c
 create mode 100644 drivers/media/pci/netup/netup_unidvb_i2c.c
 create mode 100644 drivers/media/pci/netup/netup_unidvb_spi.c

-- 
1.7.10.4


                 reply	other threads:[~2015-02-02  9: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=20150202092738.7CF0D1BC32CD@debian \
    --to=serjk@netup.ru \
    --cc=aospan1@gmail.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@osg.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).