
Dangling PR, sorry it's late ...
The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:
Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh (2014-11-05 13:11:18 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 6a559bbe2f60ab64e28662f7ab52551a2eaa7163:
usb_storage: blacklist Enclosure Service Devices (2014-11-08 12:03:35 +0100)
---------------------------------------------------------------- Marek Vasut (5): usb: s3c-otg: Remove useless include usb: s3c-otg: Encapsulate PHY control usb: s3c-otg: Split out PHY control usb: s3c-otg: Allow custom gusbcfg arm: socfpga: Add example UDC config
Masahiro Yamada (2): usb: ehci: fix Interrupt on Doorbell flag of USBCMD usb: include <asm/cache.h> and <part.h> from include/usb.h
Nobuhiro Iwamatsu (1): usb: rmobile: Use ARRAY_SIZE(usb_base_address) instead of CONFIG_USB_MAX_CONTROLLER_COUNT
Rene Griessl (1): usb: eth: fix Makefile
Soeren Moch (1): usb_storage: blacklist Enclosure Service Devices
board/altera/socfpga/socfpga_cyclone5.c | 21 ++++++++++++++++++++ common/usb_storage.c | 7 +++++-- drivers/usb/eth/Makefile | 4 +--- drivers/usb/gadget/Makefile | 1 + drivers/usb/gadget/s3c_udc_otg.c | 79 ++++++++++++++------------------------------------------------------------- drivers/usb/gadget/s3c_udc_otg_phy.c | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/usb/gadget/s3c_udc_otg_xfer_dma.c | 2 +- drivers/usb/host/ehci-rmobile.c | 8 ++++---- drivers/usb/host/ehci.h | 4 ++-- include/configs/exynos4-common.h | 1 + include/configs/s5p_goni.h | 1 + include/configs/s5pc210_universal.h | 1 + include/configs/smdkv310.h | 1 + include/configs/socfpga_common.h | 30 ++++++++++++++++++++++++++++- include/usb.h | 2 ++ include/usb/s3c_udc.h | 1 + 16 files changed, 186 insertions(+), 78 deletions(-) create mode 100644 drivers/usb/gadget/s3c_udc_otg_phy.c

On Tue, Nov 11, 2014 at 06:19:27PM +0100, Marek Vasut wrote:
Dangling PR, sorry it's late ...
The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:
Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh (2014-11-05 13:11:18 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 6a559bbe2f60ab64e28662f7ab52551a2eaa7163:
usb_storage: blacklist Enclosure Service Devices (2014-11-08 12:03:35 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini