Hi, These patches add the missing MODULE_DEVICE_TABLE() for OF to export the information so modules have the correct aliases built-in and autoloading works correctly.
A longer explanation by Javier Canillas can be found here: https://lkml.org/lkml/2015/7/30/519 Thanks, Luis Luis de Bethencourt (5): mtd: fsl_elbc_nand: Fix module autoload for OF platform driver mtd: fsl_ifc_nand: Fix module autoload for OF platform driver mtd: mpc5121_nfc: Fix module autoload for OF platform driver mtd: mxc_nand: Fix module autoload for OF platform driver mtd: orion_nand: Fix module autoload for OF platform driver drivers/mtd/nand/fsl_elbc_nand.c | 1 + drivers/mtd/nand/fsl_ifc_nand.c | 1 + drivers/mtd/nand/mpc5121_nfc.c | 1 + drivers/mtd/nand/mxc_nand.c | 1 + drivers/mtd/nand/orion_nand.c | 1 + 5 files changed, 5 insertions(+) -- 2.4.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

