Merge branch 'samsung_dma' into next

This commit is contained in:
Vinod Koul
2011-09-21 11:53:30 +05:30
committed by Vinod Koul
40 changed files with 1600 additions and 1969 deletions

View File

@@ -19,12 +19,8 @@ struct dma_pl330_peri {
* Peri_Req i/f of the DMAC that is
* peripheral could be reached from.
*/
u8 peri_id; /* {0, 31} */
u8 peri_id; /* specific dma id */
enum pl330_reqtype rqtype;
/* For M->D and D->M Channels */
int burst_sz; /* in power of 2 */
dma_addr_t fifo_addr;
};
struct dma_pl330_platdata {