From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Murphy Date: Wed, 9 Oct 2013 12:19:25 -0500 Subject: [U-Boot] TI xHCI updates Message-ID: <1381339171-31647-1-git-send-email-dmurphy@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch series contains the following changes - Moves the xhci-omap.h to a common location - Fixes a compilation issue on OMAP5 when xHCI is defined when patch "usb: new board-specific USB init interface" is applied - Moves the TI USB PHY code out of the xhci-omap.c file and into a new file called drivers/usb/phy/omap_usb_phy.c - Enables the dra7xx xHCI controller - Enables the AM437x xHCI controller - Move OMAP5 MAC creation out of USB and into misc_init so that usbethaddr is set on each boot or else the kernel sets a random MAC.