usb/URB.txt: convert to ReST and update it
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 5 Apr 2017 13:23:10 +0000 (10:23 -0300)
committerJonathan Corbet <corbet@lwn.net>
Tue, 11 Apr 2017 20:40:25 +0000 (14:40 -0600)
commite463c06335d04043c079f1d1d66472ec049de5dd
tree3190169c346b97ce5c88171db0b8af164dd112a9
parent32a3bebce9d09598d4f4c5afca929a2ce148b8c4
usb/URB.txt: convert to ReST and update it

The URB doc describes the Kernel mechanism that do USB transfers.
While the functions are already described at urb.h, there are a
number of concepts and theory that are important for USB driver
developers.

Convert it to ReST and use C ref links to point to the places
at usb.h where each function and struct is located.

A few of those descriptions were incomplete. While here, update
to reflect the current API status.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/usb/URB.rst [new file with mode: 0644]
Documentation/driver-api/usb/index.rst
Documentation/driver-api/usb/usb.rst
Documentation/usb/URB.txt [deleted file]