From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 30 Jun 2016 08:23:51 -0700 Subject: [U-Boot] [PATCH 1/4] usb: phy: implement usb-otg phy control for rk3288 In-Reply-To: <1467271321-17605-2-git-send-email-xzy.xu@rock-chips.com> References: <1467271321-17605-1-git-send-email-xzy.xu@rock-chips.com> <1467271321-17605-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 +Marek On 30 June 2016 at 00:21, Ziyuan Xu wrote: > Apply dwc2 usb driver framework to implement phy_init and phy_off, and > enable it with CONFIG_RK3288_USB_PHY. > > Signed-off-by: Ziyuan Xu > --- > > drivers/usb/phy/Makefile | 1 + > drivers/usb/phy/rk3288_usb_phy.c | 29 +++++++++++++++++++++++++++++ > 2 files changed, 30 insertions(+) > create mode 100644 drivers/usb/phy/rk3288_usb_phy.c Reviewed-by: Simon Glass