linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] docs: usb: remove some broken references
@ 2020-01-28  6:41 Mauro Carvalho Chehab
  2020-01-28 20:42 ` Jonathan Corbet
  0 siblings, 1 reply; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2020-01-28  6:41 UTC (permalink / raw)
  To: Linux Media Mailing List
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Greg Kroah-Hartman,
	Jonathan Corbet, linux-usb, linux-doc

It seems that some files were removed from USB documentation.

Update the links accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/usb/index.rst      | 2 --
 Documentation/usb/text_files.rst | 6 ------
 2 files changed, 8 deletions(-)

diff --git a/Documentation/usb/index.rst b/Documentation/usb/index.rst
index e55386a4abfb..36b6ebd9a9d9 100644
--- a/Documentation/usb/index.rst
+++ b/Documentation/usb/index.rst
@@ -22,11 +22,9 @@ USB support
     misc_usbsevseg
     mtouchusb
     ohci
-    rio
     usbip_protocol
     usbmon
     usb-serial
-    wusb-design-overview
 
     usb-help
     text_files
diff --git a/Documentation/usb/text_files.rst b/Documentation/usb/text_files.rst
index 6a8d3fcf64b6..1c18c05c3920 100644
--- a/Documentation/usb/text_files.rst
+++ b/Documentation/usb/text_files.rst
@@ -16,12 +16,6 @@ USB devfs drop permissions source
 .. literalinclude:: usbdevfs-drop-permissions.c
     :language: c
 
-WUSB command line script to manipulate auth credentials
--------------------------------------------------------
-
-.. literalinclude:: wusb-cbaf
-   :language: shell
-
 Credits
 -------
 
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] docs: usb: remove some broken references
  2020-01-28  6:41 [PATCH 1/2] docs: usb: remove some broken references Mauro Carvalho Chehab
@ 2020-01-28 20:42 ` Jonathan Corbet
  2020-01-28 23:47   ` Randy Dunlap
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Corbet @ 2020-01-28 20:42 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Media Mailing List, Mauro Carvalho Chehab,
	Greg Kroah-Hartman, linux-usb, linux-doc

On Tue, 28 Jan 2020 07:41:00 +0100
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:

> It seems that some files were removed from USB documentation.
> 
> Update the links accordingly.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] docs: usb: remove some broken references
  2020-01-28 20:42 ` Jonathan Corbet
@ 2020-01-28 23:47   ` Randy Dunlap
  2020-01-29  6:41     ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2020-01-28 23:47 UTC (permalink / raw)
  To: Jonathan Corbet, Mauro Carvalho Chehab
  Cc: Linux Media Mailing List, Mauro Carvalho Chehab,
	Greg Kroah-Hartman, linux-usb, linux-doc

On 1/28/20 12:42 PM, Jonathan Corbet wrote:
> On Tue, 28 Jan 2020 07:41:00 +0100
> Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:
> 
>> It seems that some files were removed from USB documentation.
>>
>> Update the links accordingly.
>>
>> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> 
> Applied, thanks.
> 
> jon

This warning has been around for quite awhile now:

lnx-55/Documentation/usb/text_files.rst:22: WARNING: Include file u'lnx/lnx-55/Documentation/usb/wusb-cbaf' not found or reading it failed

Looks like it has been moved to drivers/staging/wusbcore/Documentation/wusb-cbaf.

-- 
~Randy


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] docs: usb: remove some broken references
  2020-01-28 23:47   ` Randy Dunlap
@ 2020-01-29  6:41     ` Mauro Carvalho Chehab
  2020-01-29  6:45       ` Greg Kroah-Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2020-01-29  6:41 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Jonathan Corbet, Linux Media Mailing List, Mauro Carvalho Chehab,
	Greg Kroah-Hartman, linux-usb, linux-doc

Em Tue, 28 Jan 2020 15:47:18 -0800
Randy Dunlap <rdunlap@infradead.org> escreveu:

> On 1/28/20 12:42 PM, Jonathan Corbet wrote:
> > On Tue, 28 Jan 2020 07:41:00 +0100
> > Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:
> >   
> >> It seems that some files were removed from USB documentation.
> >>
> >> Update the links accordingly.
> >>
> >> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>  
> > 
> > Applied, thanks.
> > 
> > jon  
> 
> This warning has been around for quite awhile now:
> 
> lnx-55/Documentation/usb/text_files.rst:22: WARNING: Include file u'lnx/lnx-55/Documentation/usb/wusb-cbaf' not found or reading it failed
> 
> Looks like it has been moved to drivers/staging/wusbcore/Documentation/wusb-cbaf.

From the log of the patch that moved it:

  commit 71ed79b0e4be0db254640c3beb9a1a0316eb5f61
  Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  Date:   Tue Aug 6 12:15:09 2019 +0200

    USB: Move wusbcore and UWB to staging as it is obsolete
    
    The UWB and wusbcore code is long obsolete, so let us just move the code
    out of the real part of the kernel and into the drivers/staging/
    location with plans to remove it entirely in a few releases.
    
    Link: https://lore.kernel.org/r/20190806101509.GA11280@kroah.com
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

The plan seems to remove it in the future.

In any case, it makes sense to remove the broken link from the 
documentation.

Cheers,
Mauro

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] docs: usb: remove some broken references
  2020-01-29  6:41     ` Mauro Carvalho Chehab
@ 2020-01-29  6:45       ` Greg Kroah-Hartman
  2020-01-29  9:18         ` Greg Kroah-Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: Greg Kroah-Hartman @ 2020-01-29  6:45 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Randy Dunlap, Jonathan Corbet, Linux Media Mailing List,
	Mauro Carvalho Chehab, linux-usb, linux-doc

On Wed, Jan 29, 2020 at 07:41:46AM +0100, Mauro Carvalho Chehab wrote:
> Em Tue, 28 Jan 2020 15:47:18 -0800
> Randy Dunlap <rdunlap@infradead.org> escreveu:
> 
> > On 1/28/20 12:42 PM, Jonathan Corbet wrote:
> > > On Tue, 28 Jan 2020 07:41:00 +0100
> > > Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:
> > >   
> > >> It seems that some files were removed from USB documentation.
> > >>
> > >> Update the links accordingly.
> > >>
> > >> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>  
> > > 
> > > Applied, thanks.
> > > 
> > > jon  
> > 
> > This warning has been around for quite awhile now:
> > 
> > lnx-55/Documentation/usb/text_files.rst:22: WARNING: Include file u'lnx/lnx-55/Documentation/usb/wusb-cbaf' not found or reading it failed
> > 
> > Looks like it has been moved to drivers/staging/wusbcore/Documentation/wusb-cbaf.
> 
> From the log of the patch that moved it:
> 
>   commit 71ed79b0e4be0db254640c3beb9a1a0316eb5f61
>   Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>   Date:   Tue Aug 6 12:15:09 2019 +0200
> 
>     USB: Move wusbcore and UWB to staging as it is obsolete
>     
>     The UWB and wusbcore code is long obsolete, so let us just move the code
>     out of the real part of the kernel and into the drivers/staging/
>     location with plans to remove it entirely in a few releases.
>     
>     Link: https://lore.kernel.org/r/20190806101509.GA11280@kroah.com
>     Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> 
> The plan seems to remove it in the future.
> 
> In any case, it makes sense to remove the broken link from the 
> documentation.

Yes, please just remove it, that code is about to go away in the
5.6-rc1.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] docs: usb: remove some broken references
  2020-01-29  6:45       ` Greg Kroah-Hartman
@ 2020-01-29  9:18         ` Greg Kroah-Hartman
  0 siblings, 0 replies; 6+ messages in thread
From: Greg Kroah-Hartman @ 2020-01-29  9:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Randy Dunlap, Jonathan Corbet, Linux Media Mailing List,
	Mauro Carvalho Chehab, linux-usb, linux-doc

On Wed, Jan 29, 2020 at 07:45:35AM +0100, Greg Kroah-Hartman wrote:
> On Wed, Jan 29, 2020 at 07:41:46AM +0100, Mauro Carvalho Chehab wrote:
> > Em Tue, 28 Jan 2020 15:47:18 -0800
> > Randy Dunlap <rdunlap@infradead.org> escreveu:
> > 
> > > On 1/28/20 12:42 PM, Jonathan Corbet wrote:
> > > > On Tue, 28 Jan 2020 07:41:00 +0100
> > > > Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:
> > > >   
> > > >> It seems that some files were removed from USB documentation.
> > > >>
> > > >> Update the links accordingly.
> > > >>
> > > >> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>  
> > > > 
> > > > Applied, thanks.
> > > > 
> > > > jon  
> > > 
> > > This warning has been around for quite awhile now:
> > > 
> > > lnx-55/Documentation/usb/text_files.rst:22: WARNING: Include file u'lnx/lnx-55/Documentation/usb/wusb-cbaf' not found or reading it failed
> > > 
> > > Looks like it has been moved to drivers/staging/wusbcore/Documentation/wusb-cbaf.
> > 
> > From the log of the patch that moved it:
> > 
> >   commit 71ed79b0e4be0db254640c3beb9a1a0316eb5f61
> >   Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> >   Date:   Tue Aug 6 12:15:09 2019 +0200
> > 
> >     USB: Move wusbcore and UWB to staging as it is obsolete
> >     
> >     The UWB and wusbcore code is long obsolete, so let us just move the code
> >     out of the real part of the kernel and into the drivers/staging/
> >     location with plans to remove it entirely in a few releases.
> >     
> >     Link: https://lore.kernel.org/r/20190806101509.GA11280@kroah.com
> >     Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > 
> > The plan seems to remove it in the future.
> > 
> > In any case, it makes sense to remove the broken link from the 
> > documentation.
> 
> Yes, please just remove it, that code is about to go away in the
> 5.6-rc1.

Oops, not yet, in 5.7-rc1.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-01-29  9:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-28  6:41 [PATCH 1/2] docs: usb: remove some broken references Mauro Carvalho Chehab
2020-01-28 20:42 ` Jonathan Corbet
2020-01-28 23:47   ` Randy Dunlap
2020-01-29  6:41     ` Mauro Carvalho Chehab
2020-01-29  6:45       ` Greg Kroah-Hartman
2020-01-29  9:18         ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).