I'm not sure if we want them in current release or next, I'll leave that to you to decide. I don't see much danger for current though.
The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 8187c2dcbd3e47ecfef406468c8eee1fe746b8e7: usb: do explicit unaligned accesses (2012-09-06 08:02:08 +0200) ---------------------------------------------------------------- Lucas Stach (5): usb: lowlevel interface change to support multiple controllers usb: ehci: rework to take advantage of new lowlevel interface usb: add support for multiple usb controllers tegra20: port to new ehci interface usb: do explicit unaligned accesses Ćukasz Majewski (2): dfu:usb: Support for ext4 dfu:usb:fix: Read the "filesize" environment variable only when file read arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c | 4 +-- arch/arm/cpu/armv7/tegra20/usb.c | 15 +++------ arch/arm/include/asm/arch-tegra20/usb.h | 4 +-- arch/arm/include/asm/ehci-omap.h | 10 +++++- arch/mips/cpu/mips32/au1x00/au1x00_usb_ohci.c | 4 +-- arch/powerpc/cpu/mpc5xxx/usb_ohci.c | 4 +-- arch/powerpc/cpu/ppc4xx/usb_ohci.c | 4 +-- arch/sparc/cpu/leon3/usb_uhci.c | 4 +-- arch/sparc/lib/bootm.c | 2 +- board/htkw/mcx/mcx.c | 6 ++-- board/mpl/common/usb_uhci.c | 4 +-- board/technexion/twister/twister.c | 6 ++-- board/teejet/mt_ventoux/mt_ventoux.c | 6 ++-- board/ti/beagle/beagle.c | 6 ++-- board/ti/panda/panda.c | 6 ++-- common/cmd_usb.c | 16 ++++++--- common/usb.c | 108 +++++++++++++++++++++++++++++++++---------------------------- common/usb_hub.c | 16 +++++---- common/usb_storage.c | 2 +- drivers/dfu/dfu_mmc.c | 34 +++++++++++++++---- drivers/usb/eth/usb_ether.c | 2 +- drivers/usb/host/ehci-armada100.c | 15 ++++----- drivers/usb/host/ehci-atmel.c | 11 +++---- drivers/usb/host/ehci-core.h | 29 ----------------- drivers/usb/host/ehci-exynos.c | 15 ++++----- drivers/usb/host/ehci-fsl.c | 11 +++---- drivers/usb/host/ehci-hcd.c | 131 +++++++++++++++++++++++++++++++++++++++++--------------------------------- drivers/usb/host/ehci-ixp4xx.c | 15 ++++----- drivers/usb/host/ehci-marvell.c | 15 ++++----- drivers/usb/host/ehci-mpc512x.c | 25 ++++++-------- drivers/usb/host/ehci-mx5.c | 11 +++---- drivers/usb/host/ehci-mx6.c | 11 +++---- drivers/usb/host/ehci-mxc.c | 11 +++---- drivers/usb/host/ehci-mxs.c | 28 +++++++++------- drivers/usb/host/ehci-omap.c | 10 +++--- drivers/usb/host/ehci-pci.c | 15 ++++----- drivers/usb/host/ehci-ppc4xx.c | 11 +++---- drivers/usb/host/ehci-tegra.c | 14 ++++---- drivers/usb/host/ehci-vct.c | 9 +++--- drivers/usb/host/ehci.h | 4 +-- drivers/usb/host/isp116x-hcd.c | 4 +-- drivers/usb/host/ohci-hcd.c | 4 +-- drivers/usb/host/r8a66597-hcd.c | 4 +-- drivers/usb/host/sl811-hcd.c | 4 +-- drivers/usb/musb/musb_hcd.c | 4 +-- include/usb.h | 10 ++++-- include/usb/mv_udc.h | 2 +- 47 files changed, 352 insertions(+), 334 deletions(-) delete mode 100644 drivers/usb/host/ehci-core.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot