From patchwork Sat Apr 18 10:36:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 210122 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 41FC4C2D0EF for ; Sat, 18 Apr 2020 10:36:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0875222202 for ; Sat, 18 Apr 2020 10:36:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587206217; bh=W74xYnqrQ0poiHD+2YrRZlrtHU0MYIFjCYEobpBZfO4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=QTM9frA8Hykq/ea4Su/JU2+ocoyTqDyBExcG1Hn52GRSuQGrIk4ex3mkoH59qM/jW wxnata7N8wYY5XttexpyzxSCydXEK9AWT8uMK9nrDrYpfXTCKssYz/yukeDGgelkWz et5j8YMDmBLPB/CcBWHGj11+nbvYuoH8I0uotDTk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725891AbgDRKg4 (ORCPT ); Sat, 18 Apr 2020 06:36:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:40726 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725857AbgDRKg4 (ORCPT ); Sat, 18 Apr 2020 06:36:56 -0400 Received: from mail.kernel.org (ip5f5ad4d8.dynamic.kabel-deutschland.de [95.90.212.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 95F6722202; Sat, 18 Apr 2020 10:36:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587206215; bh=W74xYnqrQ0poiHD+2YrRZlrtHU0MYIFjCYEobpBZfO4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pIsocd9ULYLwvsDkg6kKyDuw0OLaliXJ34dDjHEkoGGEKDFQXONRo75zJFaXUr64p hpgpjjIgmARU3c2HqN/H8Nlpf2CUPmTEhX9+i+6uBYDETS5Wt9BLa/yomPMbunXH/p jDACucwSMyB/+GxXbc3ZpH+QpB/01wBOWhk6ZkUg= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jPkqD-00838T-JO; Sat, 18 Apr 2020 12:36:53 +0200 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab Subject: [PATCH 1/3] media: admin-guide: bt8xx.rst: fix a broken cross-reference Date: Sat, 18 Apr 2020 12:36:50 +0200 Message-Id: <103cae7815c66d25c2b8df408b5cf5eaac84ff19.1587206071.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The old cards.rst file doesn't exist anymore. Also, it is not the right reference there, as it should be pointing to the bttv-specific cardlist. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/media/bt8xx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/media/bt8xx.rst b/Documentation/admin-guide/media/bt8xx.rst index a55f4f5af042..d6cf81d83d61 100644 --- a/Documentation/admin-guide/media/bt8xx.rst +++ b/Documentation/admin-guide/media/bt8xx.rst @@ -18,7 +18,7 @@ General information This class of cards has a bt878a as the PCI interface, and require the bttv driver for accessing the i2c bus and the gpio pins of the bt8xx chipset. -Please see :doc:`cards` for a complete list of Cards based on the +Please see :doc:`bttv-cardlist` for a complete list of Cards based on the Conexant Bt8xx PCI bridge supported by the Linux Kernel. In order to be able to compile the kernel, some config options should be From patchwork Sat Apr 18 10:36:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 210121 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2B25C38A2C for ; Sat, 18 Apr 2020 10:36:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9296E22202 for ; Sat, 18 Apr 2020 10:36:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587206218; bh=vP5/Rck1WrDqozyC/lEJJiqm/CNCJjvW8McfYF02WvE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=awq/Pw2TOSc6pUD+c1s58ZbwTNIIhhv1FrbNAjMxi0Ajpz+F1G7RTNozgEUuWZ6NJ DvYYMe6nFT/WzVncq32e/tqXGaYPbs2kcmPVrd4MATsqiHkUupYymNc23MZn/1IAl+ T5vTyQ9Ue2z1M4fMcF7In3ClgrUpCRxX7eXKtj0M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725893AbgDRKg5 (ORCPT ); Sat, 18 Apr 2020 06:36:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:40740 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725873AbgDRKg4 (ORCPT ); Sat, 18 Apr 2020 06:36:56 -0400 Received: from mail.kernel.org (ip5f5ad4d8.dynamic.kabel-deutschland.de [95.90.212.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9452221D79; Sat, 18 Apr 2020 10:36:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587206215; bh=vP5/Rck1WrDqozyC/lEJJiqm/CNCJjvW8McfYF02WvE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tvBRs8F5jLA7qGs0rAMkuivMKfljxQkXYCIRjLGbH+zWrcnt2prm6q2HKzeuXhdld Afuzecu/ked1OfxYuRK+SGYDyKyStNjB+ptlaUg7NaoyyCbNLEprbCuuL/EK3O3sH4 VzZel4F4Q08cGbyAglwT+G0FYw1SyeRtmETX6Z6g= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jPkqD-00838b-M4; Sat, 18 Apr 2020 12:36:53 +0200 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab , Hans Verkuil Subject: [PATCH 3/3] media: admin-guide: split driver-specific indexes to new files Date: Sat, 18 Apr 2020 12:36:52 +0200 Message-Id: <7f5d96c64d3c52fa222979e92bf030082492471e.1587206071.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org In order to better organize the main admin-guide index, place the driver-specific indexes on separate files. This ensures a more consistent numbering at the main index. Signed-off-by: Mauro Carvalho Chehab --- .../admin-guide/media/cec-drivers.rst | 10 +++ .../admin-guide/media/dvb-drivers.rst | 16 ++++ Documentation/admin-guide/media/index.rst | 79 +------------------ .../admin-guide/media/v4l-drivers.rst | 33 ++++++++ 4 files changed, 63 insertions(+), 75 deletions(-) create mode 100644 Documentation/admin-guide/media/cec-drivers.rst create mode 100644 Documentation/admin-guide/media/dvb-drivers.rst create mode 100644 Documentation/admin-guide/media/v4l-drivers.rst diff --git a/Documentation/admin-guide/media/cec-drivers.rst b/Documentation/admin-guide/media/cec-drivers.rst new file mode 100644 index 000000000000..8d9686c08df9 --- /dev/null +++ b/Documentation/admin-guide/media/cec-drivers.rst @@ -0,0 +1,10 @@ +.. SPDX-License-Identifier: GPL-2.0 + +================================= +CEC driver-specific documentation +================================= + +.. toctree:: + :maxdepth: 2 + + pulse8-cec diff --git a/Documentation/admin-guide/media/dvb-drivers.rst b/Documentation/admin-guide/media/dvb-drivers.rst new file mode 100644 index 000000000000..8df637c375f9 --- /dev/null +++ b/Documentation/admin-guide/media/dvb-drivers.rst @@ -0,0 +1,16 @@ +.. SPDX-License-Identifier: GPL-2.0 + +======================================== +Digital TV driver-specific documentation +======================================== + +.. toctree:: + :maxdepth: 2 + + avermedia + bt8xx + lmedm04 + opera-firmware + technisat + ttusb-dec + zr364xx diff --git a/Documentation/admin-guide/media/index.rst b/Documentation/admin-guide/media/index.rst index 05ddd4930699..6e0d2bae7154 100644 --- a/Documentation/admin-guide/media/index.rst +++ b/Documentation/admin-guide/media/index.rst @@ -28,7 +28,7 @@ The media subsystem Table of Contents .. toctree:: - :maxdepth: 5 + :maxdepth: 2 :numbered: intro @@ -40,80 +40,9 @@ The media subsystem cardlist - -.. _uapi-v4l-drivers: - -Video4Linux (V4L) driver-specific documentation -=============================================== - -.. only:: html - - .. class:: toc-title - - Table of Contents - -.. toctree:: - :maxdepth: 5 - :numbered: - - bttv - cafe_ccic - cpia2 - cx88 - davinci-vpbe - fimc - imx - imx7 - ipu3 - ivtv - meye - omap3isp - omap4_camera - philips - qcom_camss - rcar-fdp1 - saa7134 - si470x - si4713 - si476x - vimc - vivid - -Digital TV driver-specific documentation -======================================== - -.. only:: html - - .. class:: toc-title - - Table of Contents - -.. toctree:: - :maxdepth: 5 - :numbered: - - avermedia - bt8xx - lmedm04 - opera-firmware - technisat - ttusb-dec - zr364xx - -CEC driver-specific documentation -================================= - -.. only:: html - - .. class:: toc-title - - Table of Contents - -.. toctree:: - :maxdepth: 5 - :numbered: - - pulse8-cec + v4l-drivers + dvb-drivers + cec-drivers **Copyright** |copy| 1999-2020 : LinuxTV Developers diff --git a/Documentation/admin-guide/media/v4l-drivers.rst b/Documentation/admin-guide/media/v4l-drivers.rst new file mode 100644 index 000000000000..251cc4ede0b6 --- /dev/null +++ b/Documentation/admin-guide/media/v4l-drivers.rst @@ -0,0 +1,33 @@ +.. SPDX-License-Identifier: GPL-2.0 + +.. _uapi-v4l-drivers: + +=============================================== +Video4Linux (V4L) driver-specific documentation +=============================================== + +.. toctree:: + :maxdepth: 2 + + bttv + cafe_ccic + cpia2 + cx88 + davinci-vpbe + fimc + imx + imx7 + ipu3 + ivtv + meye + omap3isp + omap4_camera + philips + qcom_camss + rcar-fdp1 + saa7134 + si470x + si4713 + si476x + vimc + vivid