From: David Riley Date: Mon, 16 Jun 2014 21:58:32 +0000 (-0700) Subject: kernel: time: Add udelay_test module to validate udelay X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~70 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e704f93af5a083c07b8f722672d63a1d908daf55;p=pandora-kernel.git kernel: time: Add udelay_test module to validate udelay Create a module that allows udelay() to be executed to ensure that it is delaying at least as long as requested (with a little bit of error allowed). There are some configurations which don't have reliably udelay due to using a loop delay with cpufreq changes which should use a counter time based delay instead. This test aims to identify those configurations where timing is unreliable. Signed-off-by: David Riley Signed-off-by: John Stultz --- Reading git-diff-tree failed