From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 30 Jul 2015 10:59:27 +0200 Subject: [U-Boot] [PATCH v3 1/8] usb: dwc2: Call board_usb_init() from usb_lowlevel_init() In-Reply-To: <20150730004226.GA25532@bill-the-cat> References: <1438205976-11105-1-git-send-email-peter.griffin@linaro.org> <201507300136.08012.marex@denx.de> <20150730004226.GA25532@bill-the-cat> Message-ID: <201507301059.27133.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 Thursday, July 30, 2015 at 02:42:26 AM, Tom Rini wrote: > On Thu, Jul 30, 2015 at 01:36:07AM +0200, Marek Vasut wrote: > > 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! > > Bah, can you please send me a PR sooner rather than later then so I can > take the rest of the board in, assuming others ack the relevant parts :) > Thanks! Feel free to take the whole series, I can drop that one single patch ... Best regards, Marek Vasut