
The following changes since commit 2863a9bfc29092be37f8beee230883367b057065:
Merge git://git.denx.de/u-boot-rockchip (2016-08-06 11:38:14 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 76b2fad775ee3cb58788b11454655ba5a244ac56:
eth: asix88179: Add support for the driver model (2016-08-09 12:52:05 +0200)
---------------------------------------------------------------- Alban Bedel (4): eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet Adapter eth: asix88179: Fix receiving on big endian system eth: asix88179: Prepare supporting the driver model eth: asix88179: Add support for the driver model
Masahiro Yamada (3): usb: add CONFIG_USB_OHCI_HCD in Kconfig usb: add CONFIG_USB_UHCI_HCD in Kconfig usb: add (move) CONFIG_USB_HOST to Kconfig
Peng Fan (1): dm: ehci-mx6: support driver model
Rajesh Bhagat (5): drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USB usb: ehci: fsl: Add code to use CONFIG_DM_USB usb: xhci: fsl: Add code to use CONFIG_DM_USB dm: ls1021a: dts: Update USB 3.0 node to support DM USB arm: ls1021a: Enable CONFIG_DM_USB in defconfigs
Stefan Roese (1): net: usb: r8152: Add DM support
arch/arm/dts/ls1021a.dtsi | 2 +-
configs/axs103_defconfig | 1 +
configs/ls1021aqds_ddr4_nor_defconfig | 1 +
configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 1 +
configs/ls1021aqds_nor_defconfig | 1 +
configs/ls1021aqds_nor_lpuart_defconfig | 1 +
drivers/usb/eth/asix88179.c | 263 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------- drivers/usb/eth/r8152.c | 237 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- drivers/usb/eth/r8152.h | 4 ++ drivers/usb/eth/r8152_fw.c | 2 + drivers/usb/host/Kconfig | 59 +++++++++++++++++---- drivers/usb/host/ehci-fsl.c | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------- drivers/usb/host/ehci-mx6.c | 144 +++++++++++++++++++++++++++++++++++++++++++++----- drivers/usb/host/xhci-fsl.c | 83 ++++++++++++++++++++++++++++- include/configs/am43xx_evm.h | 1 - include/configs/am57xx_evm.h | 1 - include/configs/cm_t43.h | 1 - include/configs/cm_t54.h | 1 - include/configs/dra7xx_evm.h | 1 - include/configs/duovero.h | 1 - include/configs/omap4_panda.h | 1 - include/configs/omap5_uevm.h | 1 - 22 files changed, 885 insertions(+), 116 deletions(-)