OSDN Git Service

usb: dwc: add support for super-speed function suspend
authorDanny Segal <dsegal@codeaurora.org>
Thu, 22 May 2014 13:11:58 +0000 (16:11 +0300)
committerDavid Keitel <dkeitel@codeaurora.org>
Tue, 22 Mar 2016 18:06:34 +0000 (11:06 -0700)
commit8f171cb53fed821bdd304a1547692879e40a06c3
treef6b780b25a29cf58aa8c416e6b68fd29ff3190b7
parent9e134dbb1b211ec1633c0cb000d30e5ed1b1333d
usb: dwc: add support for super-speed function suspend

The USB 3.0 specification defines a new 'Function Suspend' feature.
This feature enables the USB host to put inactive composite device
functions in a suspended state even when the device itself is not
suspended.
This patch extends the existing framework of USB dwc driver
to properly support the 'Function Resume' and 'Function Remote Wakeup'
related features.

Change-Id: If7bbfa7d6a4ff70d4b44ede5fc258370b890df47
Signed-off-by: Danny Segal <dsegal@codeaurora.org>
drivers/usb/dwc3/ep0.c
drivers/usb/dwc3/gadget.c