Re: [PATCH] dma: fix eDMA driver as a subsys_initcall

2014-04-15 Thread Vinod Koul
On Fri, Apr 04, 2014 at 12:27:55PM +0800, Yuan Yao wrote: > Because of some driver base on DMA, changed the initcall order as > subsys_initcall. Changelog could have mentioned "which" driver and elobrated on it > > Signed-off-by: Yuan Yao Applied, nevertheless -- ~Vinod > --- > drivers/dma/

[PATCH] dma: fix eDMA driver as a subsys_initcall

2014-04-03 Thread Yuan Yao
Because of some driver base on DMA, changed the initcall order as subsys_initcall. Signed-off-by: Yuan Yao --- drivers/dma/fsl-edma.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/dma/fsl-edma.c b/drivers/dma/fsl-edma.c index 381e793..b396a7f 100644 --