u-boot-brain/arch/powerpc/cpu/mpc5xxx
Ilya Yanok c60795f41d usb: use linux/usb/ch9.h instead of usbdescriptors.h
Linux usb/ch9.h seems to have all the same information (and more)
as usbdescriptors.h so use the former instead of the later one.

As a consequense of this change USB_SPEED_* values don't correspond
directly to EHCI speed encoding anymore, I've added necessary
recoding in EHCI driver. Also there is no point to put speed into
pipe anymore so it's removed and a bunch of host drivers fixed to
look at usb_device->speed instead.

Old usbdescriptors.h included is not removed as it seems to be
used by old USB device code.

This makes usb.h and usbdevice.h incompatible. Fortunately the
only place that tries to include both are the old MUSB code and
it needs usb.h only for USB_DMA_MINALIGN used in aligned attribute
on musb_regs structure but this attribute seems to be unneeded
(old MUSB code doesn't support any DMA at all).

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
2012-11-20 00:16:06 +01:00
..
config.mk PowerPC: Move -fPIC flag to common place 2011-04-11 21:36:41 +02:00
cpu_init.c mpc5xxx: add GPIO port configuration 2012-09-01 14:19:52 +02:00
cpu.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
firmware_sc_task_bestcomm.impl.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
i2c.c arch/powerpc/cpu/mpc5xxx/i2c.c: fix GC 4.6 build warnings 2011-11-07 22:09:27 +01:00
ide.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
interrupts.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
io.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
loadtask.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
Makefile 5xxx: Cleanup for partial linking and --gc-sections 2010-11-27 23:35:11 +01:00
pci_mpc5200.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
serial.c serial: Remove CONFIG_SERIAL_MULTI from serial drivers 2012-10-15 11:53:58 -07:00
speed.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
start.S unify version_string 2011-07-28 17:22:53 +02:00
traps.c arch/powerpc/lib/board.c, *traps.c: sparse fixes 2012-11-04 11:00:35 -07:00
u-boot-customlayout.lds common: Discard the __u_boot_cmd section 2012-10-22 08:29:42 -07:00
u-boot.lds common: Discard the __u_boot_cmd section 2012-10-22 08:29:42 -07:00
usb_ohci.c usb: use linux/usb/ch9.h instead of usbdescriptors.h 2012-11-20 00:16:06 +01:00
usb_ohci.h Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
usb.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00