Commit 577a7ad3 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: docs: move driver-specific info to driver-api

Those documents don't really describe the driver API.

Instead, they contain development-specific information.

Yet, as the main index file describes the content of it as:

	"how specific kernel subsystems work
	 from the point of view of a kernel developer"

It seems to be the better fit.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 32e2eae2
...@@ -2,6 +2,34 @@ ...@@ -2,6 +2,34 @@
.. include:: <isonum.txt> .. include:: <isonum.txt>
################################################
Video4Linux (V4L) driver-specific documentation
################################################
.. only:: html
.. class:: toc-title
Table of Contents
.. toctree::
:maxdepth: 5
bttv-devel
cpia2_devel
cx2341x-devel
cx88-devel
davinci-vpbe-devel
fimc-devel
pvrusb2
pxa_camera
radiotrack
saa7134-devel
sh_mobile_ceu_camera
tuners
vimc-devel
############################################## ##############################################
Linux Digital TV driver-specific documentation Linux Digital TV driver-specific documentation
############################################## ##############################################
...@@ -27,7 +55,6 @@ For more details see the file COPYING in the source distribution of Linux. ...@@ -27,7 +55,6 @@ For more details see the file COPYING in the source distribution of Linux.
.. toctree:: .. toctree::
:maxdepth: 5 :maxdepth: 5
:numbered:
dvb-usb dvb-usb
frontends frontends
......
...@@ -36,3 +36,5 @@ For more details see the file COPYING in the source distribution of Linux. ...@@ -36,3 +36,5 @@ For more details see the file COPYING in the source distribution of Linux.
mc-core mc-core
cec-core cec-core
csi2 csi2
drivers/index
...@@ -16,7 +16,6 @@ Linux Media Subsystem Documentation ...@@ -16,7 +16,6 @@ Linux Media Subsystem Documentation
../driver-api/media/index ../driver-api/media/index
v4l-drivers/index v4l-drivers/index
dvb-drivers/index
.. only:: html and subproject .. only:: html and subproject
......
...@@ -31,23 +31,9 @@ For more details see the file COPYING in the source distribution of Linux. ...@@ -31,23 +31,9 @@ For more details see the file COPYING in the source distribution of Linux.
:maxdepth: 5 :maxdepth: 5
:numbered: :numbered:
tuners
max2175 max2175
pvrusb2
pxa_camera
radiotrack
sh_mobile_ceu_camera
uvcvideo uvcvideo
bttv-devel
cpia2_devel
cx2341x-devel
cx88-devel
davinci-vpbe-devel
fimc-devel
saa7134-devel
vimc-devel
cx2341x-uapi cx2341x-uapi
imx-uapi imx-uapi
meye-uapi meye-uapi
......
...@@ -3667,7 +3667,7 @@ L: linux-media@vger.kernel.org ...@@ -3667,7 +3667,7 @@ L: linux-media@vger.kernel.org
S: Odd fixes S: Odd fixes
W: https://linuxtv.org W: https://linuxtv.org
T: git git://linuxtv.org/media_tree.git T: git git://linuxtv.org/media_tree.git
F: Documentation/media/v4l-drivers/bttv* F: Documentation/driver-api/media/drivers/bttv*
F: drivers/media/pci/bt8xx/bttv* F: drivers/media/pci/bt8xx/bttv*
BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
...@@ -4539,7 +4539,7 @@ L: linux-media@vger.kernel.org ...@@ -4539,7 +4539,7 @@ L: linux-media@vger.kernel.org
S: Odd fixes S: Odd fixes
W: https://linuxtv.org W: https://linuxtv.org
T: git git://linuxtv.org/media_tree.git T: git git://linuxtv.org/media_tree.git
F: Documentation/media/v4l-drivers/cx88* F: Documentation/driver-api/media/drivers/cx88*
F: drivers/media/pci/cx88/ F: drivers/media/pci/cx88/
CXD2820R MEDIA DRIVER CXD2820R MEDIA DRIVER
...@@ -13711,7 +13711,7 @@ L: linux-media@vger.kernel.org ...@@ -13711,7 +13711,7 @@ L: linux-media@vger.kernel.org
S: Maintained S: Maintained
W: http://www.isely.net/pvrusb2/ W: http://www.isely.net/pvrusb2/
T: git git://linuxtv.org/media_tree.git T: git git://linuxtv.org/media_tree.git
F: Documentation/media/v4l-drivers/pvrusb2* F: Documentation/driver-api/media/drivers/pvrusb2*
F: drivers/media/usb/pvrusb2/ F: drivers/media/usb/pvrusb2/
PWC WEBCAM DRIVER PWC WEBCAM DRIVER
...@@ -14720,7 +14720,7 @@ L: linux-media@vger.kernel.org ...@@ -14720,7 +14720,7 @@ L: linux-media@vger.kernel.org
S: Odd fixes S: Odd fixes
W: https://linuxtv.org W: https://linuxtv.org
T: git git://linuxtv.org/media_tree.git T: git git://linuxtv.org/media_tree.git
F: Documentation/media/v4l-drivers/saa7134* F: Documentation/driver-api/media/drivers/saa7134*
F: drivers/media/pci/saa7134/ F: drivers/media/pci/saa7134/
SAA7146 VIDEO4LINUX-2 DRIVER SAA7146 VIDEO4LINUX-2 DRIVER
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* Amaury Demol from DiBcom for providing specs and driver * Amaury Demol from DiBcom for providing specs and driver
* sources, on which this driver (and the dvb-dibusb) are based. * sources, on which this driver (and the dvb-dibusb) are based.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#ifndef DIB3000_H #ifndef DIB3000_H
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* Amaury Demol from DiBcom for providing specs and driver * Amaury Demol from DiBcom for providing specs and driver
* sources, on which this driver (and the dvb-dibusb) are based. * sources, on which this driver (and the dvb-dibusb) are based.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by) * Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#ifndef EDS1547 #ifndef EDS1547
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by) * Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#ifndef Z0194A #ifndef Z0194A
......
...@@ -845,7 +845,7 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s) ...@@ -845,7 +845,7 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s)
/* /*
* Audio related reset according to * Audio related reset according to
* Documentation/media/v4l-drivers/cx2341x-devel.rst * Documentation/driver-api/media/drivers/cx2341x-devel.rst
*/ */
if (atomic_read(&cx->ana_capturing) == 0) if (atomic_read(&cx->ana_capturing) == 0)
cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2, cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2,
...@@ -853,7 +853,7 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s) ...@@ -853,7 +853,7 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s)
/* /*
* Number of lines for Field 1 & Field 2 according to * Number of lines for Field 1 & Field 2 according to
* Documentation/media/v4l-drivers/cx2341x-devel.rst * Documentation/driver-api/media/drivers/cx2341x-devel.rst
* Field 1 is 312 for 625 line systems in BT.656 * Field 1 is 312 for 625 line systems in BT.656
* Field 2 is 313 for 625 line systems in BT.656 * Field 2 is 313 for 625 line systems in BT.656
*/ */
......
...@@ -1016,7 +1016,7 @@ static void pxa_camera_wakeup(struct pxa_camera_dev *pcdev, ...@@ -1016,7 +1016,7 @@ static void pxa_camera_wakeup(struct pxa_camera_dev *pcdev,
* - a videobuffer is queued on the pcdev->capture list * - a videobuffer is queued on the pcdev->capture list
* *
* Please check the "DMA hot chaining timeslice issue" in * Please check the "DMA hot chaining timeslice issue" in
* Documentation/media/v4l-drivers/pxa_camera.rst * Documentation/driver-api/media/drivers/pxa_camera.rst
* *
* Context: should only be called within the dma irq handler * Context: should only be called within the dma irq handler
*/ */
...@@ -1438,7 +1438,7 @@ static void pxac_vb2_queue(struct vb2_buffer *vb) ...@@ -1438,7 +1438,7 @@ static void pxac_vb2_queue(struct vb2_buffer *vb)
/* /*
* Please check the DMA prepared buffer structure in : * Please check the DMA prepared buffer structure in :
* Documentation/media/v4l-drivers/pxa_camera.rst * Documentation/driver-api/media/drivers/pxa_camera.rst
* Please check also in pxa_camera_check_link_miss() to understand why DMA chain * Please check also in pxa_camera_check_link_miss() to understand why DMA chain
* modification while DMA chain is running will work anyway. * modification while DMA chain is running will work anyway.
*/ */
......
...@@ -272,7 +272,7 @@ config RADIO_RTRACK ...@@ -272,7 +272,7 @@ config RADIO_RTRACK
been reported to be used by these cards. been reported to be used by these cards.
More information is contained in the file More information is contained in the file
<file:Documentation/media/v4l-drivers/radiotrack.rst>. <file:Documentation/driver-api/media/drivers/radiotrack.rst>.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called radio-aimslab. module will be called radio-aimslab.
......
...@@ -7,7 +7,7 @@ config DVB_USB_V2 ...@@ -7,7 +7,7 @@ config DVB_USB_V2
USB1.1 and USB2.0 DVB devices. USB1.1 and USB2.0 DVB devices.
Almost every USB device needs a firmware, please look into Almost every USB device needs a firmware, please look into
<file:Documentation/media/dvb-drivers/dvb-usb.rst>. <file:Documentation/driver-api/media/drivers/dvb-usb.rst>.
For a complete list of supported USB devices see the LinuxTV DVB Wiki: For a complete list of supported USB devices see the LinuxTV DVB Wiki:
<https://linuxtv.org/wiki/index.php/DVB_USB> <https://linuxtv.org/wiki/index.php/DVB_USB>
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* DVB USB compliant linux driver for GL861 USB2.0 devices. /* DVB USB compliant linux driver for GL861 USB2.0 devices.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include <linux/string.h> #include <linux/string.h>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
* Copyright (C) 2010 Malcolm Priestley (tvboxspy@gmail.com) * Copyright (C) 2010 Malcolm Priestley (tvboxspy@gmail.com)
* LME2510(C)(C) Leaguerme (Shenzhen) MicroElectronics Co., Ltd. * LME2510(C)(C) Leaguerme (Shenzhen) MicroElectronics Co., Ltd.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
* *
* Known Issues : * Known Issues :
* LME2510: Non Intel USB chipsets fail to maintain High Speed on * LME2510: Non Intel USB chipsets fail to maintain High Speed on
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* MVB0001F (LME2510C+LGTDQT-P001F) * MVB0001F (LME2510C+LGTDQT-P001F)
* *
* * * *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#ifndef _DVB_USB_LME2510_H_ #ifndef _DVB_USB_LME2510_H_
#define _DVB_USB_LME2510_H_ #define _DVB_USB_LME2510_H_
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Copyright (C) 2010-2014 Michael Krufky (mkrufky@linuxtv.org) * Copyright (C) 2010-2014 Michael Krufky (mkrufky@linuxtv.org)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Copyright (C) 2010-2014 Michael Krufky (mkrufky@linuxtv.org) * Copyright (C) 2010-2014 Michael Krufky (mkrufky@linuxtv.org)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#ifndef _DVB_USB_MXL111SF_H_ #ifndef _DVB_USB_MXL111SF_H_
......
...@@ -8,7 +8,7 @@ config DVB_USB ...@@ -8,7 +8,7 @@ config DVB_USB
USB1.1 and USB2.0 DVB devices. USB1.1 and USB2.0 DVB devices.
Almost every USB device needs a firmware, please look into Almost every USB device needs a firmware, please look into
<file:Documentation/media/dvb-drivers/dvb-usb.rst>. <file:Documentation/driver-api/media/drivers/dvb-usb.rst>.
For a complete list of supported USB devices see the LinuxTV DVB Wiki: For a complete list of supported USB devices see the LinuxTV DVB Wiki:
<https://linuxtv.org/wiki/index.php/DVB_USB> <https://linuxtv.org/wiki/index.php/DVB_USB>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* - AVerMedia who kindly provided information and * - AVerMedia who kindly provided information and
* - Glen Harris who suffered from my mistakes during development. * - Glen Harris who suffered from my mistakes during development.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "dibusb.h" #include "dibusb.h"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Thanks to Afatech who kindly provided information. * Thanks to Afatech who kindly provided information.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "af9005.h" #include "af9005.h"
#include "af9005-script.h" #include "af9005-script.h"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* Thanks to Afatech who kindly provided information. * Thanks to Afatech who kindly provided information.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "af9005.h" #include "af9005.h"
/* debug */ /* debug */
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Thanks to Afatech who kindly provided information. * Thanks to Afatech who kindly provided information.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "af9005.h" #include "af9005.h"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Thanks to Afatech who kindly provided information. * Thanks to Afatech who kindly provided information.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#ifndef _DVB_USB_AF9005_H_ #ifndef _DVB_USB_AF9005_H_
#define _DVB_USB_AF9005_H_ #define _DVB_USB_AF9005_H_
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* *
* Copyright (C) 2009 Adams.Xu <adams.xu@azwave.com.cn> * Copyright (C) 2009 Adams.Xu <adams.xu@azwave.com.cn>
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "az6027.h" #include "az6027.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* Copyright (C) 2006, 2007 Chris Pascoe (c.pascoe@itee.uq.edu.au) * Copyright (C) 2006, 2007 Chris Pascoe (c.pascoe@itee.uq.edu.au)
* Copyright (C) 2011, 2017 Maciej S. Szmigiero (mail@maciej.szmigiero.name) * Copyright (C) 2011, 2017 Maciej S. Szmigiero (mail@maciej.szmigiero.name)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include <media/tuner.h> #include <media/tuner.h>
#include <linux/delay.h> #include <linux/delay.h>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "dibusb.h" #include "dibusb.h"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* based on GPL code from DiBcom, which has * based on GPL code from DiBcom, which has
* Copyright (C) 2004 Amaury Demol for DiBcom * Copyright (C) 2004 Amaury Demol for DiBcom
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "dibusb.h" #include "dibusb.h"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "dibusb.h" #include "dibusb.h"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* based on GPL code from DiBcom, which has * based on GPL code from DiBcom, which has
* Copyright (C) 2004 Amaury Demol for DiBcom * Copyright (C) 2004 Amaury Demol for DiBcom
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "dibusb.h" #include "dibusb.h"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#ifndef _DVB_USB_DIBUSB_H_ #ifndef _DVB_USB_DIBUSB_H_
#define _DVB_USB_DIBUSB_H_ #define _DVB_USB_DIBUSB_H_
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* partly based on the SDK published by Nebula Electronics * partly based on the SDK published by Nebula Electronics
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "digitv.h" #include "digitv.h"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* *
* Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@posteo.de> * Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@posteo.de>
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "dtt200u.h" #include "dtt200u.h"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Thanks to Steve Chang from WideView for providing support for the WT-220U. * Thanks to Steve Chang from WideView for providing support for the WT-220U.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "dtt200u.h" #include "dtt200u.h"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* *
* Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#ifndef _DVB_USB_DTT200U_H_ #ifndef _DVB_USB_DTT200U_H_
#define _DVB_USB_DTT200U_H_ #define _DVB_USB_DTT200U_H_
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "dvb-usb-common.h" #include "dvb-usb-common.h"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* Terratec Cinergy S2 cards * Terratec Cinergy S2 cards
* Copyright (C) 2008-2012 Igor M. Liplianin (liplianin@me.by) * Copyright (C) 2008-2012 Igor M. Liplianin (liplianin@me.by)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include <media/dvb-usb-ids.h> #include <media/dvb-usb-ids.h>
#include "dw2102.h" #include "dw2102.h"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* *
* This module is based off the vp7045 and vp702x modules * This module is based off the vp7045 and vp702x modules
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "gp8psk.h" #include "gp8psk.h"
#include "gp8psk-fe.h" #include "gp8psk-fe.h"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* *
* This module is based off the vp7045 and vp702x modules * This module is based off the vp7045 and vp702x modules
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#ifndef _DVB_USB_GP8PSK_H_ #ifndef _DVB_USB_GP8PSK_H_
#define _DVB_USB_GP8PSK_H_ #define _DVB_USB_GP8PSK_H_
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright (C) 2006 Aapo Tahkola (aet@rasterburn.org) * Copyright (C) 2006 Aapo Tahkola (aet@rasterburn.org)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "m920x.h" #include "m920x.h"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* *
* Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "dibusb.h" #include "dibusb.h"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Copyright (C) 2006 Mario Hlawitschka (dh1pa@amsat.org) * Copyright (C) 2006 Mario Hlawitschka (dh1pa@amsat.org)
* Copyright (C) 2006 Marco Gittler (g.marco@freenet.de) * Copyright (C) 2006 Marco Gittler (g.marco@freenet.de)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#define DVB_USB_LOG_PREFIX "opera" #define DVB_USB_LOG_PREFIX "opera"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net> * Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net>
* Copyright (C) 2005-6 Patrick Boettcher <pb@linuxtv.org> * Copyright (C) 2005-6 Patrick Boettcher <pb@linuxtv.org>
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#define DVB_USB_LOG_PREFIX "ttusb2" #define DVB_USB_LOG_PREFIX "ttusb2"
#include "dvb-usb.h" #include "dvb-usb.h"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net> * Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net>
* Copyright (C) 2005-6 Patrick Boettcher <pb@linuxtv.de> * Copyright (C) 2005-6 Patrick Boettcher <pb@linuxtv.de>
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#ifndef _DVB_USB_TTUSB2_H_ #ifndef _DVB_USB_TTUSB2_H_
#define _DVB_USB_TTUSB2_H_ #define _DVB_USB_TTUSB2_H_
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* *
* Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de)
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "dibusb.h" #include "dibusb.h"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* This file can be removed soon, after the DST-driver is rewritten to provice * This file can be removed soon, after the DST-driver is rewritten to provice
* the frontend-controlling separately. * the frontend-controlling separately.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "vp702x.h" #include "vp702x.h"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* *
* Thanks to Twinhan who kindly provided hardware and information. * Thanks to Twinhan who kindly provided hardware and information.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "vp702x.h" #include "vp702x.h"
#include <linux/mutex.h> #include <linux/mutex.h>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Thanks to Twinhan who kindly provided hardware and information. * Thanks to Twinhan who kindly provided hardware and information.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "vp7045.h" #include "vp7045.h"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* Thanks to Twinhan who kindly provided hardware and information. * Thanks to Twinhan who kindly provided hardware and information.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#include "vp7045.h" #include "vp7045.h"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Thanks to Twinhan who kindly provided hardware and information. * Thanks to Twinhan who kindly provided hardware and information.
* *
* see Documentation/media/dvb-drivers/dvb-usb.rst for more information * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
*/ */
#ifndef _DVB_USB_VP7045_H_ #ifndef _DVB_USB_VP7045_H_
#define _DVB_USB_VP7045_H_ #define _DVB_USB_VP7045_H_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment