]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
usb: rockchip-phy: implement USB2.0 phy control
authorXu Ziyuan <xzy.xu@rock-chips.com>
Thu, 14 Jul 2016 06:52:32 +0000 (14:52 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 02:44:19 +0000 (20:44 -0600)
commitfab3357916096d4c61a5e2fe5d28f5aeb78c6957
treed078c85aed34d3bd8365c5b93ccac806c9493d6b
parentad8fe6b96432d17aca224167338c68dc2f0cf2ae
usb: rockchip-phy: implement USB2.0 phy control

So far, Rockchip SoCs have two kinds of USB2.0 phy, such as Synopsys and
Innosilicon. This patch applys dwc2 usb driver framework to implement
phy_init() and phy_off() methods for Synopsys phy on Rockchip platform.

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/usb/phy/Makefile
drivers/usb/phy/rockchip_usb2_phy.c [new file with mode: 0644]
include/usb/dwc2_udc.h