Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

+81 -67
+2
Documentation/driver-api/media/index.rst
··· 36 36 mc-core 37 37 cec-core 38 38 csi2 39 + 40 + drivers/index
Documentation/media/dvb-drivers/contributors.rst Documentation/driver-api/media/drivers/contributors.rst
Documentation/media/dvb-drivers/dvb-usb.rst Documentation/driver-api/media/drivers/dvb-usb.rst
Documentation/media/dvb-drivers/frontends.rst Documentation/driver-api/media/drivers/frontends.rst
+28 -1
Documentation/media/dvb-drivers/index.rst Documentation/driver-api/media/drivers/index.rst
··· 2 2 3 3 .. include:: <isonum.txt> 4 4 5 + ################################################ 6 + Video4Linux (V4L) driver-specific documentation 7 + ################################################ 8 + 9 + .. only:: html 10 + 11 + .. class:: toc-title 12 + 13 + Table of Contents 14 + 15 + .. toctree:: 16 + :maxdepth: 5 17 + 18 + bttv-devel 19 + cpia2_devel 20 + cx2341x-devel 21 + cx88-devel 22 + davinci-vpbe-devel 23 + fimc-devel 24 + pvrusb2 25 + pxa_camera 26 + radiotrack 27 + saa7134-devel 28 + sh_mobile_ceu_camera 29 + tuners 30 + vimc-devel 31 + 32 + 5 33 ############################################## 6 34 Linux Digital TV driver-specific documentation 7 35 ############################################## ··· 55 27 56 28 .. toctree:: 57 29 :maxdepth: 5 58 - :numbered: 59 30 60 31 dvb-usb 61 32 frontends
-1
Documentation/media/index.rst
··· 16 16 ../driver-api/media/index 17 17 18 18 v4l-drivers/index 19 - dvb-drivers/index 20 19 21 20 .. only:: html and subproject 22 21
Documentation/media/v4l-drivers/bttv-devel.rst Documentation/driver-api/media/drivers/bttv-devel.rst
Documentation/media/v4l-drivers/cpia2_devel.rst Documentation/driver-api/media/drivers/cpia2_devel.rst
Documentation/media/v4l-drivers/cx2341x-devel.rst Documentation/driver-api/media/drivers/cx2341x-devel.rst
Documentation/media/v4l-drivers/cx88-devel.rst Documentation/driver-api/media/drivers/cx88-devel.rst
Documentation/media/v4l-drivers/davinci-vpbe-devel.rst Documentation/driver-api/media/drivers/davinci-vpbe-devel.rst
Documentation/media/v4l-drivers/fimc-devel.rst Documentation/driver-api/media/drivers/fimc-devel.rst
-14
Documentation/media/v4l-drivers/index.rst
··· 31 31 :maxdepth: 5 32 32 :numbered: 33 33 34 - tuners 35 34 max2175 36 - pvrusb2 37 - pxa_camera 38 - radiotrack 39 - sh_mobile_ceu_camera 40 35 uvcvideo 41 - 42 - bttv-devel 43 - cpia2_devel 44 - cx2341x-devel 45 - cx88-devel 46 - davinci-vpbe-devel 47 - fimc-devel 48 - saa7134-devel 49 - vimc-devel 50 36 51 37 cx2341x-uapi 52 38 imx-uapi
Documentation/media/v4l-drivers/pvrusb2.rst Documentation/driver-api/media/drivers/pvrusb2.rst
Documentation/media/v4l-drivers/pxa_camera.rst Documentation/driver-api/media/drivers/pxa_camera.rst
Documentation/media/v4l-drivers/radiotrack.rst Documentation/driver-api/media/drivers/radiotrack.rst
Documentation/media/v4l-drivers/saa7134-devel.rst Documentation/driver-api/media/drivers/saa7134-devel.rst
Documentation/media/v4l-drivers/sh_mobile_ceu_camera.rst Documentation/driver-api/media/drivers/sh_mobile_ceu_camera.rst
Documentation/media/v4l-drivers/tuners.rst Documentation/driver-api/media/drivers/tuners.rst
Documentation/media/v4l-drivers/vimc-devel.rst Documentation/driver-api/media/drivers/vimc-devel.rst
+4 -4
MAINTAINERS
··· 3667 3667 S: Odd fixes 3668 3668 W: https://linuxtv.org 3669 3669 T: git git://linuxtv.org/media_tree.git 3670 - F: Documentation/media/v4l-drivers/bttv* 3670 + F: Documentation/driver-api/media/drivers/bttv* 3671 3671 F: drivers/media/pci/bt8xx/bttv* 3672 3672 3673 3673 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS ··· 4539 4539 S: Odd fixes 4540 4540 W: https://linuxtv.org 4541 4541 T: git git://linuxtv.org/media_tree.git 4542 - F: Documentation/media/v4l-drivers/cx88* 4542 + F: Documentation/driver-api/media/drivers/cx88* 4543 4543 F: drivers/media/pci/cx88/ 4544 4544 4545 4545 CXD2820R MEDIA DRIVER ··· 13711 13711 S: Maintained 13712 13712 W: http://www.isely.net/pvrusb2/ 13713 13713 T: git git://linuxtv.org/media_tree.git 13714 - F: Documentation/media/v4l-drivers/pvrusb2* 13714 + F: Documentation/driver-api/media/drivers/pvrusb2* 13715 13715 F: drivers/media/usb/pvrusb2/ 13716 13716 13717 13717 PWC WEBCAM DRIVER ··· 14720 14720 S: Odd fixes 14721 14721 W: https://linuxtv.org 14722 14722 T: git git://linuxtv.org/media_tree.git 14723 - F: Documentation/media/v4l-drivers/saa7134* 14723 + F: Documentation/driver-api/media/drivers/saa7134* 14724 14724 F: drivers/media/pci/saa7134/ 14725 14725 14726 14726 SAA7146 VIDEO4LINUX-2 DRIVER
+1 -1
drivers/media/dvb-frontends/dib3000.h
··· 14 14 * Amaury Demol from DiBcom for providing specs and driver 15 15 * sources, on which this driver (and the dvb-dibusb) are based. 16 16 * 17 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 17 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 18 18 */ 19 19 20 20 #ifndef DIB3000_H
+1 -1
drivers/media/dvb-frontends/dib3000mb.c
··· 14 14 * Amaury Demol from DiBcom for providing specs and driver 15 15 * sources, on which this driver (and the dvb-dibusb) are based. 16 16 * 17 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 17 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 18 18 */ 19 19 20 20 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -1
drivers/media/dvb-frontends/eds1547.h
··· 3 3 * 4 4 * Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by) 5 5 * 6 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 6 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 7 7 */ 8 8 9 9 #ifndef EDS1547
+1 -1
drivers/media/dvb-frontends/z0194a.h
··· 3 3 * 4 4 * Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by) 5 5 * 6 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 6 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 7 7 */ 8 8 9 9 #ifndef Z0194A
+2 -2
drivers/media/pci/cx18/cx18-streams.c
··· 845 845 846 846 /* 847 847 * Audio related reset according to 848 - * Documentation/media/v4l-drivers/cx2341x-devel.rst 848 + * Documentation/driver-api/media/drivers/cx2341x-devel.rst 849 849 */ 850 850 if (atomic_read(&cx->ana_capturing) == 0) 851 851 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2, ··· 853 853 854 854 /* 855 855 * Number of lines for Field 1 & Field 2 according to 856 - * Documentation/media/v4l-drivers/cx2341x-devel.rst 856 + * Documentation/driver-api/media/drivers/cx2341x-devel.rst 857 857 * Field 1 is 312 for 625 line systems in BT.656 858 858 * Field 2 is 313 for 625 line systems in BT.656 859 859 */
+2 -2
drivers/media/platform/pxa_camera.c
··· 1016 1016 * - a videobuffer is queued on the pcdev->capture list 1017 1017 * 1018 1018 * Please check the "DMA hot chaining timeslice issue" in 1019 - * Documentation/media/v4l-drivers/pxa_camera.rst 1019 + * Documentation/driver-api/media/drivers/pxa_camera.rst 1020 1020 * 1021 1021 * Context: should only be called within the dma irq handler 1022 1022 */ ··· 1438 1438 1439 1439 /* 1440 1440 * Please check the DMA prepared buffer structure in : 1441 - * Documentation/media/v4l-drivers/pxa_camera.rst 1441 + * Documentation/driver-api/media/drivers/pxa_camera.rst 1442 1442 * Please check also in pxa_camera_check_link_miss() to understand why DMA chain 1443 1443 * modification while DMA chain is running will work anyway. 1444 1444 */
+1 -1
drivers/media/radio/Kconfig
··· 272 272 been reported to be used by these cards. 273 273 274 274 More information is contained in the file 275 - <file:Documentation/media/v4l-drivers/radiotrack.rst>. 275 + <file:Documentation/driver-api/media/drivers/radiotrack.rst>. 276 276 277 277 To compile this driver as a module, choose M here: the 278 278 module will be called radio-aimslab.
+1 -1
drivers/media/usb/dvb-usb-v2/Kconfig
··· 7 7 USB1.1 and USB2.0 DVB devices. 8 8 9 9 Almost every USB device needs a firmware, please look into 10 - <file:Documentation/media/dvb-drivers/dvb-usb.rst>. 10 + <file:Documentation/driver-api/media/drivers/dvb-usb.rst>. 11 11 12 12 For a complete list of supported USB devices see the LinuxTV DVB Wiki: 13 13 <https://linuxtv.org/wiki/index.php/DVB_USB>
+1 -1
drivers/media/usb/dvb-usb-v2/gl861.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* DVB USB compliant linux driver for GL861 USB2.0 devices. 3 3 * 4 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 4 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 5 5 */ 6 6 #include <linux/string.h> 7 7
+1 -1
drivers/media/usb/dvb-usb-v2/lmedm04.c
··· 39 39 * Copyright (C) 2010 Malcolm Priestley (tvboxspy@gmail.com) 40 40 * LME2510(C)(C) Leaguerme (Shenzhen) MicroElectronics Co., Ltd. 41 41 * 42 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 42 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 43 43 * 44 44 * Known Issues : 45 45 * LME2510: Non Intel USB chipsets fail to maintain High Speed on
+1 -1
drivers/media/usb/dvb-usb-v2/lmedm04.h
··· 14 14 * MVB0001F (LME2510C+LGTDQT-P001F) 15 15 * 16 16 * * 17 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 17 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 18 18 */ 19 19 #ifndef _DVB_USB_LME2510_H_ 20 20 #define _DVB_USB_LME2510_H_
+1 -1
drivers/media/usb/dvb-usb-v2/mxl111sf.c
··· 2 2 /* 3 3 * Copyright (C) 2010-2014 Michael Krufky (mkrufky@linuxtv.org) 4 4 * 5 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 5 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 6 6 */ 7 7 8 8 #include <linux/vmalloc.h>
+1 -1
drivers/media/usb/dvb-usb-v2/mxl111sf.h
··· 2 2 /* 3 3 * Copyright (C) 2010-2014 Michael Krufky (mkrufky@linuxtv.org) 4 4 * 5 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 5 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 6 6 */ 7 7 8 8 #ifndef _DVB_USB_MXL111SF_H_
+1 -1
drivers/media/usb/dvb-usb/Kconfig
··· 8 8 USB1.1 and USB2.0 DVB devices. 9 9 10 10 Almost every USB device needs a firmware, please look into 11 - <file:Documentation/media/dvb-drivers/dvb-usb.rst>. 11 + <file:Documentation/driver-api/media/drivers/dvb-usb.rst>. 12 12 13 13 For a complete list of supported USB devices see the LinuxTV DVB Wiki: 14 14 <https://linuxtv.org/wiki/index.php/DVB_USB>
+1 -1
drivers/media/usb/dvb-usb/a800.c
··· 8 8 * - AVerMedia who kindly provided information and 9 9 * - Glen Harris who suffered from my mistakes during development. 10 10 * 11 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 11 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 12 12 */ 13 13 #include "dibusb.h" 14 14
+1 -1
drivers/media/usb/dvb-usb/af9005-fe.c
··· 6 6 * 7 7 * Thanks to Afatech who kindly provided information. 8 8 * 9 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 9 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 10 10 */ 11 11 #include "af9005.h" 12 12 #include "af9005-script.h"
+1 -1
drivers/media/usb/dvb-usb/af9005-remote.c
··· 8 8 * 9 9 * Thanks to Afatech who kindly provided information. 10 10 * 11 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 11 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 12 12 */ 13 13 #include "af9005.h" 14 14 /* debug */
+1 -1
drivers/media/usb/dvb-usb/af9005.c
··· 6 6 * 7 7 * Thanks to Afatech who kindly provided information. 8 8 * 9 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 9 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 10 10 */ 11 11 #include "af9005.h" 12 12
+1 -1
drivers/media/usb/dvb-usb/af9005.h
··· 6 6 * 7 7 * Thanks to Afatech who kindly provided information. 8 8 * 9 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 9 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 10 10 */ 11 11 #ifndef _DVB_USB_AF9005_H_ 12 12 #define _DVB_USB_AF9005_H_
+1 -1
drivers/media/usb/dvb-usb/az6027.c
··· 4 4 * 5 5 * Copyright (C) 2009 Adams.Xu <adams.xu@azwave.com.cn> 6 6 * 7 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 7 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 8 8 */ 9 9 #include "az6027.h" 10 10
+1 -1
drivers/media/usb/dvb-usb/cxusb.c
··· 18 18 * Copyright (C) 2006, 2007 Chris Pascoe (c.pascoe@itee.uq.edu.au) 19 19 * Copyright (C) 2011, 2017 Maciej S. Szmigiero (mail@maciej.szmigiero.name) 20 20 * 21 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 21 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 22 22 */ 23 23 #include <media/tuner.h> 24 24 #include <linux/delay.h>
+1 -1
drivers/media/usb/dvb-usb/dibusb-common.c
··· 3 3 * 4 4 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 6 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 7 7 */ 8 8 9 9 #include "dibusb.h"
+1 -1
drivers/media/usb/dvb-usb/dibusb-mb.c
··· 7 7 * based on GPL code from DiBcom, which has 8 8 * Copyright (C) 2004 Amaury Demol for DiBcom 9 9 * 10 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 10 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 11 11 */ 12 12 #include "dibusb.h" 13 13
+1 -1
drivers/media/usb/dvb-usb/dibusb-mc-common.c
··· 3 3 * 4 4 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 5 5 * 6 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 6 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 7 7 */ 8 8 9 9 #include "dibusb.h"
+1 -1
drivers/media/usb/dvb-usb/dibusb-mc.c
··· 7 7 * based on GPL code from DiBcom, which has 8 8 * Copyright (C) 2004 Amaury Demol for DiBcom 9 9 * 10 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 10 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 11 11 */ 12 12 #include "dibusb.h" 13 13
+1 -1
drivers/media/usb/dvb-usb/dibusb.h
··· 3 3 * 4 4 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 5 5 * 6 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 6 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 7 7 */ 8 8 #ifndef _DVB_USB_DIBUSB_H_ 9 9 #define _DVB_USB_DIBUSB_H_
+1 -1
drivers/media/usb/dvb-usb/digitv.c
··· 6 6 * 7 7 * partly based on the SDK published by Nebula Electronics 8 8 * 9 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 9 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 10 10 */ 11 11 #include "digitv.h" 12 12
+1 -1
drivers/media/usb/dvb-usb/dtt200u-fe.c
··· 4 4 * 5 5 * Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@posteo.de> 6 6 * 7 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 7 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 8 8 */ 9 9 #include "dtt200u.h" 10 10
+1 -1
drivers/media/usb/dvb-usb/dtt200u.c
··· 6 6 * 7 7 * Thanks to Steve Chang from WideView for providing support for the WT-220U. 8 8 * 9 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 9 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 10 10 */ 11 11 #include "dtt200u.h" 12 12
+1 -1
drivers/media/usb/dvb-usb/dtt200u.h
··· 4 4 * 5 5 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 6 6 * 7 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 7 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 8 8 */ 9 9 #ifndef _DVB_USB_DTT200U_H_ 10 10 #define _DVB_USB_DTT200U_H_
+1 -1
drivers/media/usb/dvb-usb/dvb-usb-init.c
··· 6 6 * 7 7 * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 8 8 * 9 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 9 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 10 10 */ 11 11 #include "dvb-usb-common.h" 12 12
+1 -1
drivers/media/usb/dvb-usb/dw2102.c
··· 8 8 * Terratec Cinergy S2 cards 9 9 * Copyright (C) 2008-2012 Igor M. Liplianin (liplianin@me.by) 10 10 * 11 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 11 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 12 12 */ 13 13 #include <media/dvb-usb-ids.h> 14 14 #include "dw2102.h"
+1 -1
drivers/media/usb/dvb-usb/gp8psk.c
··· 9 9 * 10 10 * This module is based off the vp7045 and vp702x modules 11 11 * 12 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 12 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 13 13 */ 14 14 #include "gp8psk.h" 15 15 #include "gp8psk-fe.h"
+1 -1
drivers/media/usb/dvb-usb/gp8psk.h
··· 9 9 * 10 10 * This module is based off the vp7045 and vp702x modules 11 11 * 12 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 12 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 13 13 */ 14 14 #ifndef _DVB_USB_GP8PSK_H_ 15 15 #define _DVB_USB_GP8PSK_H_
+1 -1
drivers/media/usb/dvb-usb/m920x.c
··· 3 3 * 4 4 * Copyright (C) 2006 Aapo Tahkola (aet@rasterburn.org) 5 5 * 6 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 6 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 7 7 */ 8 8 9 9 #include "m920x.h"
+1 -1
drivers/media/usb/dvb-usb/nova-t-usb2.c
··· 4 4 * 5 5 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 6 6 * 7 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 7 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 8 8 */ 9 9 #include "dibusb.h" 10 10
+1 -1
drivers/media/usb/dvb-usb/opera1.c
··· 4 4 * Copyright (C) 2006 Mario Hlawitschka (dh1pa@amsat.org) 5 5 * Copyright (C) 2006 Marco Gittler (g.marco@freenet.de) 6 6 * 7 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 7 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 8 8 */ 9 9 10 10 #define DVB_USB_LOG_PREFIX "opera"
+1 -1
drivers/media/usb/dvb-usb/ttusb2.c
··· 17 17 * Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net> 18 18 * Copyright (C) 2005-6 Patrick Boettcher <pb@linuxtv.org> 19 19 * 20 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 20 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 21 21 */ 22 22 #define DVB_USB_LOG_PREFIX "ttusb2" 23 23 #include "dvb-usb.h"
+1 -1
drivers/media/usb/dvb-usb/ttusb2.h
··· 6 6 * Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net> 7 7 * Copyright (C) 2005-6 Patrick Boettcher <pb@linuxtv.de> 8 8 * 9 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 9 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 10 10 */ 11 11 #ifndef _DVB_USB_TTUSB2_H_ 12 12 #define _DVB_USB_TTUSB2_H_
+1 -1
drivers/media/usb/dvb-usb/umt-010.c
··· 4 4 * 5 5 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 6 6 * 7 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 7 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 8 8 */ 9 9 #include "dibusb.h" 10 10
+1 -1
drivers/media/usb/dvb-usb/vp702x-fe.c
··· 12 12 * This file can be removed soon, after the DST-driver is rewritten to provice 13 13 * the frontend-controlling separately. 14 14 * 15 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 15 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 16 16 */ 17 17 #include "vp702x.h" 18 18
+1 -1
drivers/media/usb/dvb-usb/vp702x.c
··· 9 9 * 10 10 * Thanks to Twinhan who kindly provided hardware and information. 11 11 * 12 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 12 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 13 13 */ 14 14 #include "vp702x.h" 15 15 #include <linux/mutex.h>
+1 -1
drivers/media/usb/dvb-usb/vp7045-fe.c
··· 6 6 * 7 7 * Thanks to Twinhan who kindly provided hardware and information. 8 8 * 9 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 9 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 10 10 */ 11 11 #include "vp7045.h" 12 12
+1 -1
drivers/media/usb/dvb-usb/vp7045.c
··· 7 7 * 8 8 * Thanks to Twinhan who kindly provided hardware and information. 9 9 * 10 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 10 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 11 11 */ 12 12 #include "vp7045.h" 13 13
+1 -1
drivers/media/usb/dvb-usb/vp7045.h
··· 6 6 * 7 7 * Thanks to Twinhan who kindly provided hardware and information. 8 8 * 9 - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 9 + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information 10 10 */ 11 11 #ifndef _DVB_USB_VP7045_H_ 12 12 #define _DVB_USB_VP7045_H_