Re: [PATCH 6/6] dmaengine: xilinx: Fix module autoload for OF platform driver

2015-09-17 Thread Moritz Fischer
On Wed, Sep 16, 2015 at 11:14 PM, Laurent Pinchart wrote: > On Wednesday 16 September 2015 23:00:17 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 Bethe

Re: [PATCH 6/6] dmaengine: xilinx: Fix module autoload for OF platform driver

2015-09-16 Thread Laurent Pinchart
On Wednesday 16 September 2015 23:00:17 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 Acked-by: Laurent Pinchart > --- > drivers/dma/xilin

[PATCH 6/6] dmaengine: xilinx: Fix module autoload for OF platform driver

2015-09-16 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/dma/xilinx/xilinx_vdma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/dma/xilinx/xilinx_vdma.c b/driver