diff options
author | Mani Milani <mani@chromium.org> | 2022-08-26 10:44:30 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-10-02 01:56:15 +0300 |
commit | 342530f7fe1ada578452c4daa2c9b5902cedf480 (patch) | |
tree | dce9e1f4f22d45b5ee549a161f3a9dbff9237201 /.mailmap | |
parent | fe682780d5cdf7b3932c6a1c669db8fc344f7e17 (diff) | |
download | linux-342530f7fe1ada578452c4daa2c9b5902cedf480.tar.xz |
i2c: i801: Prefer async probe
This i801 driver probe can take more than ~190ms in some devices, since
the "i2c_register_spd()" call was added inside
"i801_probe_optional_slaves()".
Prefer async probe so that other drivers can be probed and boot can
continue in parallel while this driver loads, to reduce boot time. There is
no reason to block other drivers from probing while this driver is
loading.
Signed-off-by: Mani Milani <mani@chromium.org>
Tested-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions