diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-05 16:23:06 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-04-11 23:39:36 +0300 |
commit | 2a373331dd7405f7a1d6bfd21e5e9b4465350c34 (patch) | |
tree | 2e4014c0d53ac10ca74f4c89aff4779198fd7feb /Documentation/driver-api/usb/index.rst | |
parent | 3db5f406e4440c486cec4772210b9802bf4546b3 (diff) | |
download | linux-2a373331dd7405f7a1d6bfd21e5e9b4465350c34.tar.xz |
usb/dma.txt: convert to ReST and add to driver-api book
This document describe some USB core features. Add it to the
driver-api book.
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>
Diffstat (limited to 'Documentation/driver-api/usb/index.rst')
-rw-r--r-- | Documentation/driver-api/usb/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/usb/index.rst b/Documentation/driver-api/usb/index.rst index 23c76c17fc19..d7610777784b 100644 --- a/Documentation/driver-api/usb/index.rst +++ b/Documentation/driver-api/usb/index.rst @@ -9,6 +9,7 @@ Linux USB API anchors bulk-streams callbacks + dma power-management writing_usb_driver writing_musb_glue_layer |