On Wed, 2 Sep 2020 16:00:40 -0700, Douglas Anderson wrote: > On my system the spi_nor_probe() took ~6 ms at bootup. That's not a > lot, but every little bit adds up to a slow bootup. While we can get > this out of the boot path by making it a module, there are times where > it is convenient (or even required) for this to be builtin the kernel. > Let's set that we prefer async probe so that we don't block other > drivers from probing while we are probing. > > [...]
Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next, thanks! [1/1] mtd: spi-nor: Prefer asynchronous probe https://git.kernel.org/mtd/c/03edda0e1e -- Regards Vignesh