Hi,
On Sat, Jun 01, 2013 at 12:22:40AM +0200, Arnd Bergmann wrote:
ARM cannot handle udelay for more than 2 miliseconds, so we
^^^^
There's l missing here.
should use mdelay instead for those.
Could this be handled inside ARM udelay() instead? Probably most of the delay values are compile-time constants.
A.