public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] mtd: Fix module autoload for OF platform drivers
@ 2015-09-17 22:11 Luis de Bethencourt
  2015-09-29  0:26 ` Brian Norris
  0 siblings, 1 reply; 2+ messages in thread
From: Luis de Bethencourt @ 2015-09-17 22:11 UTC (permalink / raw)
  To: linux-kernel; +Cc: David Woodhouse, Brian Norris, Wolfram Sang, linux-mtd

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/5] mtd: Fix module autoload for OF platform drivers
  2015-09-17 22:11 [PATCH 0/5] mtd: Fix module autoload for OF platform drivers Luis de Bethencourt
@ 2015-09-29  0:26 ` Brian Norris
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Norris @ 2015-09-29  0:26 UTC (permalink / raw)
  To: Luis de Bethencourt
  Cc: linux-kernel, David Woodhouse, Wolfram Sang, linux-mtd

On Fri, Sep 18, 2015 at 12:11:02AM +0200, Luis de Bethencourt wrote:
> 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

FYI, your threading (References and In-Reply-To headers) is wrong (or
rather, missing). Please consider testing locally and fixing this in the
future. git-send-email generally does a good job, if you are able to use
it.

Anyway, pushed all 5 to l2-mtd.git.

Brian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-29  0:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17 22:11 [PATCH 0/5] mtd: Fix module autoload for OF platform drivers Luis de Bethencourt
2015-09-29  0:26 ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox