Skip to content

Commit

Permalink
Merge branch 'next-s3c64xx' into for-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukjin Kim committed Jan 3, 2011
2 parents f651ef6 + d03e119 commit f56d463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c64xx/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ static int s3c64xx_dma_start(struct s3c2410_dma_chan *chan)

config = readl(chan->regs + PL080S_CH_CONFIG);
config |= PL080_CONFIG_ENABLE;
config &= ~PL080_CONFIG_HALT;

pr_debug("%s: writing config %08x\n", __func__, config);
writel(config, chan->regs + PL080S_CH_CONFIG);
Expand Down

0 comments on commit f56d463

Please sign in to comment.