commit | 5baaf3b9efe127d239038de9219d381f4d882b26 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Tue Jun 28 09:24:40 2016 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Fri Jul 01 10:52:16 2016 +0100 |
tree | cfe6ee6f2eba8d2bae106710caba8d8c6d78a7c4 | |
parent | f5f35830fb84364a24794fe6c7101f85318481d2 [diff] |
usb: dwc3: st: Use explicit reset_control_get_exclusive() API We're making all reset line users specify whether their lines are shared with other IP or they operate them exclusively. In this case the line is exclusively used only by this IP, so use the *_exclusive() API accordingly. Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>