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

2014-06-12 Thread Doug Anderson
David, On Thu, Jun 12, 2014 at 1:13 PM, David Riley wrote: > 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 >

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

2014-06-12 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 v3 2/2] tools: add script to test udelay

2014-06-12 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

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

2014-06-12 Thread Doug Anderson
David, On Thu, Jun 12, 2014 at 1:13 PM, David Riley davidri...@chromium.org wrote: 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 ---