All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: Philip Downer <pdowner@prospero-tech.com>, linux-media@vger.kernel.org
Subject: Re: [RFC PATCH 0/1]  [media] pci: Add support for DVB PCIe cards from Prospero Technologies Ltd.
Date: Mon, 16 Feb 2015 22:01:07 +0200	[thread overview]
Message-ID: <54E24C83.7090309@iki.fi> (raw)
In-Reply-To: <1424116126-14052-1-git-send-email-pdowner@prospero-tech.com>

Moikka!

On 02/16/2015 09:48 PM, Philip Downer wrote:
> The Vortex PCIe card by Prospero Technologies Ltd is a modular DVB card
> with a hardware demux, the card can support up to 8 modules which are
> fixed to the board at assembly time. Currently we only offer one
> configuration, 8 x Dibcom 7090p DVB-t tuners, but we will soon be releasing
> other configurations. There is also a connector for an infra-red receiver
> dongle on the board which supports RAW IR.
>
> The driver has been in testing on our systems (ARM Cortex-A9, Marvell Sheva,
> x86, x86-64) for longer than 6 months, so I'm confident that it works.
> However as this is the first Linux driver I've written, I'm sure there are
> some things that I've got wrong. One thing in particular which has been
> raised by one of our early testers is that we currently register all of
> our frontends as being attached to one adapter. This means the device is
> enumerated in /dev like this:
>
> /dev/dvb/adapter0/frontend0
> /dev/dvb/adapter0/dvr0
> /dev/dvb/adapter0/demux0
>
> /dev/dvb/adapter0/frontend1
> /dev/dvb/adapter0/dvr1
> /dev/dvb/adapter0/demux1
>
> /dev/dvb/adapter0/frontend2
> /dev/dvb/adapter0/dvr2
> /dev/dvb/adapter0/demux2
>
> etc.
>
> Whilst I think this is ok according to the spec, our tester has complained
> that it's incompatible with their software which expects to find just one
> frontend per adapter. So I'm wondering if someone could confirm if what
> I've done with regards to this is correct.

As I understand all those tuners are independent (could be used same 
time) you should register those as a 8 adapters, each having single 
frontend, dvr and demux.

regards
Antti

> I've tested this patch by applying it to current media-master and it applies
> cleanly and builds without issue for me.
>
> More information on the card can be found at:
> http://prospero-tech.com/vortex-1-dvb-t-pcie-card/
>
> Regards,
>
> Philip Downer
>
> Philip Downer (1):
>    [media] pci: Add support for DVB PCIe cards from Prospero Technologies
>      Ltd.
>
>   drivers/media/pci/Kconfig                     |    1 +
>   drivers/media/pci/Makefile                    |    2 +
>   drivers/media/pci/prospero/Kconfig            |    7 +
>   drivers/media/pci/prospero/Makefile           |    7 +
>   drivers/media/pci/prospero/prospero_common.h  |  264 ++++
>   drivers/media/pci/prospero/prospero_fe.h      |    5 +
>   drivers/media/pci/prospero/prospero_fe_main.c |  466 ++++++
>   drivers/media/pci/prospero/prospero_i2c.c     |  449 ++++++
>   drivers/media/pci/prospero/prospero_i2c.h     |    3 +
>   drivers/media/pci/prospero/prospero_ir.c      |  150 ++
>   drivers/media/pci/prospero/prospero_ir.h      |    4 +
>   drivers/media/pci/prospero/prospero_main.c    | 2086 +++++++++++++++++++++++++
>   12 files changed, 3444 insertions(+)
>   create mode 100644 drivers/media/pci/prospero/Kconfig
>   create mode 100644 drivers/media/pci/prospero/Makefile
>   create mode 100644 drivers/media/pci/prospero/prospero_common.h
>   create mode 100644 drivers/media/pci/prospero/prospero_fe.h
>   create mode 100644 drivers/media/pci/prospero/prospero_fe_main.c
>   create mode 100644 drivers/media/pci/prospero/prospero_i2c.c
>   create mode 100644 drivers/media/pci/prospero/prospero_i2c.h
>   create mode 100644 drivers/media/pci/prospero/prospero_ir.c
>   create mode 100644 drivers/media/pci/prospero/prospero_ir.h
>   create mode 100644 drivers/media/pci/prospero/prospero_main.c
>

-- 
http://palosaari.fi/

  parent reply	other threads:[~2015-02-16 20:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-16 19:48 [RFC PATCH 0/1] [media] pci: Add support for DVB PCIe cards from Prospero Technologies Ltd Philip Downer
2015-02-16 19:48 ` [RFC PATCH 1/1] " Philip Downer
2015-02-19 11:06   ` Sean Young
2015-02-19 12:22     ` Philip Downer
2015-02-19 12:40   ` Sean Young
2015-02-19 16:05     ` Philip Downer
2015-02-16 20:01 ` Antti Palosaari [this message]
2015-02-16 20:46   ` [RFC PATCH 0/1] " Philip Downer
2015-02-16 23:47   ` Mauro Carvalho Chehab
2015-02-17 18:22     ` Philip Downer
2015-02-17 19:14       ` Antti Palosaari
2015-02-18 11:07         ` Philip Downer

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=54E24C83.7090309@iki.fi \
    --to=crope@iki.fi \
    --cc=linux-media@vger.kernel.org \
    --cc=pdowner@prospero-tech.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.