]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
consolidate mdelay by providing a common function for all users
authorAnatolij Gustschin <agust@denx.de>
Wed, 12 Oct 2011 02:31:39 +0000 (02:31 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 21 Oct 2011 23:16:08 +0000 (01:16 +0200)
commitc4c9fbebae6a62d538817d0ccee698adaafc5d66
tree91e9e2b82568b32bf3135bdc25d0a852f6c31095
parent712fbcf384b7fbe6118325f21dad98150b24f13b
consolidate mdelay by providing a common function for all users

There are several mdelay() definitions in the driver and
board code. Remove them all and provide a common mdelay()
in lib/time.c.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Acked-by: Mike Frysinger <vapier@gentoo.org>
20 files changed:
arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c
arch/mips/cpu/mips32/au1x00/au1x00_usb_ohci.c
arch/powerpc/cpu/mpc5xxx/usb_ohci.c
arch/powerpc/cpu/ppc4xx/usb_ohci.c
arch/powerpc/include/asm/4xx_pcie.h
board/amcc/taishan/lcd.c
board/freescale/mx35pdk/mx35pdk.c
board/karo/tx25/tx25.c
board/linkstation/hwctl.c
drivers/block/fsl_sata.c
drivers/block/ftide020.c
drivers/net/e1000.c
drivers/net/ftgmac100.c
drivers/net/ne2000.c
drivers/net/ne2000_base.c
drivers/net/smc911x.c
drivers/usb/host/ohci-hcd.c
drivers/usb/host/sl811-hcd.c
include/common.h
lib/time.c