Re: [RFC PATCH 27/50] at_hdmac: prepare clk before calling enable

2013-06-12 Thread boris brezillon
On 12/06/2013 11:05, Vinod Koul wrote: On Fri, Jun 07, 2013 at 06:25:57PM +0200, Boris BREZILLON wrote: Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON --- drivers/dma/at_hdmac.c | 12 ++--

Re: [RFC PATCH 27/50] at_hdmac: prepare clk before calling enable

2013-06-12 Thread Vinod Koul
On Fri, Jun 07, 2013 at 06:25:57PM +0200, Boris BREZILLON wrote: > Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to > avoid common clk framework warnings. > > Signed-off-by: Boris BREZILLON > --- > drivers/dma/at_hdmac.c | 12 ++-- > 1 file changed, 6 insertions(

[RFC PATCH 27/50] at_hdmac: prepare clk before calling enable

2013-06-07 Thread Boris BREZILLON
Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON --- drivers/dma/at_hdmac.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.