Re: [PATCH 5/5] drm/tegra: Fix module autoload for OF platform driver

2015-09-18 Thread Thierry Reding
On Thu, Sep 17, 2015 at 04:22:32PM +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 > --- > drivers/gpu/drm/tegra/drm.c | 1 + > 1 file

Re: [PATCH 5/5] drm/tegra: Fix module autoload for OF platform driver

2015-09-18 Thread Thierry Reding
On Thu, Sep 17, 2015 at 04:22:32PM +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 > --- >

[PATCH 5/5] drm/tegra: 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. Signed-off-by: Luis de Bethencourt --- drivers/gpu/drm/tegra/drm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/tegra/drm.c

[PATCH 5/5] drm/tegra: 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. Signed-off-by: Luis de Bethencourt --- drivers/gpu/drm/tegra/drm.c | 1 + 1 file changed, 1 insertion(+) diff --git