All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
	Mauro Carvalho Chehab <mchehab@infradead.org>,
	linux-kernel@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
	Harry Wei <harryxiyou@gmail.com>,
	Andy Walls <awalls@md.metrocast.net>,
	Erik Andren <erik.andren@gmail.com>,
	Hans Verkuil <hverkuil@xs4all.nl>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-kernel@zh-kernel.org, mjpeg-users@lists.sourceforge.net,
	devel@driverdev.osuosl.org
Subject: [PATCH v3 08/27] media: v4l: fix broken video4linux docs locations
Date: Thu, 14 Jun 2018 13:08:53 -0300	[thread overview]
Message-ID: <e7e25b5aa6ac44e1b0ad88fdbce50956e4882903.1528990947.git.mchehab+samsung@kernel.org> (raw)
In-Reply-To: <cover.1528990947.git.mchehab+samsung@kernel.org>
In-Reply-To: <cover.1528990947.git.mchehab+samsung@kernel.org>

There are several places pointing to old documentation files:

  Documentation/video4linux/API.html
  Documentation/video4linux/bttv/
  Documentation/video4linux/cx2341x/fw-encoder-api.txt
  Documentation/video4linux/m5602.txt
  Documentation/video4linux/v4l2-framework.txt
  Documentation/video4linux/videobuf
  Documentation/video4linux/Zoran

Make them point to the new location where available, removing
otherwise.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
---
 .../translations/zh_CN/video4linux/v4l2-framework.txt  |  6 +++---
 drivers/media/pci/bt8xx/Kconfig                        |  2 +-
 drivers/media/pci/cx18/cx18-streams.c                  |  4 ++--
 drivers/media/radio/Kconfig                            | 10 +++++-----
 drivers/media/radio/wl128x/Kconfig                     |  2 +-
 drivers/media/usb/gspca/m5602/Kconfig                  |  2 --
 drivers/staging/media/zoran/Kconfig                    |  2 +-
 7 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt b/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt
index c77c0f060864..66c7c568bd86 100644
--- a/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt
+++ b/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt
@@ -1,4 +1,4 @@
-Chinese translated version of Documentation/video4linux/v4l2-framework.txt
+Chinese translated version of Documentation/media/media_kapi.rst
 
 If you have any comment or update to the content, please contact the
 original document maintainer directly.  However, if you have a problem
@@ -9,7 +9,7 @@ or if there is a problem with the translation.
 Maintainer: Mauro Carvalho Chehab <mchehab@kernel.org>
 Chinese maintainer: Fu Wei <tekkamanninja@gmail.com>
 ---------------------------------------------------------------------
-Documentation/video4linux/v4l2-framework.txt 的中文翻译
+Documentation/media/media_kapi.rst 的中文翻译
 
 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
@@ -777,7 +777,7 @@ v4l2 核心 API 提供了一个处理视频缓冲的标准方法(称为“videob
 线性 DMA(videobuf-dma-contig)以及大多用于 USB 设备的用 vmalloc
 分配的缓冲(videobuf-vmalloc)。
 
-请参阅 Documentation/video4linux/videobuf,以获得更多关于 videobuf
+请参阅 Documentation/media/kapi/v4l2-videobuf.rst,以获得更多关于 videobuf
 层的使用信息。
 
 v4l2_fh 结构体
diff --git a/drivers/media/pci/bt8xx/Kconfig b/drivers/media/pci/bt8xx/Kconfig
index 4a93f6ded100..bc89e37608cd 100644
--- a/drivers/media/pci/bt8xx/Kconfig
+++ b/drivers/media/pci/bt8xx/Kconfig
@@ -16,7 +16,7 @@ config VIDEO_BT848
 	---help---
 	  Support for BT848 based frame grabber/overlay boards. This includes
 	  the Miro, Hauppauge and STB boards. Please read the material in
-	  <file:Documentation/video4linux/bttv/> for more information.
+	  <file:Documentation/media/v4l-drivers/bttv.rst> for more information.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called bttv.
diff --git a/drivers/media/pci/cx18/cx18-streams.c b/drivers/media/pci/cx18/cx18-streams.c
index a594cfdeca20..b36f4ce25d22 100644
--- a/drivers/media/pci/cx18/cx18-streams.c
+++ b/drivers/media/pci/cx18/cx18-streams.c
@@ -853,7 +853,7 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s)
 
 		/*
 		 * Audio related reset according to
-		 * Documentation/video4linux/cx2341x/fw-encoder-api.txt
+		 * Documentation/media/v4l-drivers/cx2341x.rst
 		 */
 		if (atomic_read(&cx->ana_capturing) == 0)
 			cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2,
@@ -861,7 +861,7 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s)
 
 		/*
 		 * Number of lines for Field 1 & Field 2 according to
-		 * Documentation/video4linux/cx2341x/fw-encoder-api.txt
+		 * Documentation/media/v4l-drivers/cx2341x.rst
 		 * Field 1 is 312 for 625 line systems in BT.656
 		 * Field 2 is 313 for 625 line systems in BT.656
 		 */
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index b426d6f9787d..9b99dfb2d0c6 100644
--- a/drivers/media/radio/Kconfig
+++ b/drivers/media/radio/Kconfig
@@ -35,7 +35,7 @@ config RADIO_SI476X
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux 2 API.  Information on
 	  this API and pointers to "v4l2" programs may be found at
-	  <file:Documentation/video4linux/API.html>.
+	  <file:Documentation/media/media_uapi.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called radio-si476x.
@@ -75,7 +75,7 @@ config RADIO_MAXIRADIO
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux API.  Information on
 	  this API and pointers to "v4l" programs may be found at
-	  <file:Documentation/video4linux/API.html>.
+	  <file:Documentation/media/media_uapi.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called radio-maxiradio.
@@ -93,7 +93,7 @@ config RADIO_SHARK
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux API.  Information on
 	  this API and pointers to "v4l" programs may be found at
-	  <file:Documentation/video4linux/API.html>.
+	  <file:Documentation/media/media_uapi.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called radio-shark.
@@ -110,7 +110,7 @@ config RADIO_SHARK2
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux API.  Information on
 	  this API and pointers to "v4l" programs may be found at
-	  <file:Documentation/video4linux/API.html>.
+	  <file:Documentation/media/media_uapi.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called radio-shark2.
@@ -217,7 +217,7 @@ config RADIO_WL1273
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux 2 API.  Information on
 	  this API and pointers to "v4l2" programs may be found at
-	  <file:Documentation/video4linux/API.html>.
+	  <file:Documentation/media/media_uapi.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called radio-wl1273.
diff --git a/drivers/media/radio/wl128x/Kconfig b/drivers/media/radio/wl128x/Kconfig
index 2add222ea346..64b66bbdae72 100644
--- a/drivers/media/radio/wl128x/Kconfig
+++ b/drivers/media/radio/wl128x/Kconfig
@@ -12,6 +12,6 @@ config RADIO_WL128X
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux 2 API.  Information on
 	  this API and pointers to "v4l2" programs may be found at
-	  <file:Documentation/video4linux/API.html>.
+	  <file:Documentation/media/media_uapi.rst>.
 
 endmenu
diff --git a/drivers/media/usb/gspca/m5602/Kconfig b/drivers/media/usb/gspca/m5602/Kconfig
index 5a69016ed75f..13a00399ced9 100644
--- a/drivers/media/usb/gspca/m5602/Kconfig
+++ b/drivers/media/usb/gspca/m5602/Kconfig
@@ -5,7 +5,5 @@ config USB_M5602
 	  Say Y here if you want support for cameras based on the
 	  ALi m5602 connected to various image sensors.
 
-	  See <file:Documentation/video4linux/m5602.txt> for more info.
-
 	  To compile this driver as a module, choose M here: the
 	  module will be called gspca_m5602.
diff --git a/drivers/staging/media/zoran/Kconfig b/drivers/staging/media/zoran/Kconfig
index 63df5de5068d..34a18135ede0 100644
--- a/drivers/staging/media/zoran/Kconfig
+++ b/drivers/staging/media/zoran/Kconfig
@@ -7,7 +7,7 @@ config VIDEO_ZORAN
 	  36057/36067 PCI controller chipset. This includes the Iomega
 	  Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
 	  a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
-	  more information, check <file:Documentation/video4linux/Zoran>.
+	  more information, check <file:Documentation/media/v4l-drivers/zoran.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called zr36067.
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
	Mauro Carvalho Chehab <mchehab@infradead.org>,
	linux-kernel@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
	Harry Wei <harryxiyou@gmail.com>,
	Andy Walls <awalls@md.metrocast.net>,
	Erik Andren <erik.andren@gmail.com>,
	Hans Verkuil <hverkuil@xs4all.nl>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-kernel@zh-kernel.org, mjpeg-users@lists.sourceforge.net,
	devel@driverdev.osuosl.org
Subject: [PATCH v3 08/27] media: v4l: fix broken video4linux docs locations
Date: Thu, 14 Jun 2018 13:08:53 -0300	[thread overview]
Message-ID: <e7e25b5aa6ac44e1b0ad88fdbce50956e4882903.1528990947.git.mchehab+samsung@kernel.org> (raw)
In-Reply-To: <cover.1528990947.git.mchehab+samsung@kernel.org>
In-Reply-To: <cover.1528990947.git.mchehab+samsung@kernel.org>

There are several places pointing to old documentation files:

  Documentation/video4linux/API.html
  Documentation/video4linux/bttv/
  Documentation/video4linux/cx2341x/fw-encoder-api.txt
  Documentation/video4linux/m5602.txt
  Documentation/video4linux/v4l2-framework.txt
  Documentation/video4linux/videobuf
  Documentation/video4linux/Zoran

Make them point to the new location where available, removing
otherwise.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
---
 .../translations/zh_CN/video4linux/v4l2-framework.txt  |  6 +++---
 drivers/media/pci/bt8xx/Kconfig                        |  2 +-
 drivers/media/pci/cx18/cx18-streams.c                  |  4 ++--
 drivers/media/radio/Kconfig                            | 10 +++++-----
 drivers/media/radio/wl128x/Kconfig                     |  2 +-
 drivers/media/usb/gspca/m5602/Kconfig                  |  2 --
 drivers/staging/media/zoran/Kconfig                    |  2 +-
 7 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt b/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt
index c77c0f060864..66c7c568bd86 100644
--- a/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt
+++ b/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt
@@ -1,4 +1,4 @@
-Chinese translated version of Documentation/video4linux/v4l2-framework.txt
+Chinese translated version of Documentation/media/media_kapi.rst
 
 If you have any comment or update to the content, please contact the
 original document maintainer directly.  However, if you have a problem
@@ -9,7 +9,7 @@ or if there is a problem with the translation.
 Maintainer: Mauro Carvalho Chehab <mchehab@kernel.org>
 Chinese maintainer: Fu Wei <tekkamanninja@gmail.com>
 ---------------------------------------------------------------------
-Documentation/video4linux/v4l2-framework.txt 的中文翻译
+Documentation/media/media_kapi.rst 的中文翻译
 
 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
@@ -777,7 +777,7 @@ v4l2 核心 API 提供了一个处理视频缓冲的标准方法(称为“videob
 线性 DMA(videobuf-dma-contig)以及大多用于 USB 设备的用 vmalloc
 分配的缓冲(videobuf-vmalloc)。
 
-请参阅 Documentation/video4linux/videobuf,以获得更多关于 videobuf
+请参阅 Documentation/media/kapi/v4l2-videobuf.rst,以获得更多关于 videobuf
 层的使用信息。
 
 v4l2_fh 结构体
diff --git a/drivers/media/pci/bt8xx/Kconfig b/drivers/media/pci/bt8xx/Kconfig
index 4a93f6ded100..bc89e37608cd 100644
--- a/drivers/media/pci/bt8xx/Kconfig
+++ b/drivers/media/pci/bt8xx/Kconfig
@@ -16,7 +16,7 @@ config VIDEO_BT848
 	---help---
 	  Support for BT848 based frame grabber/overlay boards. This includes
 	  the Miro, Hauppauge and STB boards. Please read the material in
-	  <file:Documentation/video4linux/bttv/> for more information.
+	  <file:Documentation/media/v4l-drivers/bttv.rst> for more information.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called bttv.
diff --git a/drivers/media/pci/cx18/cx18-streams.c b/drivers/media/pci/cx18/cx18-streams.c
index a594cfdeca20..b36f4ce25d22 100644
--- a/drivers/media/pci/cx18/cx18-streams.c
+++ b/drivers/media/pci/cx18/cx18-streams.c
@@ -853,7 +853,7 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s)
 
 		/*
 		 * Audio related reset according to
-		 * Documentation/video4linux/cx2341x/fw-encoder-api.txt
+		 * Documentation/media/v4l-drivers/cx2341x.rst
 		 */
 		if (atomic_read(&cx->ana_capturing) == 0)
 			cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2,
@@ -861,7 +861,7 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s)
 
 		/*
 		 * Number of lines for Field 1 & Field 2 according to
-		 * Documentation/video4linux/cx2341x/fw-encoder-api.txt
+		 * Documentation/media/v4l-drivers/cx2341x.rst
 		 * Field 1 is 312 for 625 line systems in BT.656
 		 * Field 2 is 313 for 625 line systems in BT.656
 		 */
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index b426d6f9787d..9b99dfb2d0c6 100644
--- a/drivers/media/radio/Kconfig
+++ b/drivers/media/radio/Kconfig
@@ -35,7 +35,7 @@ config RADIO_SI476X
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux 2 API.  Information on
 	  this API and pointers to "v4l2" programs may be found at
-	  <file:Documentation/video4linux/API.html>.
+	  <file:Documentation/media/media_uapi.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called radio-si476x.
@@ -75,7 +75,7 @@ config RADIO_MAXIRADIO
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux API.  Information on
 	  this API and pointers to "v4l" programs may be found at
-	  <file:Documentation/video4linux/API.html>.
+	  <file:Documentation/media/media_uapi.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called radio-maxiradio.
@@ -93,7 +93,7 @@ config RADIO_SHARK
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux API.  Information on
 	  this API and pointers to "v4l" programs may be found at
-	  <file:Documentation/video4linux/API.html>.
+	  <file:Documentation/media/media_uapi.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called radio-shark.
@@ -110,7 +110,7 @@ config RADIO_SHARK2
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux API.  Information on
 	  this API and pointers to "v4l" programs may be found at
-	  <file:Documentation/video4linux/API.html>.
+	  <file:Documentation/media/media_uapi.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called radio-shark2.
@@ -217,7 +217,7 @@ config RADIO_WL1273
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux 2 API.  Information on
 	  this API and pointers to "v4l2" programs may be found at
-	  <file:Documentation/video4linux/API.html>.
+	  <file:Documentation/media/media_uapi.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called radio-wl1273.
diff --git a/drivers/media/radio/wl128x/Kconfig b/drivers/media/radio/wl128x/Kconfig
index 2add222ea346..64b66bbdae72 100644
--- a/drivers/media/radio/wl128x/Kconfig
+++ b/drivers/media/radio/wl128x/Kconfig
@@ -12,6 +12,6 @@ config RADIO_WL128X
 	  In order to control your radio card, you will need to use programs
 	  that are compatible with the Video For Linux 2 API.  Information on
 	  this API and pointers to "v4l2" programs may be found at
-	  <file:Documentation/video4linux/API.html>.
+	  <file:Documentation/media/media_uapi.rst>.
 
 endmenu
diff --git a/drivers/media/usb/gspca/m5602/Kconfig b/drivers/media/usb/gspca/m5602/Kconfig
index 5a69016ed75f..13a00399ced9 100644
--- a/drivers/media/usb/gspca/m5602/Kconfig
+++ b/drivers/media/usb/gspca/m5602/Kconfig
@@ -5,7 +5,5 @@ config USB_M5602
 	  Say Y here if you want support for cameras based on the
 	  ALi m5602 connected to various image sensors.
 
-	  See <file:Documentation/video4linux/m5602.txt> for more info.
-
 	  To compile this driver as a module, choose M here: the
 	  module will be called gspca_m5602.
diff --git a/drivers/staging/media/zoran/Kconfig b/drivers/staging/media/zoran/Kconfig
index 63df5de5068d..34a18135ede0 100644
--- a/drivers/staging/media/zoran/Kconfig
+++ b/drivers/staging/media/zoran/Kconfig
@@ -7,7 +7,7 @@ config VIDEO_ZORAN
 	  36057/36067 PCI controller chipset. This includes the Iomega
 	  Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
 	  a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
-	  more information, check <file:Documentation/video4linux/Zoran>.
+	  more information, check <file:Documentation/media/v4l-drivers/zoran.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called zr36067.
-- 
2.17.1

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2018-06-14 16:13 UTC|newest]

Thread overview: 161+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-14 16:08 [PATCH v3 00/27] Fix some doc build warnings/errors and broken links Mauro Carvalho Chehab
2018-06-14 16:08 ` Mauro Carvalho Chehab
2018-06-14 16:08 ` Mauro Carvalho Chehab
2018-06-14 16:08 ` [PATCH v3 01/27] docs: can.rst: fix a footnote reference Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08 ` [PATCH v3 02/27] docs: crypto_engine.rst: Fix two parse warnings Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08 ` [PATCH v3 03/27] arch/*: Kconfig: fix documentation for NMI watchdog Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08 ` [PATCH v3 04/27] docs: fix broken references with multiple hints Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08   ` [v3,04/27] " Mauro Carvalho Chehab
2018-06-14 16:08   ` [PATCH v3 04/27] " Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:27   ` Steven Rostedt
2018-06-14 16:27     ` Steven Rostedt
2018-06-14 16:27     ` Steven Rostedt
2018-06-14 16:27     ` [v3,04/27] " Steven Rostedt
2018-06-14 16:27     ` [PATCH v3 04/27] " Steven Rostedt
2018-06-14 16:27     ` Steven Rostedt
2018-06-14 16:08 ` [PATCH v3 05/27] docs: Fix some broken references Mauro Carvalho Chehab
2018-06-14 16:08 ` Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08   ` [v3,05/27] " Mauro Carvalho Chehab
2018-06-14 16:08   ` [PATCH v3 05/27] " Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-15  9:05   ` Coly Li
2018-06-15  9:05     ` Coly Li
2018-06-15  9:05     ` Coly Li
2018-06-15  9:05     ` [v3,05/27] " Coly Li
2018-06-15  9:05     ` [PATCH v3 05/27] " Coly Li
2018-06-15  9:05     ` Coly Li
2018-06-15  9:05     ` Coly Li
2018-06-14 16:08 ` [PATCH v3 06/27] media: dvb: fix location of get_dvb_firmware script Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08 ` [PATCH v3 07/27] media: dvb: point to the location of the old README.dvb-usb file Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08 ` Mauro Carvalho Chehab [this message]
2018-06-14 16:08   ` [PATCH v3 08/27] media: v4l: fix broken video4linux docs locations Mauro Carvalho Chehab
2018-06-14 16:08 ` [PATCH v3 09/27] media: max2175: fix location of driver's companion documentation Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08 ` [PATCH v3 10/27] scripts/documentation-file-ref-check: fix help message Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08 ` [PATCH v3 11/27] scripts/documentation-file-ref-check: accept more wildcards at filenames Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08 ` [PATCH v3 12/27] scripts/documentation-file-ref-check: add a fix logic for DT Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08 ` [PATCH v3 13/27] scripts/documentation-file-ref-check: hint: dash or underline Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:08 ` [PATCH v3 14/27] scripts/documentation-file-ref-check: get rid of false-positives Mauro Carvalho Chehab
2018-06-14 16:08   ` Mauro Carvalho Chehab
2018-06-14 16:09 ` [PATCH v3 15/27] scripts/documentation-file-ref-check: check tools/*/Documentation Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:09 ` [PATCH v3 16/27] docs: Fix more broken references Mauro Carvalho Chehab
2018-06-14 16:09   ` [Intel-wired-lan] " Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:09   ` [v3,16/27] " Mauro Carvalho Chehab
2018-06-14 16:09   ` [PATCH v3 16/27] " Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:22   ` Guenter Roeck
2018-06-14 16:22     ` [Intel-wired-lan] " Guenter Roeck
2018-06-14 16:22     ` Guenter Roeck
2018-06-14 16:22     ` [v3,16/27] " Guenter Roeck
2018-06-14 16:22     ` [PATCH v3 16/27] " Guenter Roeck
2018-06-14 16:22     ` Guenter Roeck
2018-06-14 16:28   ` [Intel-wired-lan] " Jeff Kirsher
2018-06-14 16:28     ` Jeff Kirsher
2018-06-14 16:28     ` Jeff Kirsher
2018-06-14 16:28     ` [v3,16/27] " Jeff Kirsher
2018-06-14 16:28     ` [Intel-wired-lan] [PATCH v3 16/27] " Jeff Kirsher
2018-06-14 16:29   ` [alsa-devel] " Takashi Iwai
2018-06-14 16:29     ` [Intel-wired-lan] " Takashi Iwai
2018-06-14 16:29     ` Takashi Iwai
2018-06-14 16:29     ` [v3,16/27] " Takashi Iwai
2018-06-14 16:29     ` [alsa-devel] [PATCH v3 16/27] " Takashi Iwai
2018-06-14 16:29     ` Takashi Iwai
2018-06-15  8:46   ` Matthias Brugger
2018-06-15  8:46     ` [Intel-wired-lan] " Matthias Brugger
2018-06-15  8:46     ` Matthias Brugger
2018-06-15  8:46     ` [v3,16/27] " Matthias Brugger
2018-06-15  8:46     ` [PATCH v3 16/27] " Matthias Brugger
2018-06-15  8:46     ` Matthias Brugger
2018-06-15 21:42   ` Stephen Boyd
2018-06-15 21:42     ` [Intel-wired-lan] " Stephen Boyd
2018-06-15 21:42     ` Stephen Boyd
2018-06-15 21:42     ` [v3,16/27] " Stephen Boyd
2018-06-15 21:42     ` [PATCH v3 16/27] " Stephen Boyd
2018-06-15 21:42     ` Stephen Boyd
2018-06-15 21:42     ` Stephen Boyd
2018-06-15 21:42     ` Stephen Boyd
2018-06-14 16:09 ` [PATCH v3 17/27] bindings: nvmem/zii: Fix location of nvmem.txt Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:52   ` Srinivas Kandagatla
2018-06-14 16:52     ` Srinivas Kandagatla
2018-06-14 16:09 ` [PATCH v3 18/27] kernel-parameters.txt: fix pointers to sound parameters Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:09 ` [PATCH v3 19/27] MAINTAINERS: fix location of some display DT bindings Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:09 ` [PATCH v3 20/27] MAINTAINERS: fix location of DT npcm files Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:09 ` [PATCH v3 21/27] MAINTAINERS: get rid of non-existing Documentation/fpga Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:39   ` Alan Tull
2018-06-14 16:39     ` Alan Tull
2018-06-14 16:52     ` Mauro Carvalho Chehab
2018-06-14 16:52       ` Mauro Carvalho Chehab
2018-06-14 18:09       ` Alan Tull
2018-06-14 18:09         ` Alan Tull
2018-06-14 16:09 ` [PATCH v3 22/27] devicetree: fix some bindings file names Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:09 ` [PATCH v3 23/27] devicetree: fix name of pinctrl-bindings.txt Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-26  9:33   ` Linus Walleij
2018-06-26  9:33     ` Linus Walleij
2018-06-26  9:33     ` Linus Walleij
2018-07-03  7:33   ` Lee Jones
2018-07-03  7:33     ` Lee Jones
2018-06-14 16:09 ` [PATCH v3 24/27] devicetree: fix a series of wrong file references Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-18  7:57   ` Alexandre Torgue
2018-06-18  7:57     ` Alexandre Torgue
2018-06-18  7:57     ` Alexandre Torgue
2018-06-18  7:57     ` Alexandre Torgue
2018-06-18  7:57     ` Alexandre Torgue
2018-06-20  0:42   ` Chen-Yu Tsai
2018-06-20  0:42     ` Chen-Yu Tsai
2018-06-20  0:42     ` Chen-Yu Tsai
2018-06-20  0:42     ` Chen-Yu Tsai
2018-06-20  0:42     ` Chen-Yu Tsai
2018-07-03  7:34   ` Lee Jones
2018-07-03  7:34     ` Lee Jones
2018-07-03  7:34     ` Lee Jones
2018-07-03  7:34     ` Lee Jones
2018-07-03  7:34     ` Lee Jones
2018-06-14 16:09 ` [PATCH v3 25/27] ABI: sysfs-devices-system-cpu: remove a broken reference Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:09 ` [PATCH v3 26/27] Documentation: rstFlatTable.py: fix " Mauro Carvalho Chehab
2018-06-14 16:09   ` Mauro Carvalho Chehab
2018-06-14 16:09 [v3,27/27] fix a series of Documentation/ broken file name references Mauro Carvalho Chehab
2018-06-14 16:09 ` [PATCH v3 27/27] " Mauro Carvalho Chehab
2018-06-14 16:09 ` Mauro Carvalho Chehab
2018-06-14 16:09 ` Mauro Carvalho Chehab
2018-06-14 16:09 ` Mauro Carvalho Chehab
2018-06-14 16:18 [v3,27/27] " Rafael J. Wysocki
2018-06-14 16:18 ` [PATCH v3 27/27] " Rafael J. Wysocki
2018-06-14 16:18 ` Rafael J. Wysocki
2018-06-14 16:18 ` Rafael J. Wysocki
2018-06-14 16:18 ` Rafael J. Wysocki
2018-06-14 17:21 [v3,27/27] " Andy Shevchenko
2018-06-14 17:21 ` [PATCH v3 27/27] " Andy Shevchenko
2018-06-14 17:21 ` Andy Shevchenko
2018-06-14 17:21 ` Andy Shevchenko
2018-06-14 17:21 ` Andy Shevchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e7e25b5aa6ac44e1b0ad88fdbce50956e4882903.1528990947.git.mchehab+samsung@kernel.org \
    --to=mchehab+samsung@kernel.org \
    --cc=awalls@md.metrocast.net \
    --cc=corbet@lwn.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=erik.andren@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=harryxiyou@gmail.com \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kernel@zh-kernel.org \
    --cc=mchehab@infradead.org \
    --cc=mjpeg-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.