Re: [U-Boot] [PATCH 2/2] usb: invoke board specific USB cleanup interface

2015-02-25 Thread Tom Rini
On Wed, Feb 25, 2015 at 06:58:03PM +0900, Inha Song wrote: > Hi, Rob, > > > On Tue, 24 Feb 2015 10:20:13 -0600 > Rob Herring wrote: > > > On Mon, Jan 19, 2015 at 1:07 AM, Inha Song wrote: > > > This patch invoke board-specific USB cleanup (board_usb_cleanup) > > > interface. > > > > > > Signed

Re: [U-Boot] [PATCH 2/2] usb: invoke board specific USB cleanup interface

2015-02-25 Thread Inha Song
Hi, Rob, On Tue, 24 Feb 2015 10:20:13 -0600 Rob Herring wrote: > On Mon, Jan 19, 2015 at 1:07 AM, Inha Song wrote: > > This patch invoke board-specific USB cleanup (board_usb_cleanup) > > interface. > > > > Signed-off-by: Inha Song > > --- > > common/cmd_dfu.c | 1 + > > common/

Re: [U-Boot] [PATCH 2/2] usb: invoke board specific USB cleanup interface

2015-02-24 Thread Rob Herring
On Mon, Jan 19, 2015 at 1:07 AM, Inha Song wrote: > This patch invoke board-specific USB cleanup (board_usb_cleanup) > interface. > > Signed-off-by: Inha Song > --- > common/cmd_dfu.c | 1 + > common/cmd_thordown.c | 1 + > common/cmd_usb_mass_storage.c | 1 + You missed fas

Re: [U-Boot] [PATCH 2/2] usb: invoke board specific USB cleanup interface

2015-02-24 Thread Lukasz Majewski
Hi Inha, > This patch invoke board-specific USB cleanup (board_usb_cleanup) > interface. > > Signed-off-by: Inha Song > --- > common/cmd_dfu.c | 1 + > common/cmd_thordown.c | 1 + > common/cmd_usb_mass_storage.c | 1 + > 3 files changed, 3 insertions(+) > > diff --git a/c