From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 14 Jul 2016 21:20:23 -0600 Subject: [U-Boot] [PATCH v4 1/4] usb: rockchip-phy: implement USB2.0 phy control In-Reply-To: <1468479155-1796-2-git-send-email-xzy.xu@rock-chips.com> References: <1468479155-1796-1-git-send-email-xzy.xu@rock-chips.com> <1468479155-1796-2-git-send-email-xzy.xu@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14 July 2016 at 00:52, Ziyuan Xu wrote: > From: Xu Ziyuan > > 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 > > --- > > Changes in v4: > - Implement a mechanism to be compatible with more Rockchip SoCs > - Rename rockchip_usb_syno_phy.c to rockchip_usb2_phy.c > > Changes in v3: > - Make UOC_CON registers to be unfixed which should be got from DT > > Changes in v2: > - Rename rk3288_usb_phy.c to rockchip_usb_syno_phy.c > - Rework the behaviour in otg_phy_init() and otg_phy_off() > > drivers/usb/phy/Makefile | 1 + > drivers/usb/phy/rockchip_usb2_phy.c | 107 ++++++++++++++++++++++++++++++++++++ > include/usb/dwc2_udc.h | 2 + > 3 files changed, 110 insertions(+) > create mode 100644 drivers/usb/phy/rockchip_usb2_phy.c Acked-by: Simon Glass