Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179511
b: refs/heads/master
c: c90d345
h: refs/heads/master
i:
  179509: e528a17
  179507: af49cdc
  179503: 4d97559
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent f6b9f30 commit 011e45b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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: 578413228ae72a09b29bf29e879e5b919ded0ac4
refs/heads/master: c90d345fd7d66899d743611a47163f9904df90bc
11 changes: 8 additions & 3 deletions trunk/drivers/media/dvb/mantis/mantis_hif.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,14 @@ int mantis_hif_init(struct mantis_ca *ca)
init_waitqueue_head(&ca->hif_data_wq);
init_waitqueue_head(&ca->hif_opdone_wq);

irqcfg = mmread(MANTIS_GPIF_IRQCFG);
irqcfg |= MANTIS_MASK_BRRDY;
irqcfg |= MANTIS_MASK_WRACK;
irqcfg = mmread(MANTIS_GPIF_IRQCFG);
irqcfg = MANTIS_MASK_BRRDY |
MANTIS_MASK_WRACK |
MANTIS_MASK_EXTIRQ |
MANTIS_MASK_WSTO |
MANTIS_MASK_OTHERR |
MANTIS_MASK_OVFLW;

mmwrite(irqcfg, MANTIS_GPIF_IRQCFG);

return 0;
Expand Down

0 comments on commit 011e45b

Please sign in to comment.