From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 23 Dec 2015 01:10:26 +0100 Subject: [U-Boot] [PATCH 0/3] This series adds support for fastboot related to USB. In-Reply-To: <1450772752-99784-1-git-send-email-frank.wang@rock-chips.com> References: <1450772752-99784-1-git-send-email-frank.wang@rock-chips.com> Message-ID: <201512230110.26818.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, December 22, 2015 at 09:25:49 AM, Frank Wang wrote: > [PATCH 1/3] Modified the check condition for max packet size of ep_in in > high speed > > [PATCH 2/3] Fixed the error that the last packet transmission could not be > terminated > > [PATCH 3/3] Add usb phy control to support fastboot for rk3036 > > Tested on RK3036 SDK board, it works Okay. > > board/evb_rk3036/evb_rk3036/evb_rk3036.c | 30 +++++++++++++++++ > drivers/usb/gadget/Makefile | 1 + > drivers/usb/gadget/dwc2_udc_otg.c | 4 +-- > drivers/usb/gadget/dwc2_udc_otg_regs.h | 5 +++ > drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c | 2 +- > drivers/usb/gadget/rk_otg_phy.c | 48 > ++++++++++++++++++++++++++++ include/configs/rk3036_common.h | > 20 ++++++++++++ > 7 files changed, 107 insertions(+), 3 deletions(-) > create mode 100644 drivers/usb/gadget/rk_otg_phy.c Series looks sensible to me, but I'd like to have Lukasz take a look at it and review it thoroughly too. Thanks! Best regards, Marek Vasut