Re: [PATCH] tps65090-charger: Fix module autoload for OF platform driver

2015-09-22 Thread Sebastian Reichel
Hi, On Fri, Sep 18, 2015 at 06:54:07PM +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. Thanks, queued. -- Sebastian signature.asc Description: Digital signature

Re: [PATCH] tps65090-charger: Fix module autoload for OF platform driver

2015-09-22 Thread Sebastian Reichel
Hi, On Fri, Sep 18, 2015 at 06:54:07PM +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. Thanks, queued. -- Sebastian signature.asc Description: Digital signature

[PATCH] tps65090-charger: Fix module autoload for OF platform driver

2015-09-18 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. Signed-off-by: Luis de Bethencourt --- Hello, This patch adds the missing MODULE_DEVICE_TABLE() for OF to export that information so modules have the correct

[PATCH] tps65090-charger: Fix module autoload for OF platform driver

2015-09-18 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. Signed-off-by: Luis de Bethencourt --- Hello, This patch adds the missing MODULE_DEVICE_TABLE() for OF to export that information so