From: Felipe Balbi Date: Tue, 9 May 2017 13:30:24 +0000 (+0300) Subject: usb: move ReST documentation to Documentation/driver-api/usb/ X-Git-Tag: v4.13-rc1~185^2~23^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0b3ddf8fb37283d0d488d667fac4c069d612ba3;p=thirdparty%2Fkernel%2Flinux.git usb: move ReST documentation to Documentation/driver-api/usb/ This is where all other USB ReST documentation has moved to. Signed-off-by: Felipe Balbi --- diff --git a/Documentation/driver-api/usb/index.rst b/Documentation/driver-api/usb/index.rst index 3d357a83046ba..8fe995a1ec949 100644 --- a/Documentation/driver-api/usb/index.rst +++ b/Documentation/driver-api/usb/index.rst @@ -18,6 +18,8 @@ Linux USB API writing_usb_driver dwc3 writing_musb_glue_layer + typec + usb3-debug-port .. only:: subproject and html diff --git a/Documentation/usb/typec.rst b/Documentation/driver-api/usb/typec.rst similarity index 100% rename from Documentation/usb/typec.rst rename to Documentation/driver-api/usb/typec.rst diff --git a/Documentation/usb/usb3-debug-port.rst b/Documentation/driver-api/usb/usb3-debug-port.rst similarity index 100% rename from Documentation/usb/usb3-debug-port.rst rename to Documentation/driver-api/usb/usb3-debug-port.rst