[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150917221102.GA9119@goodgumbo.baconseed.org>
Date: Fri, 18 Sep 2015 00:11:02 +0200
From: Luis de Bethencourt <luis@...ethencourt.com>
To: linux-kernel@...r.kernel.org
Cc: David Woodhouse <dwmw2@...radead.org>,
Brian Norris <computersforpeace@...il.com>,
Wolfram Sang <wsa@...-dreams.de>, linux-mtd@...ts.infradead.org
Subject: [PATCH 0/5] mtd: Fix module autoload for OF platform drivers
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists