Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45651
b: refs/heads/master
c: dcc41bc
h: refs/heads/master
i:
  45649: 2b4a210
  45647: 40aec12
v: v3
  • Loading branch information
David Woodhouse committed Oct 27, 2006
1 parent f81e8c8 commit 523123e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 2c8cfdcbeb1ab0ec7bbd5af1be311b55281154c4
refs/heads/master: dcc41bc81c872862652d68af8993b9fa32ce56a4
4 changes: 4 additions & 0 deletions trunk/drivers/mtd/nand/cafe.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,10 @@ static int __devinit cafe_nand_probe(struct pci_dev *pdev,
cafe->nand.block_bad = cafe_nand_block_bad;
}

/* Start off by resetting the NAND controller completely */
writel(1, cafe->mmio + 0x3034);
writel(0, cafe->mmio + 0x3034);

/* Timings from Marvell's test code (not verified or calculated by us) */
writel(0xffffffff, cafe->mmio + CAFE_NAND_IRQ_MASK);
#if 1
Expand Down

0 comments on commit 523123e

Please sign in to comment.