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

2017-05-03 Thread Lukasz Majewski
Hi Eddie, > 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 I've check this code with checkpatch: lukma@jawa:

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

2017-05-02 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 Changes in v4: -use enum instead of macro define