]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd3032ebf9e51d74ea214662dc85131808962525d
treec2b93a72890e715528742b4965d41da3c1d37ec9
parent6d270371dac1e72656656ecb40393e65e0240580
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