commit | 45a310136b3ed52267e757c57e835f583140aa5f | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@opentech.at> | Sun Apr 07 04:59:34 2019 +0200 |
committer | Mark Brown <broonie@kernel.org> | Mon Apr 08 14:02:50 2019 +0700 |
tree | b797862b5a36b0e32a9a9289c9ef9dc63694e627 | |
parent | 401861f51a470ef9b21c949b3c86aa525bd5e7dc [diff] |
ASoC: ab8500: add range to usleep_range Providing a range for usleep_range() allows the hrtimer subsystem to coalesce timers - as this delay has no upper limit anyway (interrupts or context switch is possible) it should not hurt to extend this from 2 to 2-4 milliseconds. Signed-off-by: Nicholas Mc Guire <hofrat@opentech.at> Signed-off-by: Mark Brown <broonie@kernel.org>