]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: adapt dwc3 core to use Generic PHY Framework
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 3 Mar 2014 11:38:11 +0000 (17:08 +0530)
committerFelipe Balbi <balbi@ti.com>
Wed, 5 Mar 2014 20:40:05 +0000 (14:40 -0600)
commitf1fb1cd6e1a0dd6b300fb28f7d7d45e9419b2e15
treea685fd9127863c2bc7519407e022b8750325518f
parent087c11e4f7b17b2b96b78ff91292190aa6d2b0d6
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>
Documentation/devicetree/bindings/usb/dwc3.txt
drivers/usb/dwc3/core.c
drivers/usb/dwc3/core.h