arch/microblaze: Move dma_mask from of_device into pdev_archdata
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 13 Apr 2010 23:13:00 +0000 (16:13 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 22 May 2010 06:10:40 +0000 (00:10 -0600)
commit173b3a7a059a6998a6c0733710818c473cc0de4c
treec2b93a72890e715528742b4965d41da3c1d37ec9
parentcb6dc512b745292eaf123fedf437c211e27fb680
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>
arch/microblaze/include/asm/device.h
arch/microblaze/include/asm/of_device.h
arch/microblaze/kernel/of_device.c
arch/microblaze/kernel/of_platform.c