Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241920
b: refs/heads/master
c: 702dd79
h: refs/heads/master
v: v3
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent ef5b642 commit 1dde1ef
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 10d0dcd73c619d86b8ba1c9cd753ce749f578bf4
refs/heads/master: 702dd7903bda0b83f6f6cb66fdadc4e5bbb60646
4 changes: 4 additions & 0 deletions trunk/drivers/media/video/cx23885/cx23885-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,10 @@ static int cx23885_dev_setup(struct cx23885_dev *dev)

cx23885_dev_checkrevision(dev);

/* disable MSI for NetUP cards, otherwise CI is not working */
if (cx23885_boards[dev->board].ci_type > 0)
cx_clear(RDR_RDRCTL1, 1 << 8);

return 0;
}

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/cx23885/cx23885-reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ Channel manager Data Structure entry = 20 DWORD
#define RDR_CFG0 0x00050000
#define RDR_CFG1 0x00050004
#define RDR_CFG2 0x00050008
#define RDR_RDRCTL1 0x0005030c
#define RDR_TLCTL0 0x00050318

/* APB DMAC Current Buffer Pointer */
Expand Down

0 comments on commit 1dde1ef

Please sign in to comment.