public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] This series adds support for fastboot related to USB.
@ 2015-12-22  8:25 Frank Wang
  2015-12-22  8:25 ` [U-Boot] [PATCH 1/3] usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed Frank Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Frank Wang @ 2015-12-22  8:25 UTC (permalink / raw)
  To: u-boot

 [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

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-06-08  6:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-22  8:25 [U-Boot] [PATCH 0/3] This series adds support for fastboot related to USB Frank Wang
2015-12-22  8:25 ` [U-Boot] [PATCH 1/3] usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed Frank Wang
2015-12-22  8:25 ` [U-Boot] [PATCH 2/3] usb: gadget: dwc2_udc_otg: fixed the error that the last packet transmission could not be terminated Frank Wang
2015-12-22  8:25 ` [U-Boot] [PATCH 3/3] usb: gadget: add usb phy control to support fastboot for rk3036 Frank Wang
2015-12-23  0:10 ` [U-Boot] [PATCH 0/3] This series adds support for fastboot related to USB Marek Vasut
2015-12-28  7:09   ` Frank Wang
2015-12-30  9:14 ` Lukasz Majewski
2016-01-18  6:24   ` Eddie Cai
2016-06-07  1:28     ` Eddie Cai
2016-06-07  2:48       ` Marek Vasut
2016-06-08  6:47         ` Lukasz Majewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox