From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 21 Aug 2013 15:08:00 +0200 Subject: [U-Boot] [PATCH] usb: new board-specific USB init interface In-Reply-To: <521494CB.1010305@samsung.com> References: <1375786242-11734-1-git-send-email-m.zalega@samsung.com> <201308210533.54662.marex@denx.de> <521494CB.1010305@samsung.com> Message-ID: <201308211508.01104.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 show me the part of code in which you'd > like to pass/use additional arguments? Please grep the 'controller' pointer that is passed to various functions at least in the EHCI case. It would be nice to pass that to the init functions too, no? Best regards, Marek Vasut