Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231383
b: refs/heads/master
c: bc3e55c
h: refs/heads/master
i:
  231381: 3ce5e44
  231379: caf1578
  231375: 2e5f595
v: v3
  • Loading branch information
Marek Vasut authored and Eric Miao committed Jan 14, 2011
1 parent 87069fe commit 004c409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cae399880f82fdc6b0afccf42224fc2a759aa6b3
refs/heads/master: bc3e55c69c404158ef3c5b1a6515f5e9f1294403
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-pxa/zeus.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,8 +830,8 @@ static void __init zeus_init(void)
pr_info("Zeus CPLD V%dI%d\n", (system_rev & 0xf0) >> 4, (system_rev & 0x0f));

/* Fix timings for dm9000s (CS1/CS2)*/
msc0 = __raw_readl(MSC0) & 0x0000ffff | (dm9000_msc << 16);
msc1 = __raw_readl(MSC1) & 0xffff0000 | dm9000_msc;
msc0 = (__raw_readl(MSC0) & 0x0000ffff) | (dm9000_msc << 16);
msc1 = (__raw_readl(MSC1) & 0xffff0000) | dm9000_msc;
__raw_writel(msc0, MSC0);
__raw_writel(msc1, MSC1);

Expand Down

0 comments on commit 004c409

Please sign in to comment.