mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ata: pata_macio: Fix module autoload for OF platform driver
@ 2015-09-15 15:45 Luis de Bethencourt
  2015-09-15 15:52 ` Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: Luis de Bethencourt @ 2015-09-15 15:45 UTC (permalink / raw)
  To: linux-kernel; +Cc: Bartlomiej Zolnierkiewicz, Tejun Heo, linux-ide

This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
---

Hello,

This patch adds the missing MODULE_DEVICE_TABLE() for OF to export
that 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

 drivers/ata/pata_macio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ata/pata_macio.c b/drivers/ata/pata_macio.c
index a02f76f..aba634e 100644
--- a/drivers/ata/pata_macio.c
+++ b/drivers/ata/pata_macio.c
@@ -1344,6 +1344,7 @@ static struct of_device_id pata_macio_match[] =
 	},
 	{},
 };
+MODULE_DEVICE_TABLE(of, pata_macio_match);
 
 static struct macio_driver pata_macio_driver =
 {
-- 
2.4.6


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

* Re: [PATCH] ata: pata_macio: Fix module autoload for OF platform driver
  2015-09-15 15:45 [PATCH] ata: pata_macio: Fix module autoload for OF platform driver Luis de Bethencourt
@ 2015-09-15 15:52 ` Tejun Heo
  2015-09-15 16:35   ` Luis de Bethencourt
  0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2015-09-15 15:52 UTC (permalink / raw)
  To: Luis de Bethencourt; +Cc: linux-kernel, Bartlomiej Zolnierkiewicz, linux-ide

On Tue, Sep 15, 2015 at 05:45:52PM +0200, Luis de Bethencourt wrote:
> This platform driver has a OF device ID table but the OF module
> alias information is not created so module autoloading won't work.
> 
> Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
> ---
> 
> Hello,
> 
> This patch adds the missing MODULE_DEVICE_TABLE() for OF to export
> that 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

Can you please include that in the patch description?  Or at least add
Link: tag?  Also, should this be routed through -stable?

Thanks.

-- 
tejun

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

* Re: [PATCH] ata: pata_macio: Fix module autoload for OF platform driver
  2015-09-15 15:52 ` Tejun Heo
@ 2015-09-15 16:35   ` Luis de Bethencourt
  0 siblings, 0 replies; 3+ messages in thread
From: Luis de Bethencourt @ 2015-09-15 16:35 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-kernel, Bartlomiej Zolnierkiewicz, linux-ide

On Tue, Sep 15, 2015 at 11:52:10AM -0400, Tejun Heo wrote:
> On Tue, Sep 15, 2015 at 05:45:52PM +0200, Luis de Bethencourt wrote:
> > This platform driver has a OF device ID table but the OF module
> > alias information is not created so module autoloading won't work.
> > 
> > Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
> > ---
> > 
> > Hello,
> > 
> > This patch adds the missing MODULE_DEVICE_TABLE() for OF to export
> > that 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
> 
> Can you please include that in the patch description?  Or at least add
> Link: tag?  Also, should this be routed through -stable?
> 
> Thanks.
> 
> -- 
> tejun

Tejun,

Sent a second version.

Thank you very much for the review,
Luis

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

end of thread, other threads:[~2015-09-15 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-15 15:45 [PATCH] ata: pata_macio: Fix module autoload for OF platform driver Luis de Bethencourt
2015-09-15 15:52 ` Tejun Heo
2015-09-15 16:35   ` Luis de Bethencourt

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

all inboxes | Powered by JetHome®