* [PATCH] Documentation: usb: convert usb-help to rst
@ 2019-07-05 18:55 ` tranmanphong
0 siblings, 0 replies; 12+ messages in thread
From: Phong Tran @ 2019-07-05 18:55 UTC (permalink / raw)
To: corbet, gregkh, skhan, mchehab
Cc: linux-kernel-mentees, linux-usb, linux-doc, linux-kernel,
Phong Tran
Add new index.rst and change usb-help.txt format
to rst.
Signed-off-by: Phong Tran <tranmanphong@gmail.com>
---
Documentation/index.rst | 1 +
Documentation/usb/index.rst | 22 ++++++++++++++++++++++
Documentation/usb/{usb-help.txt => usb-help.rst} | 1 -
3 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 Documentation/usb/index.rst
rename Documentation/usb/{usb-help.txt => usb-help.rst} (97%)
diff --git a/Documentation/index.rst b/Documentation/index.rst
index a7566ef62411..4e7498f39063 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -102,6 +102,7 @@ needed).
vm/index
bpf/index
misc-devices/index
+ usb/index
Architecture-specific documentation
-----------------------------------
diff --git a/Documentation/usb/index.rst b/Documentation/usb/index.rst
new file mode 100644
index 000000000000..5688ceaf0826
--- /dev/null
+++ b/Documentation/usb/index.rst
@@ -0,0 +1,22 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+Linux USB Subsystem Documentation
+===================================
+
+.. only:: html
+
+ .. class:: toc-title
+
+ Table of Contents
+
+.. toctree::
+ :maxdepth: 2
+
+ usb-help
+
+.. only:: html and subproject
+
+ Indices
+ =======
+
+ * :ref:`genindex`
diff --git a/Documentation/usb/usb-help.txt b/Documentation/usb/usb-help.rst
similarity index 97%
rename from Documentation/usb/usb-help.txt
rename to Documentation/usb/usb-help.rst
index dc23ecd4d802..03abc4e501ae 100644
--- a/Documentation/usb/usb-help.txt
+++ b/Documentation/usb/usb-help.rst
@@ -1,4 +1,3 @@
-==============
USB references
==============
--
2.11.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [Linux-kernel-mentees] [PATCH] Documentation: usb: convert usb-help to rst
@ 2019-07-05 18:55 ` tranmanphong
0 siblings, 0 replies; 12+ messages in thread
From: tranmanphong @ 2019-07-05 18:55 UTC (permalink / raw)
Add new index.rst and change usb-help.txt format
to rst.
Signed-off-by: Phong Tran <tranmanphong at gmail.com>
---
Documentation/index.rst | 1 +
Documentation/usb/index.rst | 22 ++++++++++++++++++++++
Documentation/usb/{usb-help.txt => usb-help.rst} | 1 -
3 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 Documentation/usb/index.rst
rename Documentation/usb/{usb-help.txt => usb-help.rst} (97%)
diff --git a/Documentation/index.rst b/Documentation/index.rst
index a7566ef62411..4e7498f39063 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -102,6 +102,7 @@ needed).
vm/index
bpf/index
misc-devices/index
+ usb/index
Architecture-specific documentation
-----------------------------------
diff --git a/Documentation/usb/index.rst b/Documentation/usb/index.rst
new file mode 100644
index 000000000000..5688ceaf0826
--- /dev/null
+++ b/Documentation/usb/index.rst
@@ -0,0 +1,22 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+Linux USB Subsystem Documentation
+===================================
+
+.. only:: html
+
+ .. class:: toc-title
+
+ Table of Contents
+
+.. toctree::
+ :maxdepth: 2
+
+ usb-help
+
+.. only:: html and subproject
+
+ Indices
+ =======
+
+ * :ref:`genindex`
diff --git a/Documentation/usb/usb-help.txt b/Documentation/usb/usb-help.rst
similarity index 97%
rename from Documentation/usb/usb-help.txt
rename to Documentation/usb/usb-help.rst
index dc23ecd4d802..03abc4e501ae 100644
--- a/Documentation/usb/usb-help.txt
+++ b/Documentation/usb/usb-help.rst
@@ -1,4 +1,3 @@
-==============
USB references
==============
--
2.11.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [Linux-kernel-mentees] [PATCH] Documentation: usb: convert usb-help to rst
@ 2019-07-05 18:55 ` tranmanphong
0 siblings, 0 replies; 12+ messages in thread
From: Phong Tran @ 2019-07-05 18:55 UTC (permalink / raw)
Add new index.rst and change usb-help.txt format
to rst.
Signed-off-by: Phong Tran <tranmanphong at gmail.com>
---
Documentation/index.rst | 1 +
Documentation/usb/index.rst | 22 ++++++++++++++++++++++
Documentation/usb/{usb-help.txt => usb-help.rst} | 1 -
3 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 Documentation/usb/index.rst
rename Documentation/usb/{usb-help.txt => usb-help.rst} (97%)
diff --git a/Documentation/index.rst b/Documentation/index.rst
index a7566ef62411..4e7498f39063 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -102,6 +102,7 @@ needed).
vm/index
bpf/index
misc-devices/index
+ usb/index
Architecture-specific documentation
-----------------------------------
diff --git a/Documentation/usb/index.rst b/Documentation/usb/index.rst
new file mode 100644
index 000000000000..5688ceaf0826
--- /dev/null
+++ b/Documentation/usb/index.rst
@@ -0,0 +1,22 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+Linux USB Subsystem Documentation
+===================================
+
+.. only:: html
+
+ .. class:: toc-title
+
+ Table of Contents
+
+.. toctree::
+ :maxdepth: 2
+
+ usb-help
+
+.. only:: html and subproject
+
+ Indices
+ =======
+
+ * :ref:`genindex`
diff --git a/Documentation/usb/usb-help.txt b/Documentation/usb/usb-help.rst
similarity index 97%
rename from Documentation/usb/usb-help.txt
rename to Documentation/usb/usb-help.rst
index dc23ecd4d802..03abc4e501ae 100644
--- a/Documentation/usb/usb-help.txt
+++ b/Documentation/usb/usb-help.rst
@@ -1,4 +1,3 @@
-==============
USB references
==============
--
2.11.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH] Documentation: usb: convert usb-help to rst
2019-07-05 18:55 ` tranmanphong
(?)
@ 2019-07-08 13:52 ` corbet
-1 siblings, 0 replies; 12+ messages in thread
From: Jonathan Corbet @ 2019-07-08 13:52 UTC (permalink / raw)
To: Phong Tran
Cc: gregkh, skhan, mchehab, linux-kernel-mentees, linux-usb,
linux-doc, linux-kernel
On Sat, 6 Jul 2019 01:55:19 +0700
Phong Tran <tranmanphong@gmail.com> wrote:
> Add new index.rst and change usb-help.txt format
> to rst.
>
> Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Thank you for working to make the kernel's documentation better. That
said, I really don't think there is value in keeping this document. It
hasn't been updated in any useful way in decades, contains broken links,
and the links that still work are full of obsolete information. Honestly,
a better patch would, IMO, just delete this file.
Thanks,
jon
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Linux-kernel-mentees] [PATCH] Documentation: usb: convert usb-help to rst
@ 2019-07-08 13:52 ` corbet
0 siblings, 0 replies; 12+ messages in thread
From: corbet @ 2019-07-08 13:52 UTC (permalink / raw)
On Sat, 6 Jul 2019 01:55:19 +0700
Phong Tran <tranmanphong at gmail.com> wrote:
> Add new index.rst and change usb-help.txt format
> to rst.
>
> Signed-off-by: Phong Tran <tranmanphong at gmail.com>
Thank you for working to make the kernel's documentation better. That
said, I really don't think there is value in keeping this document. It
hasn't been updated in any useful way in decades, contains broken links,
and the links that still work are full of obsolete information. Honestly,
a better patch would, IMO, just delete this file.
Thanks,
jon
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Linux-kernel-mentees] [PATCH] Documentation: usb: convert usb-help to rst
@ 2019-07-08 13:52 ` corbet
0 siblings, 0 replies; 12+ messages in thread
From: Jonathan Corbet @ 2019-07-08 13:52 UTC (permalink / raw)
On Sat, 6 Jul 2019 01:55:19 +0700
Phong Tran <tranmanphong at gmail.com> wrote:
> Add new index.rst and change usb-help.txt format
> to rst.
>
> Signed-off-by: Phong Tran <tranmanphong at gmail.com>
Thank you for working to make the kernel's documentation better. That
said, I really don't think there is value in keeping this document. It
hasn't been updated in any useful way in decades, contains broken links,
and the links that still work are full of obsolete information. Honestly,
a better patch would, IMO, just delete this file.
Thanks,
jon
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] Documentation: usb: convert usb-help to rst
2019-07-08 13:52 ` corbet
(?)
@ 2019-07-08 15:01 ` tranmanphong
-1 siblings, 0 replies; 12+ messages in thread
From: Phong Tran @ 2019-07-08 15:01 UTC (permalink / raw)
To: Greg Kroah-Hartman, Jonathan Corbet
Cc: Shuah Khan, mchehab, linux-kernel-mentees, linux-usb, linux-doc,
linux-kernel
On Mon, Jul 8, 2019 at 8:52 PM Jonathan Corbet <corbet@lwn.net> wrote:
>
> On Sat, 6 Jul 2019 01:55:19 +0700
> Phong Tran <tranmanphong@gmail.com> wrote:
>
> > Add new index.rst and change usb-help.txt format
> > to rst.
> >
> > Signed-off-by: Phong Tran <tranmanphong@gmail.com>
>
> Thank you for working to make the kernel's documentation better. That
> said, I really don't think there is value in keeping this document. It
> hasn't been updated in any useful way in decades, contains broken links,
> and the links that still work are full of obsolete information. Honestly,
> a better patch would, IMO, just delete this file.
>
@Jonathan Corbet it's fine to me.
Need ack from you @Greg Kroah-Hartman
if yes, I will send the cleanup patch.
Regards,
Phong.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Linux-kernel-mentees] [PATCH] Documentation: usb: convert usb-help to rst
@ 2019-07-08 15:01 ` tranmanphong
0 siblings, 0 replies; 12+ messages in thread
From: tranmanphong @ 2019-07-08 15:01 UTC (permalink / raw)
On Mon, Jul 8, 2019 at 8:52 PM Jonathan Corbet <corbet at lwn.net> wrote:
>
> On Sat, 6 Jul 2019 01:55:19 +0700
> Phong Tran <tranmanphong at gmail.com> wrote:
>
> > Add new index.rst and change usb-help.txt format
> > to rst.
> >
> > Signed-off-by: Phong Tran <tranmanphong at gmail.com>
>
> Thank you for working to make the kernel's documentation better. That
> said, I really don't think there is value in keeping this document. It
> hasn't been updated in any useful way in decades, contains broken links,
> and the links that still work are full of obsolete information. Honestly,
> a better patch would, IMO, just delete this file.
>
@Jonathan Corbet it's fine to me.
Need ack from you @Greg Kroah-Hartman
if yes, I will send the cleanup patch.
Regards,
Phong.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Linux-kernel-mentees] [PATCH] Documentation: usb: convert usb-help to rst
@ 2019-07-08 15:01 ` tranmanphong
0 siblings, 0 replies; 12+ messages in thread
From: Phong Tran @ 2019-07-08 15:01 UTC (permalink / raw)
On Mon, Jul 8, 2019 at 8:52 PM Jonathan Corbet <corbet at lwn.net> wrote:
>
> On Sat, 6 Jul 2019 01:55:19 +0700
> Phong Tran <tranmanphong at gmail.com> wrote:
>
> > Add new index.rst and change usb-help.txt format
> > to rst.
> >
> > Signed-off-by: Phong Tran <tranmanphong at gmail.com>
>
> Thank you for working to make the kernel's documentation better. That
> said, I really don't think there is value in keeping this document. It
> hasn't been updated in any useful way in decades, contains broken links,
> and the links that still work are full of obsolete information. Honestly,
> a better patch would, IMO, just delete this file.
>
@Jonathan Corbet it's fine to me.
Need ack from you @Greg Kroah-Hartman
if yes, I will send the cleanup patch.
Regards,
Phong.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] Documentation: usb: convert usb-help to rst
2019-07-08 15:01 ` tranmanphong
(?)
@ 2019-07-08 15:16 ` gregkh
-1 siblings, 0 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2019-07-08 15:16 UTC (permalink / raw)
To: Phong Tran
Cc: Jonathan Corbet, Shuah Khan, mchehab, linux-kernel-mentees,
linux-usb, linux-doc, linux-kernel
On Mon, Jul 08, 2019 at 10:01:13PM +0700, Phong Tran wrote:
> On Mon, Jul 8, 2019 at 8:52 PM Jonathan Corbet <corbet@lwn.net> wrote:
> >
> > On Sat, 6 Jul 2019 01:55:19 +0700
> > Phong Tran <tranmanphong@gmail.com> wrote:
> >
> > > Add new index.rst and change usb-help.txt format
> > > to rst.
> > >
> > > Signed-off-by: Phong Tran <tranmanphong@gmail.com>
> >
> > Thank you for working to make the kernel's documentation better. That
> > said, I really don't think there is value in keeping this document. It
> > hasn't been updated in any useful way in decades, contains broken links,
> > and the links that still work are full of obsolete information. Honestly,
> > a better patch would, IMO, just delete this file.
> >
> @Jonathan Corbet it's fine to me.
>
> Need ack from you @Greg Kroah-Hartman
> if yes, I will send the cleanup patch.
All of the USB documentation needs a refresh and look again at where it
is and what it contains. After 5.3-rc1 I would recommend doing that (as
that is when all of the recent pending documentation changes will be
merged).
thanks,
greg k-h
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Linux-kernel-mentees] [PATCH] Documentation: usb: convert usb-help to rst
@ 2019-07-08 15:16 ` gregkh
0 siblings, 0 replies; 12+ messages in thread
From: gregkh @ 2019-07-08 15:16 UTC (permalink / raw)
On Mon, Jul 08, 2019 at 10:01:13PM +0700, Phong Tran wrote:
> On Mon, Jul 8, 2019 at 8:52 PM Jonathan Corbet <corbet at lwn.net> wrote:
> >
> > On Sat, 6 Jul 2019 01:55:19 +0700
> > Phong Tran <tranmanphong at gmail.com> wrote:
> >
> > > Add new index.rst and change usb-help.txt format
> > > to rst.
> > >
> > > Signed-off-by: Phong Tran <tranmanphong at gmail.com>
> >
> > Thank you for working to make the kernel's documentation better. That
> > said, I really don't think there is value in keeping this document. It
> > hasn't been updated in any useful way in decades, contains broken links,
> > and the links that still work are full of obsolete information. Honestly,
> > a better patch would, IMO, just delete this file.
> >
> @Jonathan Corbet it's fine to me.
>
> Need ack from you @Greg Kroah-Hartman
> if yes, I will send the cleanup patch.
All of the USB documentation needs a refresh and look again at where it
is and what it contains. After 5.3-rc1 I would recommend doing that (as
that is when all of the recent pending documentation changes will be
merged).
thanks,
greg k-h
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Linux-kernel-mentees] [PATCH] Documentation: usb: convert usb-help to rst
@ 2019-07-08 15:16 ` gregkh
0 siblings, 0 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2019-07-08 15:16 UTC (permalink / raw)
On Mon, Jul 08, 2019 at 10:01:13PM +0700, Phong Tran wrote:
> On Mon, Jul 8, 2019 at 8:52 PM Jonathan Corbet <corbet at lwn.net> wrote:
> >
> > On Sat, 6 Jul 2019 01:55:19 +0700
> > Phong Tran <tranmanphong at gmail.com> wrote:
> >
> > > Add new index.rst and change usb-help.txt format
> > > to rst.
> > >
> > > Signed-off-by: Phong Tran <tranmanphong at gmail.com>
> >
> > Thank you for working to make the kernel's documentation better. That
> > said, I really don't think there is value in keeping this document. It
> > hasn't been updated in any useful way in decades, contains broken links,
> > and the links that still work are full of obsolete information. Honestly,
> > a better patch would, IMO, just delete this file.
> >
> @Jonathan Corbet it's fine to me.
>
> Need ack from you @Greg Kroah-Hartman
> if yes, I will send the cleanup patch.
All of the USB documentation needs a refresh and look again at where it
is and what it contains. After 5.3-rc1 I would recommend doing that (as
that is when all of the recent pending documentation changes will be
merged).
thanks,
greg k-h
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2019-07-08 17:16 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-05 18:55 [PATCH] Documentation: usb: convert usb-help to rst Phong Tran
2019-07-05 18:55 ` [Linux-kernel-mentees] " Phong Tran
2019-07-05 18:55 ` tranmanphong
2019-07-08 13:52 ` Jonathan Corbet
2019-07-08 13:52 ` [Linux-kernel-mentees] " Jonathan Corbet
2019-07-08 13:52 ` corbet
2019-07-08 15:01 ` Phong Tran
2019-07-08 15:01 ` [Linux-kernel-mentees] " Phong Tran
2019-07-08 15:01 ` tranmanphong
2019-07-08 15:16 ` Greg Kroah-Hartman
2019-07-08 15:16 ` [Linux-kernel-mentees] " Greg Kroah-Hartman
2019-07-08 15:16 ` gregkh
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.