Searched hist:"9 e2cd444909b3c93f5cc83463d12291e3e0f990b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/misc/eeprom/ |
H A D | at25.c | diff 9e2cd444909b3c93f5cc83463d12291e3e0f990b Thu Sep 23 12:24:53 CDT 2021 Mark Brown <broonie@kernel.org> eeprom: at25: Add SPI ID table
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 an id_table listing the SPI IDs for everything.
Fixes: 96c8395e2166 ("spi: Revert modalias changes") Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20210923172453.4921-1-broonie@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|