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

Inha Song ideal.song at samsung.com
Mon Jan 19 10:18:53 CET 2015


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.

As a result, I have implemented board_usb_cleanup() function in smdk5420.c board file
for called dwc3_uboot_exit() function.

If "board_usb_cleanup" is dead code, I will fix it.

Best Regards,
Inha Song.

On Mon, 19 Jan 2015 09:50:34 +0100
Marek Vasut <marex at denx.de> wrote:

> 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 interface
> 
> Hi,
> 
> where do you plan to use this _weak function please ?
> 
> Best regards,
> Marek Vasut


More information about the U-Boot mailing list