Re: [PATCH v3] ata: pata_macio: Fix module autoload for OF platform driver

2015-09-17 Thread Luis de Bethencourt
On Thu, Sep 17, 2015 at 11:16:17AM -0400, Tejun Heo wrote: > On Thu, Sep 17, 2015 at 01:19:45PM +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. > > > > This patch adds the m

Re: [PATCH v3] ata: pata_macio: Fix module autoload for OF platform driver

2015-09-17 Thread Tejun Heo
On Thu, Sep 17, 2015 at 01:19:45PM +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. > > This patch adds the missing MODULE_DEVICE_TABLE() for OF to export > that information so m

Re: [PATCH v3] ata: pata_macio: Fix module autoload for OF platform driver

2015-09-17 Thread Luis de Bethencourt
On Thu, Sep 17, 2015 at 01:19:45PM +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. > > This patch adds the missing MODULE_DEVICE_TABLE() for OF to export > that information so m

[PATCH v3] ata: pata_macio: Fix module autoload for OF platform driver

2015-09-17 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. 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. Link