summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorStepan Ionichev <sozdayvek@gmail.com>2026-05-11 10:44:41 +0500
committerJonathan Cameron <jic23@kernel.org>2026-05-31 10:59:38 +0100
commitaf74304c9fe93c32e9ab2d0fc7c2717ba99a45a1 (patch)
tree5cdc90c5fe17b66fe703cb17fdc0922bfdfb9966 /tools/perf/scripts/python/export-to-postgresql.py
parenta67d263922b7a4a8c30863ee4d8d20a482117f37 (diff)
iio: frequency: adrf6780: replace usleep_range() with fsleep()
The ADRF6780 datasheet (Rev. D, page 23, ADC section) says: "Wait approximately 200 us for the ADC to be ready." fsleep(200) expands to the same usleep_range(200, 250). Use the flexible sleep helper, which picks the right primitive for the given microsecond delay. Replace the generic "Recommended delay for the ADC to be ready" comment with the datasheet reference so the "why" of the wait is visible at the call site. No functional change. Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Reviewed-by: Joshua Crofts <joshua.crofts1@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions