Re: [PATCH v4 0/2] Add test to validate udelay

2014-06-16 Thread John Stultz
Thanks for the fixups. I've requeued these for 3.17. thanks -john On Mon, Jun 16, 2014 at 2:58 PM, David Riley wrote: > This change adds a module and a script that makes use of it to > validate that udelay delays for at least as long as requested > (as compared to ktime). > > Changes since v1:

[PATCH v4 0/2] Add test to validate udelay

2014-06-16 Thread David Riley
This change adds a module and a script that makes use of it to validate that udelay delays for at least as long as requested (as compared to ktime). Changes since v1: - allow udelay() to be 0.5% faster than requested as per feedback Changes since v2: - fix permissions on udelay_test.sh script -

[PATCH v4 0/2] Add test to validate udelay

2014-06-16 Thread David Riley
This change adds a module and a script that makes use of it to validate that udelay delays for at least as long as requested (as compared to ktime). Changes since v1: - allow udelay() to be 0.5% faster than requested as per feedback Changes since v2: - fix permissions on udelay_test.sh script -

Re: [PATCH v4 0/2] Add test to validate udelay

2014-06-16 Thread John Stultz
Thanks for the fixups. I've requeued these for 3.17. thanks -john On Mon, Jun 16, 2014 at 2:58 PM, David Riley davidri...@chromium.org wrote: This change adds a module and a script that makes use of it to validate that udelay delays for at least as long as requested (as compared to ktime).