]> git.baikalelectronics.ru Git - kernel.git/commit
tools: add script to test udelay
authorDavid Riley <davidriley@chromium.org>
Mon, 16 Jun 2014 21:58:33 +0000 (14:58 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 23 Jul 2014 17:16:38 +0000 (10:16 -0700)
commit4ce5272a3edb785d577a73faf7f337497d41fecf
treea956d0b955d440e269a20e6fb6d7e888a9128da8
parent2e024f82af87afa3350ffb08fa7f144ac89e1d2d
tools: add script to test udelay

This script makes use of the udelay_test module to exercise udelay()
and ensure that it is delaying long enough (as compared to ktime).

Signed-off-by: David Riley <davidriley@chromium.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
tools/time/udelay_test.sh [new file with mode: 0755]