commit | 7ab388e85faa97a35d520720269e7c8e00ad54a0 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Wed Oct 14 14:42:51 2015 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Oct 14 19:57:11 2015 +0530 |
tree | fd86e39dad1274e1ae216f127339d00f1bc2a2ec | |
parent | b2c843a196b8f5aca74ebabd16c60d59480d6721 [diff] |
ARM: davinci: Use platform_device_register_full() to create pdev for eDMA Convert the eDMA platform device creation to use struct platform_device_info XXXXXX __initconst and platform_device_register_full() This will allow us to cleanly specify the dma_mask for the devices in an upcoming patch. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>