Re: [PATCH] dma/ste_dma40: Fixup clock usage during probe

2012-08-30 Thread Vinod Koul
On Thu, 2012-08-23 at 13:41 +0200, Ulf Hansson wrote: > From: Ulf Hansson > > Fixup some errorhandling for clocks during probe and make sure > to use clk_prepare as well as clk_enable. > > Signed-off-by: Ulf Hansson > Acked-by: Linus Walleij Applied, thanks -- ~Vinod Koul Intel Corp. -- To

Re: [PATCH] dma/ste_dma40: Fixup clock usage during probe

2012-08-30 Thread Vinod Koul
On Thu, 2012-08-23 at 13:41 +0200, Ulf Hansson wrote: From: Ulf Hansson ulf.hans...@linaro.org Fixup some errorhandling for clocks during probe and make sure to use clk_prepare as well as clk_enable. Signed-off-by: Ulf Hansson ulf.hans...@linaro.org Acked-by: Linus Walleij

[PATCH] dma/ste_dma40: Fixup clock usage during probe

2012-08-23 Thread Ulf Hansson
From: Ulf Hansson Fixup some errorhandling for clocks during probe and make sure to use clk_prepare as well as clk_enable. Signed-off-by: Ulf Hansson Acked-by: Linus Walleij --- drivers/dma/ste_dma40.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git

[PATCH] dma/ste_dma40: Fixup clock usage during probe

2012-08-23 Thread Ulf Hansson
From: Ulf Hansson ulf.hans...@linaro.org Fixup some errorhandling for clocks during probe and make sure to use clk_prepare as well as clk_enable. Signed-off-by: Ulf Hansson ulf.hans...@linaro.org Acked-by: Linus Walleij linus.wall...@linaro.org --- drivers/dma/ste_dma40.c | 14 +-