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

2015-09-16 Thread Tejun Heo
On Tue, Sep 15, 2015 at 06:31:14PM +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

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

2015-09-16 Thread Luis de Bethencourt
On Wed, Sep 16, 2015 at 01:48:23PM -0400, Tejun Heo wrote: > On Tue, Sep 15, 2015 at 06:31:14PM +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

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

2015-09-16 Thread Tejun Heo
On Tue, Sep 15, 2015 at 06:31:14PM +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

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

2015-09-16 Thread Luis de Bethencourt
On Wed, Sep 16, 2015 at 01:48:23PM -0400, Tejun Heo wrote: > On Tue, Sep 15, 2015 at 06:31:14PM +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

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

2015-09-16 Thread Tejun Heo
On Tue, Sep 15, 2015 at 06:31:14PM +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

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

2015-09-16 Thread Tejun Heo
On Tue, Sep 15, 2015 at 06:31:14PM +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

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

2015-09-15 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.

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

2015-09-15 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.