Re: [PATCH 0/2] net: encx24j600: Fix SPI driver module autoload

2015-11-02 Thread David Miller
From: Javier Martinez Canillas Date: Fri, 30 Oct 2015 13:49:16 +0100 > Recently I've been trying to fix module autoloading for all SPI drivers and > found that the encx24j600 driver does not fill module alias information due > missing a MODULE_DEVICE_TABLE() so module autload won't work and the d

[PATCH 0/2] net: encx24j600: Fix SPI driver module autoload

2015-10-30 Thread Javier Martinez Canillas
Hello, Recently I've been trying to fix module autoloading for all SPI drivers and found that the encx24j600 driver does not fill module alias information due missing a MODULE_DEVICE_TABLE() so module autload won't work and the driver Kconfig symbol is tristate which means the driver can be built