From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 17 Jan 2017 16:19:19 +0100 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 035ebf85b09cf11c820ae9eec414097420741abd: Merge branch 'master' of git://git.denx.de/u-boot-spi (2017-01-15 13:33:30 -0500) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 65c389d27902f6376bd057609b66b7339b219cf1: drivers: usb: gadget: ether: Fix compiler warning (2017-01-17 10:26:46 +0100) ---------------------------------------------------------------- Lokesh Vutla (1): drivers: usb: gadget: ether: Fix compiler warning Masahiro Yamada (1): usb: dwc2-otg: remove unused variable Michal Simek (2): usb: storage: Show number of storage devices detected for DM_USB drivers: usb: Add USB_XHCI_ZYNQMP to Kconfig Peng Fan (3): usb: ehci-mx6: implement ofdata_to_platdata usb: ehci-mx6: handle vbus-supply imx: mx6sllevk: add usb support cmd/usb.c | 2 +- common/usb_storage.c | 8 +++---- configs/mx6sllevk_defconfig | 5 +++++ configs/mx6sllevk_plugin_defconfig | 5 +++++ configs/xilinx_zynqmp_ep_defconfig | 1 + configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 + configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 1 + configs/xilinx_zynqmp_zcu102_defconfig | 1 + configs/xilinx_zynqmp_zcu102_revB_defconfig | 1 + drivers/usb/gadget/dwc2_udc_otg.c | 2 -- drivers/usb/gadget/ether.c | 2 ++ drivers/usb/host/Kconfig | 6 +++++ drivers/usb/host/ehci-mx6.c | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- include/configs/mx6sllevk.h | 8 +++++++ include/configs/xilinx_zynqmp.h | 1 - scripts/config_whitelist.txt | 1 - 16 files changed, 138 insertions(+), 12 deletions(-)