Lars-Peter Clausen 9dc5a315fe dmaengine: pl330: Embed pl330_req directly into dma_pl330_desc
The pl330_req struct is embedded into the dma_pl330_desc struct. But half of the
pl330_req struct are pointers to other fields of the dma_pl330_desc struct it is
embedded to. By directly embedding the fields from the pl330_req struct into the
dma_pl330_desc struct and reworking the code to work with the dma_pl330_desc
struct those pointers can be eliminated. This slightly simplifies the code.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2014-07-15 22:01:04 +05:30
..
2014-06-09 21:55:40 +05:30
2014-02-25 09:44:20 -08:00
2013-01-07 17:36:37 +01:00
2014-07-01 12:15:48 +05:30
2014-07-14 22:29:35 +05:30
2012-09-01 08:57:12 -07:00
2014-01-20 13:53:20 +05:30
2014-07-14 22:29:35 +05:30
2013-12-12 22:43:41 -08:00