From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 30 Jul 2015 01:36:07 +0200 Subject: [U-Boot] [PATCH v3 1/8] usb: dwc2: Call board_usb_init() from usb_lowlevel_init() In-Reply-To: <1438205976-11105-2-git-send-email-peter.griffin@linaro.org> References: <1438205976-11105-1-git-send-email-peter.griffin@linaro.org> <1438205976-11105-2-git-send-email-peter.griffin@linaro.org> Message-ID: <201507300136.08012.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 On Wednesday, July 29, 2015 at 11:39:29 PM, Peter Griffin wrote: > This patch makes the dwc2 controller like ehci / ohci / xhci controllers > by calling the board_usb_init() function from usb_lowlevel_init. > > This can then be implemented by specific platforms to initialise > their USB hardware (phys / clocks etc). > > Signed-off-by: Peter Griffin Applied to u-boot-usb/master, thanks! Best regards, Marek Vasut