linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: Bjoern <lkml@call-home.ch>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH 0/5] Digital Devices PCIe bridge update to 0.9.15a
Date: Sat, 23 Aug 2014 17:05:32 +0300	[thread overview]
Message-ID: <53F89FAC.4080708@iki.fi> (raw)
In-Reply-To: <1408794617.7936.2.camel@bjoern-W35xSTQ-370ST>

Moikka
That patchset is simply far away from merge. Tons of issues to be fixed. 
It is huge amount of work to get that all in. I could estimate one month 
full time work even my experience is not enough. And I simply don't want 
to waste that much money from my pockets, it is many thousand euros. So 
I do it, if I do, on my schedule.

There is many separate issues which needs to be done. It is not 
something one people should do all. For example mainlining that 
DVB-T/T2/C/C2 demod driver. Another thing is DVB-C2 API, which is not 
much coding, but a lot of specification. You need to read and 
*understand* DVB-C2 spec and on some level other specs (mostly DVB-T2) 
in order to add missing pieces correctly to DVB API. If you are not 
coder, start here.


Antti



On 08/23/2014 02:50 PM, Bjoern wrote:
> Hi all,
>
> It's been 3 weeks since these patches were submitted - have they been
> merged yet? If not - what's the problem? Who has to check this?
>
> I'm not the only one longing for driver updated support of ddbridge "by
> default", and it would really be nice if there was some "progress" here.
> Antti did a lot of work here for all us ddbridge users.
>
> Regards,
> Bjoern
>
> On Sa, 2014-08-02 at 06:48 +0300, Antti Palosaari wrote:
>> After cold power-on, my device wasn't able to find DuoFlex C/C2/T/T2
>> Expansion card, which I added yesterday. I looked old and new drivers
>> and tried many things, but no success. Old kernel driver was ages,
>> many years, behind manufacturer current Linux driver and there has
>> been a tons of changes. So I ended up upgrading Linux kernel driver
>> to 0.9.15a (it was 0.5).
>>
>> Now it is very near Digital Devices official driver, only modulator
>> and network streaming stuff is removed and CI is abusing SEC like
>> earlier also.
>>
>> Few device models are not supported due to missing kernel driver or
>> missing device profile. Those devices are based of following DTV
>> frontend chipsets:
>> MaxLinear MxL5xx
>> STMicroelectronics STV0910
>> STMicroelectronics STV0367
>>
>>
>> Tree for testing is here:
>> http://git.linuxtv.org/cgit.cgi/anttip/media_tree.git/log/?h=digitaldevices
>>
>> regards
>> Antti
>>
>>
>> Antti Palosaari (5):
>>    cxd2843: do not call get_if_frequency() when it is NULL
>>    ddbridge: disable driver building
>>    ddbridge: remove driver temporarily
>>    ddbridge: add needed files from manufacturer driver 0.9.15a
>>    ddbridge: clean up driver for release
>>
>>   drivers/media/dvb-frontends/cxd2843.c      |    3 +-
>>   drivers/media/pci/ddbridge/Makefile        |    2 -
>>   drivers/media/pci/ddbridge/ddbridge-core.c | 3175 +++++++++++++++++++---------
>>   drivers/media/pci/ddbridge/ddbridge-i2c.c  |  232 ++
>>   drivers/media/pci/ddbridge/ddbridge-regs.h |  347 ++-
>>   drivers/media/pci/ddbridge/ddbridge.c      |  456 ++++
>>   drivers/media/pci/ddbridge/ddbridge.h      |  407 +++-
>>   7 files changed, 3518 insertions(+), 1104 deletions(-)
>>   create mode 100644 drivers/media/pci/ddbridge/ddbridge-i2c.c
>>   create mode 100644 drivers/media/pci/ddbridge/ddbridge.c
>>
>
>

-- 
http://palosaari.fi/

  reply	other threads:[~2014-08-23 14:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-02  3:48 [PATCH 0/5] Digital Devices PCIe bridge update to 0.9.15a Antti Palosaari
2014-08-02  3:48 ` [PATCH 1/5] cxd2843: do not call get_if_frequency() when it is NULL Antti Palosaari
2014-08-02  3:48 ` [PATCH 2/5] ddbridge: disable driver building Antti Palosaari
2014-08-02  3:48 ` [PATCH 3/5] ddbridge: remove driver temporarily Antti Palosaari
2014-09-23 11:33   ` Mauro Carvalho Chehab
2014-08-02  3:48 ` [PATCH 4/5] ddbridge: add needed files from manufacturer driver 0.9.15a Antti Palosaari
2014-08-02  3:48 ` [PATCH 5/5] ddbridge: clean up driver for release Antti Palosaari
2014-08-23 11:50 ` [PATCH 0/5] Digital Devices PCIe bridge update to 0.9.15a Bjoern
2014-08-23 14:05   ` Antti Palosaari [this message]
2014-08-23 21:10     ` Bjoern
2014-09-23  8:42 ` Guy Martin

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=53F89FAC.4080708@iki.fi \
    --to=crope@iki.fi \
    --cc=linux-media@vger.kernel.org \
    --cc=lkml@call-home.ch \
    /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).