commit | ea9936f32435699907807aaac87f993482208578 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Sat Mar 18 03:17:30 2017 +0900 |
committer | Mark Brown <broonie@kernel.org> | Fri Mar 17 21:54:08 2017 +0000 |
tree | 00bc559c0f00d049e1ee69732634ad0a6303f1ff | |
parent | 0bd7fda56b94002d9985040c02bb701956fa657e [diff] |
spi: loopback-test: add elapsed time check This adds checks whether the elapsed time is longer than the minimam estimated time. The estimated time is calculated with the total transfer length per clock rate and optional spi_transfer.delay_usecs. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>