Searched hist:"18 e2452a3c4e830bff9628ec0e25a814df491e30" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/iio/health/ |
H A D | max30100.c | diff 18e2452a3c4e830bff9628ec0e25a814df491e30 Mon Jan 16 16:35:53 CET 2017 Nicholas Mc Guire <hofrat@osadl.org> iio: health: max30100: use msleep() for long uncritical delays
ulseep_range() uses hrtimers and provides no advantage over msleep() for larger delays. Fix up the 35ms delays here to use msleep() and reduce the load on the hrtimer subsystem.
Fixes: commit 4d33615df58b ("iio: light: add MAX30100 oximeter driver support") Link: http://lkml.org/lkml/2017/1/11/377 Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
|