commit | 8598bde7fa125e85bc97decd6513d37dcf1e7bd9 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Jan 02 18:55:57 2012 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Mon Feb 06 11:48:24 2012 +0200 |
tree | f33eab7bb8bc5e0197165215703dd0308c862d69 | |
parent | 080d921fe7a8d27c07eba7723fe53a3bea100327 [diff] |
usb: dwc3: gadget: re-factor Link state change to a function Most link changes will, of course, happen with the help of a matching host HW, but in some cases we might want to debug very low level details about the link and exposing this to debugfs sounds like a good plan. This is a preparation for such setup. Signed-off-by: Felipe Balbi <balbi@ti.com>