commit | 57303488cd37da58263e842de134dc65f7c626d5 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Mon Mar 03 17:08:11 2014 +0530 |
committer | Felipe Balbi <balbi@ti.com> | Wed Mar 05 14:40:05 2014 -0600 |
tree | a685fd9127863c2bc7519407e022b8750325518f | |
parent | 122f06e60f90a43d9b2fb30662af688dfb759379 [diff] |
usb: dwc3: adapt dwc3 core to use Generic PHY Framework Adapted dwc3 core to use the Generic PHY Framework. So for init, exit, power_on and power_off the following APIs are used phy_init(), phy_exit(), phy_power_on() and phy_power_off(). However using the old USB phy library wont be removed till the PHYs of all other SoC's using dwc3 core is adapted to the Generic PHY Framework. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>