From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 7 Aug 2016 21:57:44 +0200 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 606120f99ec2baf3635b1c2545803348b6f550ab: dm: atmel: Add driver model support for the ehci driver (2016-08-07 21:56:56 +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 Wenyou Yang (1): dm: atmel: Add driver model support for the ehci driver 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 | 259 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------- drivers/usb/eth/r8152.c | 237 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- drivers/usb/eth/r8152.h | 4 ++ drivers/usb/eth/r8152_fw.c | 2 + drivers/usb/host/Kconfig | 66 ++++++++++++++++++++---- drivers/usb/host/ehci-atmel.c | 116 +++++++++++++++++++++++++++++++++++++++++ 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 - 23 files changed, 1005 insertions(+), 115 deletions(-)