summaryrefslogtreecommitdiff
path: root/drivers/i2c/Kconfig
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2020-09-01 18:19:43 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-09-06 18:22:03 +0300
commit52f5b683e50a9bf106c07196ffadda58f199678b (patch)
tree086c1ddaa4580341ac2bba538bbcf21361a35456 /drivers/i2c/Kconfig
parentaa06b6f4d8e36fa9f183b4f7a44d5c63acac33e2 (diff)
downloadlinux-52f5b683e50a9bf106c07196ffadda58f199678b.tar.xz
iio: sx9310: Prefer async probe
On one board I found that: probe of 5-0028 returned 1 after 259547 usecs While some of this time is attributable to the pile of i2c transfers that we do at probe time, the lion's share (over 200 ms) is sitting waiting in the polling loop in sx9310_init_compensation() waiting for the hardware to indicate that it's done. There's no reason to block probe of all other devices on our probe. Turn on async probe. Signed-off-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Reviewed-by: Daniel Campello <campello@chromium.org> Link: https://lore.kernel.org/r/20200901081920.v2.1.Id02b2f451b3eed71ddd580f4b8b44b3e33e84970@changeid Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/i2c/Kconfig')
0 files changed, 0 insertions, 0 deletions