[U-Boot] [PULL] u-boot-usb/next
Marek Vasut
marex at denx.de
Sun Oct 7 20:49:00 CEST 2012
NOTE: I get a few more size issues with ELDK 4.2 on IXP (that big-endian ARM)
after this patchset is applied. I wonder if we shouldn't just throw these away,
since they're dead code mostly.
The following changes since commit c7ee66a8222660b565e9240775efa4c82cb348c2:
Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next
(2012-10-02 10:16:40 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git next
for you to fetch changes up to f0ede0e8305bc3c959862446bce40cb028b36293:
usb.h: Add udc_disconnect prototype to usb.h (2012-10-07 02:08:48 +0200)
----------------------------------------------------------------
Lucas Stach (7):
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: ehci: don't print debug output
usb: ulpi: add indicator configuration function
tegra20: add USB ULPI init code
Lukasz Dalek (5):
usbether: Fixed bug when using with PXA25X chips
usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}
usbether: Removed DEV_CONFIG_{CDC,SUBSET}
pxa25x: Add support for USB ethernet gadget
usb.h: Add udc_disconnect prototype to usb.h
README | 3 +
arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c | 4 +-
arch/arm/cpu/armv7/tegra20/usb.c | 168 ++++--
arch/arm/include/asm/arch-tegra20/usb.h | 33 +-
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 | 2 +-
common/usb_storage.c | 2 +-
drivers/usb/eth/usb_ether.c | 2 +-
drivers/usb/gadget/Makefile | 1 +
drivers/usb/gadget/ether.c | 69 +--
drivers/usb/gadget/pxa25x_udc.c | 2059
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/usb/gadget/pxa25x_udc.h | 162 ++++++
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 | 15 +-
drivers/usb/host/ehci-hcd.c | 126 ++---
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 | 20 +-
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 +-
drivers/usb/ulpi/ulpi.c | 32 +-
include/usb.h | 21 +-
include/usb/mv_udc.h | 2 +-
include/usb/ulpi.h | 13 +-
53 files changed, 2779 insertions(+), 382 deletions(-)
create mode 100644 drivers/usb/gadget/pxa25x_udc.c
create mode 100644 drivers/usb/gadget/pxa25x_udc.h
delete mode 100644 drivers/usb/host/ehci-core.h
More information about the U-Boot
mailing list