]> git.openfabrics.org - ~emulex/infiniband.git/commit
usb: dwc3: gadget: add a 'restore' argument to set_ep_config
authorPaul Zimmerman <Paul.Zimmerman@synopsys.com>
Thu, 19 Dec 2013 18:38:49 +0000 (12:38 -0600)
committerFelipe Balbi <balbi@ti.com>
Wed, 5 Mar 2014 15:44:52 +0000 (09:44 -0600)
commit265b70a73aff2a21e74f1fbe7ffaaeb4608adc98
treee4deb791e4aeafa4664745201b79ff9fc16de950
parent911f1f88cadf4b64bad5aa4c257d72494a62f928
usb: dwc3: gadget: add a 'restore' argument to set_ep_config

That argument will be used in later patches when we
have working hibernation support. For now, always
pass it as false.

The idea of this patch is to decrease to size of
following patches and slowly add hibernation building
blocks to the gadget side of dwc3 so that it becomes
very easy to review the actual hibernation code.

[ balbi@ti.com : rewrote patch on top of current
tree. Added commit log. ]

Signed-off-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/gadget.c