[PATCH v2 2/2] tools: add script to test udelay

2014-05-14 Thread David Riley
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 --- tools/time/udelay_test.sh | 66 + 1 file changed, 66 insertions(+) create mode

[PATCH v2 2/2] tools: add script to test udelay

2014-05-14 Thread David Riley
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 davidri...@chromium.org --- tools/time/udelay_test.sh | 66 + 1 file changed, 66