commit | 8df4053f0532df8fe47d0434af51676b0fa65491 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Mon Apr 14 14:41:56 2014 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Apr 22 21:34:49 2014 +0530 |
tree | 7772ce391252660ae1520013913f6c0cc5fa6f8e | |
parent | a798c10faf62a505d24e5f6213fbaf904a39623f [diff] |
platform_data: edma: Be precise with the paRAM struct The edmacc_param struct should follow the layout of the paRAM area in the HW. Be explicit on the size of the fields (u32) and also mark the struct as packed to avoid any padding on non 32bit architectures. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Joel Fernandes <joelf@ti.com> Reviewed-and-Tested-by: Joel Fernandes <joelf@ti.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>