diff mbox series

[04/19] media: docs: intro.rst actually contain DVB references

Message ID 35f90d6f161d0cd48a347a56f05056b2d61ff648.1586854191.git.mchehab+huawei@kernel.org
State New
Headers show
Series media: some documentation updates | expand

Commit Message

Mauro Carvalho Chehab April 14, 2020, 8:50 a.m. UTC
This document doesn't describe the DVB subsystem. Instead, it
just contain references to some places.

Better name it and improve its contents.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 .../admin-guide/media/dvb_references.rst      | 29 +++++++++++++++++++
 Documentation/admin-guide/media/index.rst     |  8 ++---
 Documentation/admin-guide/media/intro.rst     | 23 ---------------
 3 files changed, 32 insertions(+), 28 deletions(-)
 create mode 100644 Documentation/admin-guide/media/dvb_references.rst
 delete mode 100644 Documentation/admin-guide/media/intro.rst
diff mbox series

Patch

diff --git a/Documentation/admin-guide/media/dvb_references.rst b/Documentation/admin-guide/media/dvb_references.rst
new file mode 100644
index 000000000000..48445ac76275
--- /dev/null
+++ b/Documentation/admin-guide/media/dvb_references.rst
@@ -0,0 +1,29 @@ 
+.. SPDX-License-Identifier: GPL-2.0
+
+References
+==========
+
+The main development site and GIT repository for Digital TV
+drivers is https://linuxtv.org.
+
+The DVB mailing list linux-dvb is hosted at vger. Please see
+http://vger.kernel.org/vger-lists.html#linux-media for details.
+
+There are also some other old lists hosted at:
+https://linuxtv.org/lists.php. If you're insterested on that for historic
+reasons, please check the archive at https://linuxtv.org/pipermail/linux-dvb/.
+
+The media subsystem Wiki is hosted at https://linuxtv.org/wiki/.
+There, you'll find lots of information, from both development and usage
+of media boards. Please check it before asking newbie questions on the
+mailing list or IRC channels.
+
+The API documentation is documented at the Kernel tree. You can find it
+in both html and pdf formats, together with other useful documentation at:
+
+  - https://linuxtv.org/docs.php.
+
+You may also find useful material at https://linuxtv.org/downloads/.
+
+In order to get the needed firmware for some drivers to work, there's
+a script at the kernel tree, at scripts/get_dvb_firmware.
diff --git a/Documentation/admin-guide/media/index.rst b/Documentation/admin-guide/media/index.rst
index 7e8d43502167..11d01d681b57 100644
--- a/Documentation/admin-guide/media/index.rst
+++ b/Documentation/admin-guide/media/index.rst
@@ -72,14 +72,12 @@  Linux Digital TV driver-specific documentation
 	:maxdepth: 5
 	:numbered:
 
-	intro
-
-	cards
+	dvb_intro
 	ci
 	faq
+	dvb_references
 
-	dvb_intro
-
+	cards
 	avermedia
 	bt8xx
 	lmedm04
diff --git a/Documentation/admin-guide/media/intro.rst b/Documentation/admin-guide/media/intro.rst
deleted file mode 100644
index 4e361bcc3ad4..000000000000
--- a/Documentation/admin-guide/media/intro.rst
+++ /dev/null
@@ -1,23 +0,0 @@ 
-.. SPDX-License-Identifier: GPL-2.0
-
-Introduction
-============
-
-The main development site and GIT repository for these
-drivers is https://linuxtv.org.
-
-The DVB mailing list linux-dvb is hosted at vger. Please see
-http://vger.kernel.org/vger-lists.html#linux-media for details.
-
-There are also some other old lists hosted at https://linuxtv.org/lists.php. Please check the archive https://linuxtv.org/pipermail/linux-dvb/.
-
-The media subsystem Wiki is hosted at https://linuxtv.org/wiki/.
-Please check it before asking newbie questions on the list.
-
-API documentation is documented at the Kernel. You'll also find useful
-documentation at: https://linuxtv.org/docs.php.
-
-You may also find useful material at https://linuxtv.org/downloads/.
-
-In order to get firmware from proprietary drivers, there's a script at
-the kernel tree, at scripts/get_dvb_firmware.