commit | 173b3a7a059a6998a6c0733710818c473cc0de4c | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue Apr 13 16:13:00 2010 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sat May 22 00:10:40 2010 -0600 |
tree | c2b93a72890e715528742b4965d41da3c1d37ec9 | |
parent | cb6dc512b745292eaf123fedf437c211e27fb680 [diff] |
arch/microblaze: Move dma_mask from of_device into pdev_archdata By moving dma_mask into pdev_archdata, and adding archdata to struct of_device, it makes it possible to substitute of_device with struct platform_device, which is a stepping stone to removing the of_platform bus entirely. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>