Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315244
b: refs/heads/master
c: 4795f09
h: refs/heads/master
v: v3
  • Loading branch information
Hauke Mehrtens authored and John W. Linville committed Jul 9, 2012
1 parent eb71f7c commit 68d91a1
Show file tree
Hide file tree
Showing 2 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: c586e10992b2e5e2dfe7cca9be615818cfb98605
refs/heads/master: 4795f0960937f58a553ac405bb1cf18ecb8972ba
3 changes: 3 additions & 0 deletions trunk/drivers/bcma/driver_chipcommon_pmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ static void bcma_pmu_resources_init(struct bcma_drv_cc *cc)
bcma_cc_write32(cc, BCMA_CC_PMU_MINRES_MSK, min_msk);
if (max_msk)
bcma_cc_write32(cc, BCMA_CC_PMU_MAXRES_MSK, max_msk);

/* Add some delay; allow resources to come up and settle. */
mdelay(2);
}

/* Disable to allow reading SPROM. Don't know the adventages of enabling it. */
Expand Down

0 comments on commit 68d91a1

Please sign in to comment.