The following changes since commit 75507d5d5496a691aecb731f87d4d8d5cdf62b77:
am33xx: Update serial pdata (2015-12-06 16:38:05 -0500) are available in the git repository at: git://git.denx.de/u-boot-usb.git for you to fetch changes up to 6af4e2782d1300015ab1c3c28e9faa5c96d93f19: usb: xhci: zynqmp: Removing unused function usb_phy_reset (2015-12-07 00:15:00 +0100) ---------------------------------------------------------------- Alexey Brodkin (1): usb: add support for generic EHCI devices Felipe Balbi (2): usb: host: xhci-omap: fix build break usb: dwc3: fix build warnings Marek Vasut (3): usb: zynqmp: Fix build warnings sunxi: usb: Rename the sunxi usb driver DM entry usb: xhci: zynqmp: Removing unused function usb_phy_reset Rajesh Bhagat (3): drivers:usb:fsl: Add T4080 as affected soc for Erratum A007792 sw workaround usb: xhci: dwc3: Adding reset delay requirement as per dwc3 databook usb: xhci: fsl: Removing unused function usb_phy_reset Siva Durga Prasad Paladugu (2): usb: zynqmp: Add XHCI driver support usb: zynqmp: Enable USB XHCI support drivers/usb/dwc3/core.c | 2 +- drivers/usb/dwc3/dwc3-omap.c | 2 +- drivers/usb/host/Kconfig | 8 +++++++ drivers/usb/host/Makefile | 2 ++ drivers/usb/host/ehci-generic.c | 50 +++++++++++++++++++++++++++++++++++++++++ drivers/usb/host/ehci-sunxi.c | 2 +- drivers/usb/host/xhci-dwc3.c | 2 ++ drivers/usb/host/xhci-fsl.c | 17 -------------- drivers/usb/host/xhci-omap.c | 2 +- drivers/usb/host/xhci-zynqmp.c | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/configs/xilinx_zynqmp.h | 8 +++++++ include/configs/xilinx_zynqmp_ep.h | 2 ++ include/fsl_usb.h | 1 + include/linux/usb/dwc3.h | 1 - 14 files changed, 203 insertions(+), 22 deletions(-) create mode 100644 drivers/usb/host/ehci-generic.c create mode 100644 drivers/usb/host/xhci-zynqmp.c _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot