[U-Boot] [PATCH 0/4] This series implements fastboot on the "bcm28155_ap" boards.

2015-07-06 Thread Steve Rae
The OTG hardware is a DWC2 controller and this series uses the existing gadget driver ("s3c_udc_otg.c"). JD (Jiandong) Zheng and Steve Rae (2): usb: gadget: bcm_udc_otg files implement Fastboot via USB OTG on bcm28155_ap boards Steve Rae (2): g_dnl: add missing declaration usb: s3c-otg:

Re: [U-Boot] [PATCH 0/4] This series implements fastboot on the "bcm28155_ap" boards.

2015-01-21 Thread Marek Vasut
On Tuesday, January 20, 2015 at 11:42:06 PM, Steve Rae wrote: > Since a complete "gadget" implementation is not available yet, > this series provides a method for interfacing the existing gadget > code with the UDC driver code. Can you please split the series to one patching generic code and one a

[U-Boot] [PATCH 0/4] This series implements fastboot on the "bcm28155_ap" boards.

2015-01-20 Thread Steve Rae
Since a complete "gadget" implementation is not available yet, this series provides a method for interfacing the existing gadget code with the UDC driver code. Steve Rae (4): usb: gadget: fastboot: add CONFIG_FASTBOOT_NO_GADGET support usb: add 'bcm_udc_otg' support usb: update 'sysmap.h'