Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358468
b: refs/heads/master
c: b801479
h: refs/heads/master
v: v3
  • Loading branch information
Heikki Krogerus authored and Vinod Koul committed Jan 8, 2013
1 parent 3bf299c commit 2fde2aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b73d6c0ae4d74588a2653835a2452944722cc64b
refs/heads/master: b801479bb6f5b66f5a35feaa72451ac5ac152ef5
6 changes: 3 additions & 3 deletions trunk/drivers/dma/dw_dmac.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Driver for the Synopsys DesignWare DMA Controller (aka DMACA on
* AVR32 systems.)
* Core driver for the Synopsys DesignWare DMA Controller
*
* Copyright (C) 2007-2008 Atmel Corporation
* Copyright (C) 2010-2011 ST Microelectronics
Expand All @@ -9,6 +8,7 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/

#include <linux/bitops.h>
#include <linux/clk.h>
#include <linux/delay.h>
Expand Down Expand Up @@ -222,7 +222,6 @@ static inline void dwc_dump_chan_regs(struct dw_dma_chan *dwc)
channel_readl(dwc, CTL_LO));
}


static inline void dwc_chan_disable(struct dw_dma *dw, struct dw_dma_chan *dwc)
{
channel_clear_bit(dw, CH_EN, dwc->mask);
Expand Down Expand Up @@ -1813,6 +1812,7 @@ static int dw_resume_noirq(struct device *dev)

clk_prepare_enable(dw->clk);
dma_writel(dw, CFG, DW_CFG_DMA_EN);

return 0;
}

Expand Down

0 comments on commit 2fde2aa

Please sign in to comment.