Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231587
b: refs/heads/master
c: e25761d
h: refs/heads/master
i:
  231585: 67e8937
  231583: 04d7443
v: v3
  • Loading branch information
Russell King - ARM Linux authored and Dan Williams committed Jan 5, 2011
1 parent 5c02da7 commit d9a6e08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: cace658572ba5d1075f3891e823130a66f3e330f
refs/heads/master: e25761d72c80751c8741f5f93abab14232eef347
9 changes: 5 additions & 4 deletions trunk/drivers/dma/amba-pl08x.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,13 @@ struct vendor_data {
/*
* PL08X private data structures
* An LLI struct - see PL08x TRM. Note that next uses bit[0] as a bus bit,
* start & end do not - their bus bit info is in cctl.
* start & end do not - their bus bit info is in cctl. Also note that these
* are fixed 32-bit quantities.
*/
struct pl08x_lli {
dma_addr_t src;
dma_addr_t dst;
dma_addr_t next;
u32 src;
u32 dst;
u32 next;
u32 cctl;
};

Expand Down

0 comments on commit d9a6e08

Please sign in to comment.