Skip to content

Commit

Permalink
Merge branches 'amba' and 'dma40' into dmaengine
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Williams committed Jan 7, 2011
3 parents 0a4bbdd + b7f7586 + d49278e commit bc0fa81
Show file tree
Hide file tree
Showing 6 changed files with 871 additions and 706 deletions.
8 changes: 8 additions & 0 deletions arch/arm/plat-nomadik/include/plat/ste_dma40.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
#include <linux/workqueue.h>
#include <linux/interrupt.h>

/*
* Maxium size for a single dma descriptor
* Size is limited to 16 bits.
* Size is in the units of addr-widths (1,2,4,8 bytes)
* Larger transfers will be split up to multiple linked desc
*/
#define STEDMA40_MAX_SEG_SIZE 0xFFFF

/* dev types for memcpy */
#define STEDMA40_DEV_DST_MEMORY (-1)
#define STEDMA40_DEV_SRC_MEMORY (-1)
Expand Down
Loading

0 comments on commit bc0fa81

Please sign in to comment.