Re: [U-Boot] [PATCH 1/2] fastboot: add "fastboot oem" command support

2015-01-30 Thread Lukasz Majewski
Hi Rob, > From: Michael Scott > > Add code stub to handle "fastboot oem __" command. As unlock is a > common fastboot command, distinguish that it is not implemented. > > Signed-off-by: Michael Scott > Signed-off-by: Rob Herring > --- > drivers/usb/gadget/f_fastboot.c | 15 +++ >

Re: [U-Boot] [PATCH 1/2] fastboot: add "fastboot oem" command support

2015-01-30 Thread Lukasz Majewski
Hi Rob, > On Thu, Jan 29, 2015 at 2:30 AM, Lukasz Majewski > wrote: > > Hi Rob, > > > >> From: Michael Scott > >> > >> Add code stub to handle "fastboot oem __" command. As unlock is a > >> common fastboot command, distinguish that it is not implemented. > >> > >> Signed-off-by: Michael Scott >

Re: [U-Boot] [PATCH 1/2] fastboot: add "fastboot oem" command support

2015-01-30 Thread Rob Herring
On Thu, Jan 29, 2015 at 2:30 AM, Lukasz Majewski wrote: > Hi Rob, > >> From: Michael Scott >> >> Add code stub to handle "fastboot oem __" command. As unlock is a >> common fastboot command, distinguish that it is not implemented. >> >> Signed-off-by: Michael Scott >> Signed-off-by: Rob Herring

Re: [U-Boot] [PATCH 1/2] fastboot: add "fastboot oem" command support

2015-01-29 Thread Steve Rae
On 15-01-26 01:49 PM, Rob Herring wrote: From: Michael Scott Add code stub to handle "fastboot oem __" command. As unlock is a common fastboot command, distinguish that it is not implemented. Signed-off-by: Michael Scott Signed-off-by: Rob Herring --- drivers/usb/gadget/f_fastboot.c | 15

Re: [U-Boot] [PATCH 1/2] fastboot: add "fastboot oem" command support

2015-01-29 Thread Marek Vasut
On Thursday, January 29, 2015 at 09:30:27 AM, Lukasz Majewski wrote: > Hi Rob, Hi all! > > From: Michael Scott > > > > Add code stub to handle "fastboot oem __" command. As unlock is a > > common fastboot command, distinguish that it is not implemented. > > > > Signed-off-by: Michael Scott >

Re: [U-Boot] [PATCH 1/2] fastboot: add "fastboot oem" command support

2015-01-29 Thread Lukasz Majewski
Hi Rob, > From: Michael Scott > > Add code stub to handle "fastboot oem __" command. As unlock is a > common fastboot command, distinguish that it is not implemented. > > Signed-off-by: Michael Scott > Signed-off-by: Rob Herring > --- > drivers/usb/gadget/f_fastboot.c | 15 +++ >

[U-Boot] [PATCH 1/2] fastboot: add "fastboot oem" command support

2015-01-26 Thread Rob Herring
From: Michael Scott Add code stub to handle "fastboot oem __" command. As unlock is a common fastboot command, distinguish that it is not implemented. Signed-off-by: Michael Scott Signed-off-by: Rob Herring --- drivers/usb/gadget/f_fastboot.c | 15 +++ 1 file changed, 15 insertion