xtensa: implement ndelay
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 10 Jan 2014 08:03:35 +0000 (12:03 +0400)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 14 Jan 2014 20:28:11 +0000 (00:28 +0400)
Proper ndelay implementation allows for faster IO rate with drivers that
use ndelay to access their device registers, as otherwise ndelay is
emulated with udelay.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/asm/delay.h

Simple merge