]> git.baikalelectronics.ru Git - kernel.git/commit
media: ddbridge: initial support for MCI-based MaxSX8 cards
authorDaniel Scheller <d.scheller@gmx.net>
Mon, 9 Apr 2018 16:47:48 +0000 (12:47 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 4 May 2018 14:49:20 +0000 (10:49 -0400)
commit78169234017b24976ef1388fc1db3f07daaa4145
tree1e7fba27626b5fd4812bdddbb297b0a7c9976856
parent6d1818f1ebf4330b87ab2dad6203a06f3cb8a917
media: ddbridge: initial support for MCI-based MaxSX8 cards

This adds initial support for the new MCI-based (micro-code interface)
DD cards, with the first one being the MaxSX8 eight-tuner DVB-S/S2/S2X
PCIe card. The MCI is basically a generalized interface implemented in
the card's FPGA firmware and usable for all kind of cards, without the
need to implement any demod/tuner drivers as this interface "hides" any
I2C interface to the actual ICs, in other words any required driver is
implemented in the card firmware.

At this stage, the MCI interface is quite rudimentary with things like
signal statistics reporting missing, but is already working to serve
DVB streams to DVB applications. Missing functionality will be enabled
over time.

This implements only the ddbridge-mci sub-object and hooks it up to the
Makefile so the object gets build. The upcoming commits hook this module
into all other ddbridge parts where required, including device IDs etc.

Picked up from the upstream dddvb-0.9.33 release.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/ddbridge/Makefile
drivers/media/pci/ddbridge/ddbridge-mci.c [new file with mode: 0644]
drivers/media/pci/ddbridge/ddbridge-mci.h [new file with mode: 0644]