
V2 patchset for TI SoC's that support xHCI controllers
Dan Murphy (6): 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
arch/arm/cpu/armv7/omap5/prcm-regs.c | 1 + arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 10 ++ arch/arm/include/asm/arch-omap5/clock.h | 4 + arch/arm/include/asm/omap_common.h | 1 + board/ti/dra7xx/evm.c | 6 - board/ti/dra7xx/mux_data.h | 1 + board/ti/omap5_uevm/evm.c | 41 ++--- drivers/usb/host/xhci-omap.c | 184 +------------------ drivers/usb/phy/Makefile | 1 + .../usb/{host/xhci-omap.c => phy/omap_usb_phy.c} | 187 +++++++------------- include/configs/am43xx_evm.h | 11 ++ include/configs/dra7xx_evm.h | 11 ++ .../arch-omap5 => include/linux/usb}/xhci-omap.h | 16 ++ 13 files changed, 146 insertions(+), 328 deletions(-) copy drivers/usb/{host/xhci-omap.c => phy/omap_usb_phy.c} (58%) rename {arch/arm/include/asm/arch-omap5 => include/linux/usb}/xhci-omap.h (86%)