Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344329
b: refs/heads/master
c: c4b4b73
h: refs/heads/master
i:
  344327: 28668a7
v: v3
  • Loading branch information
Thomas Petazzoni committed Nov 22, 2012
1 parent d968443 commit 5e1202f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f3410ff217f55c2a30bd1b2eb1032806d17c80e
refs/heads/master: c4b4b732b2e99e6e302d90d57f2a4f5c9516d9a3
2 changes: 2 additions & 0 deletions trunk/drivers/dma/mv_xor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,8 @@ mv_xor_conf_mbus_windows(struct mv_xor_device *xordev,

writel(win_enable, base + WINDOW_BAR_ENABLE(0));
writel(win_enable, base + WINDOW_BAR_ENABLE(1));
writel(0, base + WINDOW_OVERRIDE_CTRL(0));
writel(0, base + WINDOW_OVERRIDE_CTRL(1));
}

static int __devinit mv_xor_probe(struct platform_device *pdev)
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/dma/mv_xor.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
#define WINDOW_SIZE(w) (0x270 + ((w) << 2))
#define WINDOW_REMAP_HIGH(w) (0x290 + ((w) << 2))
#define WINDOW_BAR_ENABLE(chan) (0x240 + ((chan) << 2))
#define WINDOW_OVERRIDE_CTRL(chan) (0x2A0 + ((chan) << 2))

struct mv_xor_device {
void __iomem *xor_base;
Expand Down

0 comments on commit 5e1202f

Please sign in to comment.