This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: admin-guide: split DVB cards.rst
Author:  Mauro Carvalho Chehab <mchehab+hua...@kernel.org>
Date:    Sat Apr 18 08:40:57 2020 +0200

The DVB cards.rst file is old and outdated. It also contains
data that are contained on other cardlists. Remove the
duplicated information and split frontends and PCI cards on
separate files.

As all USB cards already have their own card lists, just drop
the old USB data there.

Signed-off-by: Mauro Carvalho Chehab <mchehab+hua...@kernel.org>

 Documentation/admin-guide/media/cardlist.rst       |   7 +-
 Documentation/admin-guide/media/cards.rst          | 146 ---------------------
 .../admin-guide/media/frontend-cardlist.rst        |  48 +++++++
 Documentation/admin-guide/media/index.rst          |   1 -
 .../admin-guide/media/other-pci-cardlist.rst       |  25 ++++
 5 files changed, 79 insertions(+), 148 deletions(-)

---

diff --git a/Documentation/admin-guide/media/cardlist.rst 
b/Documentation/admin-guide/media/cardlist.rst
index 8a9ccaec5dea..f37961749897 100644
--- a/Documentation/admin-guide/media/cardlist.rst
+++ b/Documentation/admin-guide/media/cardlist.rst
@@ -16,7 +16,9 @@ and may be added/removed by the user.
 
 This section contains a list of supported PCI and USB boards.
 
-Please notice that this list is not exaustive.
+Please notice that this list is not exhaustive. You may also take a
+look at https://linuxtv.org/wiki/index.php/Hardware_Device_Information
+for more details about supported cards.
 
 USB drivers
 ===========
@@ -148,6 +150,8 @@ specific board.
        saa7134-cardlist
        saa7164-cardlist
 
+       other-pci-cardlist
+
 I²C drivers
 ===========
 
@@ -168,3 +172,4 @@ different tuner number in order to address such issue.
        :maxdepth: 1
 
        tuner-cardlist
+       frontend-cardlist
diff --git a/Documentation/admin-guide/media/cards.rst 
b/Documentation/admin-guide/media/cards.rst
deleted file mode 100644
index e2e30a56b450..000000000000
diff --git a/Documentation/admin-guide/media/frontend-cardlist.rst 
b/Documentation/admin-guide/media/frontend-cardlist.rst
new file mode 100644
index 000000000000..670272982429
--- /dev/null
+++ b/Documentation/admin-guide/media/frontend-cardlist.rst
@@ -0,0 +1,48 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+Frontend drivers
+================
+
+.. note::
+
+  #) There is no guarantee that every frontend driver works
+     out of the box with every card, because of different wiring.
+
+  #) The demodulator chips can be used with a variety of
+     tuner/PLL chips, and not all combinations are supported. Often
+     the demodulator and tuner/PLL chip are inside a metal box for
+     shielding, and the whole metal box has its own part number.
+
+  - dvb_dummy_fe: for testing...
+
+  DVB-S:
+   - ves1x93           : Alps BSRV2 (ves1893 demodulator) and dbox2 (ves1993)
+   - cx24110           : Conexant HM1221/HM1811 (cx24110 or cx24106 demod, 
cx24108 PLL)
+   - grundig_29504-491 : Grundig 29504-491 (Philips TDA8083 demodulator), 
tsa5522 PLL
+   - mt312             : Zarlink mt312 or Mitel vp310 demodulator, sl1935 or 
tsa5059 PLLi, Technisat Sky2Pc with bios Rev. 2.3
+   - stv0299           : Alps BSRU6 (tsa5059 PLL), LG TDQB-S00x (tsa5059 PLL),
+                         LG TDQF-S001F (sl1935 PLL), Philips SU1278 (tua6100 
PLL),
+                         Philips SU1278SH (tsa5059 PLL), Samsung TBMU24112IMB, 
Technisat Sky2Pc with bios Rev. 2.6
+
+  DVB-C:
+   - ves1820           : various (ves1820 demodulator, sp5659c or spXXXX PLL)
+   - at76c651          : Atmel AT76c651(B) with DAT7021 PLL
+
+  DVB-T:
+   - alps_tdlb7                : Alps TDLB7 (sp8870 demodulator, sp5659 PLL)
+   - alps_tdmb7                : Alps TDMB7 (cx22700 demodulator)
+   - grundig_29504-401 : Grundig 29504-401 (LSI L64781 demodulator), tsa5060 
PLL
+   - tda1004x          : Philips tda10045h (td1344 or tdm1316l PLL)
+   - nxt6000           : Alps TDME7 (MITEL SP5659 PLL), Alps TDED4 (TI ALP510 
PLL), Comtech DVBT-6k07 (SP5730 PLL), (NxtWave Communications NXT6000 
demodulator)
+   - sp887x            : Microtune 7202D
+   - dib3000mb : DiBcom 3000-MB demodulator
+
+  DVB-S/C/T:
+   - dst               : TwinHan DST Frontend
+
+  ATSC:
+   - nxt200x           : Nxtwave NXT2002 & NXT2004
+   - or51211           : or51211 based (pcHDTV HD2000 card)
+   - or51132           : or51132 based (pcHDTV HD3000 card)
+   - bcm3510           : Broadcom BCM3510
+   - lgdt330x          : LG Electronics DT3302 & DT3303
diff --git a/Documentation/admin-guide/media/index.rst 
b/Documentation/admin-guide/media/index.rst
index ecaf28effa6a..dbe36e427e6b 100644
--- a/Documentation/admin-guide/media/index.rst
+++ b/Documentation/admin-guide/media/index.rst
@@ -83,7 +83,6 @@ Linux Digital TV driver-specific documentation
        faq
        dvb_references
 
-       cards
        avermedia
        bt8xx
        lmedm04
diff --git a/Documentation/admin-guide/media/other-pci-cardlist.rst 
b/Documentation/admin-guide/media/other-pci-cardlist.rst
new file mode 100644
index 000000000000..5ae65547add0
--- /dev/null
+++ b/Documentation/admin-guide/media/other-pci-cardlist.rst
@@ -0,0 +1,25 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+Other PCI Hardware supported by media subsystem
+===============================================
+
+Generally, media hardware manufacturers frequently change the ancillary
+drivers, like tuners and demodulator units used, usually without
+changing the product name, revision number or specs.
+
+- Cards based on the Phillips saa7146 multimedia PCI bridge chip:
+
+  - TI AV7110 based cards (i.e. with hardware MPEG decoder):
+    - Siemens/Technotrend/Hauppauge PCI DVB card revision 1.1, 1.3, 1.5, 1.6, 
2.1 (aka Hauppauge Nexus)
+  - "budget" cards (i.e. without hardware MPEG decoder):
+    - Technotrend Budget / Hauppauge WinTV-Nova PCI Cards
+    - SATELCO Multimedia PCI
+    - KNC1 DVB-S, Typhoon DVB-S, Terratec Cinergy 1200 DVB-S (no CI support)
+    - Typhoon DVB-S budget
+    - Fujitsu-Siemens Activy DVB-S budget card
+
+- Cards based on the B2C2 Inc. FlexCopII/IIb/III:
+
+  - Technisat SkyStar2 PCI DVB card revision 2.3, 2.6B, 2.6C
+
+- Experimental support for the analog module of the Siemens DVB-C PCI card

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to