]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scsi: mpi3mr: Make driver probing asynchronous
authorGuixin Liu <kanie@linux.alibaba.com>
Fri, 30 Jan 2026 08:02:07 +0000 (16:02 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 4 Feb 2026 03:19:56 +0000 (22:19 -0500)
commit21a16f0f02263db5a1bc4739036abca698b8808f
tree53b68f8e177bac597438532fe929bdda0a7ec433
parentf8ef441811ec413717f188f63d99182f30f0f08e
scsi: mpi3mr: Make driver probing asynchronous

Speed up the boot process by using the asynchronous probing feature
supported by the kernel.

Set the PROBE_PREFER_ASYNCHRONOUS flag in the device_driver structure so
that the driver core probes in parallel.

Signed-off-by: Guixin Liu <kanie@linux.alibaba.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Link: https://patch.msgid.link/20260130080207.90053-1-kanie@linux.alibaba.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/mpi3mr/mpi3mr_os.c