Re: [PATCH] gpio: 74x164: Add SPI device ID table
From: Linus Walleij <hidden>
Date: 2021-09-22 15:25:06
From: Linus Walleij <hidden>
Date: 2021-09-22 15:25:06
On Wed, Sep 22, 2021 at 5:07 PM Mark Brown [off-list ref] wrote:
Currently autoloading for SPI devices does not use the DT ID table, it uses
SPI modalises. Supporting OF modalises is going to be difficult if not
impractical, an attempt was made but has been reverted, so ensure that
module autoloading works for this driver by adding a SPI device ID table.
Fixes: 96c8395e2166 ("spi: Revert modalias changes")
Signed-off-by: Mark Brown <broonie@kernel.org>Thanks for working on this. Reviewed-by: Linus Walleij <redacted> Yours, Linus Walleij