commit | e0082698b68981c8456061e509eb32c5f65b228c | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Jun 05 17:01:22 2017 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Jun 13 13:21:05 2017 +0300 |
tree | a603e79e1776ce812e00347d46ff7848ee779acc | |
parent | 9b0a1f95c4b48a18ae95e204b1bcde47436b0248 [diff] |
usb: dwc3: ulpi: conditionally resume ULPI PHY If PHY is suspended by the time we want to issue ULPI transfers, we will observe timeouts on the ULPI interface. In order to avoid such issue, let's make sure PHY is resumed before issuing a ULPI transfer. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>