Re: [U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-27 Thread Marek Vasut
Dear Mateusz Zalega, > On 08/22/13 21:37, Marek Vasut wrote: > > Dear Mateusz Zalega, > > > > The EHCI supports multi-bus thing (passing the controller *), will > > this be viable to pass in this case too, so the busses can be inited > > selectively in host/gadget functions? > >

Re: [U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-26 Thread Mateusz Zalega
On 08/22/13 21:37, Marek Vasut wrote: > Dear Mateusz Zalega, > > The EHCI supports multi-bus thing (passing the controller *), will this > be viable to pass in this case too, so the busses can be inited > selectively in host/gadget functions? Hello, Marek. I need more co

Re: [U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-22 Thread Marek Vasut
Dear Mateusz Zalega, > >>> The EHCI supports multi-bus thing (passing the controller *), will this > >>> be viable to pass in this case too, so the busses can be inited > >>> selectively in host/gadget functions? > >> > >> Hello, Marek. > >> I need more context. Could you show me the part of code

Re: [U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-22 Thread Mateusz Zalega
>>> The EHCI supports multi-bus thing (passing the controller *), will this >>> be viable to pass in this case too, so the busses can be inited >>> selectively in host/gadget functions? >> >> Hello, Marek. >> I need more context. Could you show me the part of code in which you'd >> like to pass/use

Re: [U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-21 Thread Marek Vasut
Dear Mateusz Zalega, > On 08/21/13 05:33, Marek Vasut wrote: > > The EHCI supports multi-bus thing (passing the controller *), will this > > be viable to pass in this case too, so the busses can be inited > > selectively in host/gadget functions? > > Hello, Marek. > I need more context. Could you

Re: [U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-21 Thread Mateusz Zalega
On 08/21/13 05:33, Marek Vasut wrote: > The EHCI supports multi-bus thing (passing the controller *), will this be > viable to pass in this case too, so the busses can be inited selectively in > host/gadget functions? Hello, Marek. I need more context. Could you show me the part of code in which

Re: [U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-20 Thread Marek Vasut
Dear Mateusz Zalega, > This commit unifies board-specific USB initialization implementations > under one symbol (usb_board_init), declaration of which is available in > usb.h. > > --- > Changes since RFC: > - NVIDIA Tegra doesn't postpone its USB init anymore > - board_usb_init()'s sole argument

[U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-20 Thread Mateusz Zalega
This commit unifies board-specific USB initialization implementations under one symbol (usb_board_init), declaration of which is available in usb.h. --- Changes since RFC: - NVIDIA Tegra doesn't postpone its USB init anymore - board_usb_init()'s sole argument name was shortened - networking code c