Re: [U-Boot] [PATCH V10 1/4] usb: rockchip: add the rockusb gadget

2017-11-30 Thread Marek Vasut
On 11/30/2017 07:38 AM, Eddie Cai wrote: > this patch implement rockusb protocol on the device side. this is based on USB > download gadget infrastructure. the rockusb function implements the rd, wl, > rid > commands. it can work with rkdeveloptool > > Signed-off-by: Eddie Cai > Reviewed-by: Sim

[U-Boot] [PATCH V10 1/4] usb: rockchip: add the rockusb gadget

2017-11-29 Thread Eddie Cai
this patch implement rockusb protocol on the device side. this is based on USB download gadget infrastructure. the rockusb function implements the rd, wl, rid commands. it can work with rkdeveloptool Signed-off-by: Eddie Cai Reviewed-by: Simon Glass Changes in v10: -fix build error Changes in