diff options
author | Matti Vaittinen <[email protected]> | 2023-05-04 10:58:52 +0300 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2023-05-13 17:56:06 +0100 |
commit | a508fbfed333aea05e4ac42d98803a031cda8ce8 (patch) | |
tree | 7132a0e6e5c4539a70caf8b1abec5852918a7970 /scripts/generate_rust_analyzer.py | |
parent | 4cd56dbd764e27468c7115575ac200c284406439 (diff) |
iio: kx022a: Probe asynchronously
Devices which may take a while to initialize during probe and which have
no strong reason to probe synchronously can request asynchronous probing
as default probe strategy. This can speed-up start times on some
platforms.
The KX022A gets probe delayed for at least two reasons. It enables the
supply regulator, (which is likely to have ramp-up delay if it was
disabled) and additionally it delays while the sensor itself is
initializing.
Changing to asynchronous probing may cause problems. Some of which are
discussed in:
https://lore.kernel.org/all/[email protected]/
Enable asynchronous probing for KX022A.
Signed-off-by: Matti Vaittinen <[email protected]>
Link: https://lore.kernel.org/r/24cea76c282a28b7a4dba297ab627176f8097907.1683185765.git.mazziesaccount@gmail.com
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions