[PATCH 0/3] dma: pl330: Simplify platform data for pl330 driver

2011-08-22 Thread Thomas Abraham
The rqtype parameter specified in platform data as part of the 'struct dma_pl330_peri' can be inferred from the direction of the transfer specified with transfer requests. So the rqtype parameter can be removed and 'struct dma_pl330_peri' is then left with only one field 'peri_id' which itself can

[RESEND][PATCH 0/3] dma: pl330: Simplify platform data for pl330 driver

2011-08-22 Thread Thomas Abraham
The rqtype parameter specified in platform data as part of the 'struct dma_pl330_peri' can be infered from the direction of the transfer specified with transfer requests. So the rqtype parameter can be removed and 'struct dma_pl330_peri' is then left with only one field 'peri_id' which itself can