usb: dwc3: core: refactor PHY initialization
authorFelipe Balbi <balbi@ti.com>
Wed, 16 Apr 2014 20:08:29 +0000 (15:08 -0500)
committerFelipe Balbi <balbi@ti.com>
Wed, 16 Apr 2014 20:08:29 +0000 (15:08 -0500)
commit3c9f94aca66aa8c83d531961ea8c7b8bace9433c
tree4d2a3dfdd7f50a9beb75cf7e851d734453cc91d4
parent687ef9817df7ed960d14575b9033dde3d04631fe
usb: dwc3: core: refactor PHY initialization

our probe() routine is too large and we can
easily refactor PHY-related code out to another
function to make it slightly less painful to read.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/core.c