[U-Boot] [PATCH 0/2] Invoke board specific board_usb_cleanup function

2015-01-18 Thread Inha Song
This patches invoke board-specific usb cleanup interface (board_usb_cleanup) After USB initalization. Inha Song (2): usb: common: provide a _weak board_usb_cleanup() function usb: invoke board specific USB cleanup interface common/cmd_dfu.c | 1 + common/cmd_thordown.c |

Re: [U-Boot] [PATCH 0/2] Invoke board specific board_usb_cleanup function

2015-01-19 Thread Marek Vasut
On Monday, January 19, 2015 at 08:07:14 AM, Inha Song wrote: > This patches invoke board-specific usb cleanup interface > (board_usb_cleanup) After USB initalization. > > Inha Song (2): > usb: common: provide a _weak board_usb_cleanup() function > usb: invoke board specific USB cleanup interfa

Re: [U-Boot] [PATCH 0/2] Invoke board specific board_usb_cleanup function

2015-01-19 Thread Inha Song
Hi Marek, I want to use this function for support Thor/DFU download in Odroid-XU3. For Odroid-XU3 usb support, we need to DWC3 code. (As I know, DWC3 patchsets (Kishon Vijay Abraham I) are RFC state) So, I used DWC3 patchset temporarily and I knew that I should be call dwc3_uboot_exit() function

Re: [U-Boot] [PATCH 0/2] Invoke board specific board_usb_cleanup function

2015-01-19 Thread Marek Vasut
On Monday, January 19, 2015 at 10:18:53 AM, Inha Song wrote: > Hi Marek, > > I want to use this function for support Thor/DFU download in Odroid-XU3. > For Odroid-XU3 usb support, we need to DWC3 code. (As I know, DWC3 > patchsets (Kishon Vijay Abraham I) are RFC state) So, I used DWC3 patchset >