u-boot/arch/powerpc/cpu/ppc4xx
Mike Frysinger 5b84dd67cf usb: replace wait_ms() with mdelay()
Common code has a mdelay() func, so use that instead of the usb-specific
wait_ms() func.  This also fixes the build errors:

ohci-hcd.c: In function 'submit_common_msg':
/usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available
ohci-hcd.c:1519:9: sorry, unimplemented: called from here
/usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available
ohci-hcd.c:1816:10: sorry, unimplemented: called from here
/usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available
ohci-hcd.c:1827:10: sorry, unimplemented: called from here
/usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available
ohci-hcd.c:1844:10: sorry, unimplemented: called from here
/usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available
ohci-hcd.c:1563:11: sorry, unimplemented: called from here
/usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available
ohci-hcd.c:1583:9: sorry, unimplemented: called from here
make[1]: *** [ohci-hcd.o] Error 1

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Marek Vasut <marex@denx.de>
2012-03-19 00:08:16 +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 usbdev.c 2011-12-07 20:00:40 +01: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 APM821xx: Add CPU support 2010-10-04 11:15:02 +02: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
iop480_uart.c iop480_uart.c: Fix GCC 4.6 build warnings 2011-11-16 21:17:36 +01: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 APM821xx: Add CPU support 2010-10-04 11:15:02 +02:00
start.S unify version_string 2011-07-28 17:22:53 +02:00
tlb.c ppc4xx: Move ppc4xx headers to powerpc include directory 2010-09-23 09:02:05 +02:00
traps.c ppc4xx: Change tsr/tcr macros to upper case 2010-10-20 10:07:55 +02:00
u-boot.lds rename _end to __bss_end__ 2011-03-27 19:18:37 +02: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: replace wait_ms() with mdelay() 2012-03-19 00:08:16 +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