From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 20 Oct 2013 23:43:40 +0200 Subject: [U-Boot] [PATCH V6 03/10] usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init. In-Reply-To: <1381444084-24296-4-git-send-email-troy.kisky@boundarydevices.com> References: <1381444084-24296-1-git-send-email-troy.kisky@boundarydevices.com> <1381444084-24296-4-git-send-email-troy.kisky@boundarydevices.com> Message-ID: <201310202343.40736.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 Troy Kisky, > This paramter will later be used to initialize OTG ports in > host or device mode. > > Signed-off-by: Troy Kisky Might be worth to start consolidating this blowout of parameters into some larger structure to be passed to those functions. Best regards, Marek Vasut