From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Tue, 22 Oct 2013 14:08:26 -0700 Subject: [U-Boot] [PULL] u-boot-usb/master In-Reply-To: <201310221644.37917.marex@denx.de> References: <201310202349.28614.marex@denx.de> <201310202354.20892.marex@denx.de> <20131022141659.GC19303@bill-the-cat> <201310221644.37917.marex@denx.de> Message-ID: <5266E94A.8030200@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/22/2013 7:44 AM, Marek Vasut wrote: > Dear Tom Rini, > >> On Sun, Oct 20, 2013 at 11:54:20PM +0200, Marek Vasut wrote: >>> Dear Marek Vasut, >>> >>> please CC UBoot ML. Done, thanks >>> >>>> The following changes since commit >>>> >>>> 183acb700378a8cfc5d50a01a65de93fb2c24586: >>>> Prepare v2013.10 (2013-10-16 13:08:12 -0400) >>>> >>>> are available in the git repository at: >>>> git://git.denx.de/u-boot-usb.git master >>>> >>>> for you to fetch changes up to 449697f14ebc9f7cb5bf15bbad0d46c6ca2c4979: >>>> usb: udc: add udc.h include file (2013-10-20 23:46:38 +0200) >>>> >>>> ---------------------------------------------------------------- >>>> >>>> Dan Murphy (10): >>>> ARM: OMAP5: Power: Add new function to turn on SMPS10 >>>> ARM: OMAP5: Add registers and defines for USBOTG SS >>>> OMAP5: USB: Add OMAP xHCI file and header >>>> OMAP5-uevm: USB: Add xHCI host contoller support >>>> usb: omap: Move the xhci-omap header file to common location >>>> usb: omap5: Update the board_usb_init api >>>> usb: omap: Move the usb phy code to the usb/phy directory >>>> usb: dra7xx: Add support for dra7xx xhci USB host >>>> usb: am437x: Add support for am437x xhci USB host >>>> ARM: omap5-evm: Move MAC creation to misc_init >> I don't think you have the latest of Dan's patches here? dra7xx_evm and >> am43xx_evm fail with board_usb_init declaration mismatch problems. > I have the latest patches on which I was CCed, so probably the latest. CCing > Troy, might be his patchset causing this. > > Best regards, > Marek Vasut > Yes, I send a patch to change the 3 new occurrences of board_usb_init_type to usb_init_type. Troy