Re: [U-Boot] [U-Boot PATCH V2 0/8] introduce Rockchip rockusb

2017-04-16 Thread Marek Vasut
On 04/16/2017 05:48 PM, Eddie Cai wrote: > rockusb is a protocol run between host pc and device. it help people get > device > info, flash image to device. this patch implement rockusb on device side What's the difference between these two series? [U-Boot PATCH V2 0/9] introduce Rockchip rockusb

Re: [U-Boot] [U-Boot PATCH V2 0/8] introduce Rockchip rockusb

2017-04-16 Thread Michael Nazzareno Trimarchi
Hi On Sun, Apr 16, 2017 at 5:48 PM, Eddie Cai wrote: > rockusb is a protocol run between host pc and device. it help people get > device > info, flash image to device. this patch implement rockusb on device side > > Eddie Cai (8): > usb: ums: split macro and data struct in f_mass_storage.c >