Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

misc: eeprom_93xx46: Enable module autoprobe for microchip 93LC46B eeprom

Add module alias to enable autoprobe for microchip 93LC46B eeprom by using
/sys/class/.../spi1.0/modalias content.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Link: https://lore.kernel.org/r/20210107163957.28664-3-a-govindraju@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Aswath Govindraju and committed by
Greg Kroah-Hartman
47771f17 13613a22

+1
+1
drivers/misc/eeprom/eeprom_93xx46.c
··· 512 512 MODULE_DESCRIPTION("Driver for 93xx46 EEPROMs"); 513 513 MODULE_AUTHOR("Anatolij Gustschin <agust@denx.de>"); 514 514 MODULE_ALIAS("spi:eeprom-93xx46"); 515 + MODULE_ALIAS("spi:93lc46b");