u-boot/arch/powerpc/cpu/ppc4xx
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
..
4xx_ibm_ddr2_autocalib.c 4xx_ibm_ddr2_autocalib.c: Fix GCC 4.6 build warnings 2011-11-16 21:15:07 +01:00
4xx_pci.c 4xx_pci.c: add error checking, fix GCC 4.6 build warning 2011-11-03 20:40:38 +01:00
4xx_pcie.c 4xx_pcie.c: Fix GCC 4.6 build warnings 2011-11-16 21:14:39 +01:00
4xx_uart.c 4xx_uart.c: fix GCC 4.6 build warnings 2011-11-03 20:39:49 +01:00
40x_spd_sdram.c 40x_spd_sdram.c: Fix GCC 4.6 build warnings 2011-11-16 21:15:59 +01:00
44x_spd_ddr.c 44x_spd_ddr.c: Fix GCC 4.6 build warnings 2011-11-16 21:15:36 +01:00
44x_spd_ddr2.c 44x_spd_ddr2.c: Fix GCC 4.6 build warnings 2011-11-16 21:15:51 +01:00
Makefile ppc4xx: Remove IOP480 support 2012-10-15 11:53:59 -07:00
bedbug_405.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
cache.S ppc4xx: Move ppc4xx headers to powerpc include directory 2010-09-23 09:02:05 +02:00
cmd_chip_config.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
cmd_ecctest.c cmd_ecctest.c: Fix GCC 4.6 build warnings 2011-11-16 21:15:20 +01:00
config.mk PowerPC: Move -fPIC flag to common place 2011-04-11 21:36:41 +02:00
cpu.c ppc4xx: Remove IOP480 support 2012-10-15 11:53:59 -07:00
cpu_init.c PPC405EX CHIP_21 erratum 2011-05-12 16:10:51 +02:00
dcr.S ppc4xx: Move ppc4xx headers to powerpc include directory 2010-09-23 09:02:05 +02:00
denali_data_eye.c GCC4.6: Squash warnings in denali_data_eye.c 2011-10-27 23:54:00 +02:00
denali_spd_ddr2.c GCC4.6: Squash warnings in denali_spd_ddr2.c 2011-10-27 23:54:00 +02:00
ecc.c ppc4xx: Move ppc4xx headers to powerpc include directory 2010-09-23 09:02:05 +02:00
ecc.h Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
fdt.c Merge branch 'next' of /home/wd/git/u-boot/next 2010-09-28 23:30:47 +02:00
gpio.c ppc4xx: Big header cleanup part 2, mostly PPC405 related 2010-09-23 09:02:05 +02:00
interrupts.c ppc4xx: Change tsr/tcr macros to upper case 2010-10-20 10:07:55 +02:00
kgdb.S ppc4xx: Move ppc4xx headers to powerpc include directory 2010-09-23 09:02:05 +02:00
miiphy.c net: drop !NET_MULTI code 2011-10-05 22:22:16 +02:00
reginfo.c ppc4xx: Big header cleanup, mostly PPC440 related 2010-09-23 09:02:05 +02:00
resetvec.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
sdram.c ppc4xx: Move ppc4xx headers to powerpc include directory 2010-09-23 09:02:05 +02:00
sdram.h Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
speed.c ppc4xx: Remove AP1000 board support 2012-10-15 11:53:59 -07:00
start.S ppc4xx: Remove IOP480 support 2012-10-15 11:53:59 -07:00
tlb.c ppc4xx: Move ppc4xx headers to powerpc include directory 2010-09-23 09:02:05 +02:00
traps.c arch/powerpc/lib/board.c, *traps.c: sparse fixes 2012-11-04 11:00:35 -07:00
u-boot.lds common: Discard the __u_boot_cmd section 2012-10-22 08:29:42 -07:00
uic.c ppc4xx: Move ppc4xx headers to powerpc include directory 2010-09-23 09:02:05 +02:00
usb.c ppc4xx: Remove usbdev.c 2011-12-07 20:00:40 +01: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
xilinx_irq.c ppc4xx: Move ppc4xx headers to powerpc include directory 2010-09-23 09:02:05 +02:00