linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Digital Devices PCIe bridge update to 0.9.15a
@ 2014-08-02  3:48 Antti Palosaari
  2014-08-02  3:48 ` [PATCH 1/5] cxd2843: do not call get_if_frequency() when it is NULL Antti Palosaari
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Antti Palosaari @ 2014-08-02  3:48 UTC (permalink / raw)
  To: linux-media; +Cc: Antti Palosaari

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/


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

end of thread, other threads:[~2014-09-23 11:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2014-08-23 21:10     ` Bjoern
2014-09-23  8:42 ` Guy Martin

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).