openwrtv3/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx
John Crispin 59e7999a44 ag71xx: replace delay with sleep calls
I don't see that we're in an atomic context so there's no need to
busy-wait. Therefore replace the delay with sleep calls.
See also Documentation/timers/timers-howto.txt. It states:
"In general, use of mdelay is discouraged and code should
be refactored to allow for the use of msleep."

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>

SVN-Revision: 43539
2014-12-07 16:53:09 +00:00
..
ag71xx.h ar71xx: on ar716x, split ethernet packets in 512 byte chunks instead of 256 (improves performance) (patch from #13072) 2014-09-06 17:51:39 +00:00
ag71xx_ar7240.c ag71xx: replace delay with sleep calls 2014-12-07 16:53:09 +00:00
ag71xx_ar8216.c
ag71xx_debugfs.c ag71xx: ag71xx: use device name for debugfs entry 2013-12-17 15:12:50 +00:00
ag71xx_ethtool.c ar71xx: split packets into multiple descriptors on ar716x 2014-08-29 19:42:08 +00:00
ag71xx_main.c ag71xx: replace delay with sleep calls 2014-12-07 16:53:09 +00:00
ag71xx_mdio.c ar71xx: implement callback in mdio reset 2013-12-17 22:14:10 +00:00
ag71xx_phy.c ar71xx: ag71xx: fix a race involving netdev registration 2013-11-08 08:17:54 +00:00
Kconfig
Makefile