Files
u-boot-bpi-r3/include/linux
Masahiro Yamada 5bc516ed66 delay: collect {m, n, u}delay declarations to include/linux/delay.h
Currently, mdelay() and udelay() are declared in include/common.h,
while ndelay() in include/linux/compat.h.  It would be nice to
collect them into include/linux/delay.h like Linux.

While we are here, fix the ndelay() implementation; I used the
DIV_ROUND_UP() instead of (x)/1000 because it must wait *longer*
than the given period of time.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-01-14 16:46:28 -05:00
..
2016-01-19 08:31:21 -05:00
2015-11-05 10:52:34 -05:00
2016-04-11 20:48:26 -04:00
2016-01-19 08:31:21 -05:00
2016-05-02 18:37:09 -04:00
2016-01-19 08:31:21 -05:00
2016-02-06 12:00:59 +01:00
2016-01-19 22:25:37 +00:00
2016-06-06 13:39:18 -04:00