public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Rockchip: USB: added usb phy control to support fastboot
@ 2015-12-04  9:36 Frank Wang
  2015-12-04  9:36 ` [U-Boot] [PATCH 1/2] usb: gadget: s3c_udc_otg: fixed max packet size check for ep_in in high speed Frank Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Frank Wang @ 2015-12-04  9:36 UTC (permalink / raw)
  To: u-boot

This series adds support for fastboot related to USB.

[PATCH 1/2] fixed max packet size check error for ep_in in high speed condition

[PATCH 2/2] 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 |   27 ++++++++++++++++++++++
 drivers/usb/gadget/Makefile              |    1 +
 drivers/usb/gadget/rk_udc_otg_phy.c      |   36 ++++++++++++++++++++++++++++++
 drivers/usb/gadget/s3c_udc_otg.c         |    4 ++--
 include/configs/rk3036_common.h          |   19 ++++++++++++++++
 5 files changed, 85 insertions(+), 2 deletions(-)
 create mode 100644 drivers/usb/gadget/rk_udc_otg_phy.c

-- 
1.7.9.5

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

end of thread, other threads:[~2015-12-21 10:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-04  9:36 [U-Boot] [PATCH 0/2] Rockchip: USB: added usb phy control to support fastboot Frank Wang
2015-12-04  9:36 ` [U-Boot] [PATCH 1/2] usb: gadget: s3c_udc_otg: fixed max packet size check for ep_in in high speed Frank Wang
2015-12-07 12:58   ` Lukasz Majewski
2015-12-16  2:39     ` [U-Boot] 答复: " Frank Wang
2015-12-04  9:36 ` [U-Boot] [PATCH 2/2] usb: gadget: add usb phy control to support fastboot for rk3036 Frank Wang
2015-12-04 18:32   ` Marek Vasut
2015-12-04 18:28 ` [U-Boot] [PATCH 0/2] Rockchip: USB: added usb phy control to support fastboot Marek Vasut
2015-12-19 20:30   ` Simon Glass
2015-12-19 21:23     ` Marek Vasut
2015-12-19 22:25       ` Simon Glass
2015-12-19 22:57         ` Marek Vasut
2015-12-21  3:04           ` Tom Rini
2015-12-21 10:17             ` Marek Vasut

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