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

2017-05-08 Thread Eddie Cai
2017-05-09 0:38 GMT+08:00 Simon Glass : > Hi Eddie, > > On 2 May 2017 at 02:47, Eddie Cai wrote: >> >> Hi Simon >> >> 2017-04-30 11:49 GMT+08:00 Simon Glass : >> > Hi Eddie, >> > >> > On 28 April 2017 at 18:41, Eddie Cai

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

2017-05-08 Thread Simon Glass
Hi Eddie, On 2 May 2017 at 02:47, Eddie Cai wrote: > > Hi Simon > > 2017-04-30 11:49 GMT+08:00 Simon Glass : > > Hi Eddie, > > > > On 28 April 2017 at 18:41, Eddie Cai wrote: > >> this patch implement rockusb protocol on

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

2017-05-02 Thread Eddie Cai
Hi Simon 2017-04-30 11:49 GMT+08:00 Simon Glass : > Hi Eddie, > > On 28 April 2017 at 18:41, Eddie Cai wrote: >> this patch implement rockusb protocol on the device side. this is based on >> USB >> download gadget infrastructure. the rockusb

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

2017-04-29 Thread Simon Glass
Hi Eddie, On 28 April 2017 at 18:41, 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. > >

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

2017-04-28 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 v3: -split the macro to