linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Stuff to make of_device more like platform_device
@ 2010-03-11 18:12 Grant Likely
  2010-03-11 18:12 ` [PATCH 1/2] arch/powerpc: Move dma_mask from of_device into pdev_archdata Grant Likely
  2010-03-11 18:12 ` [PATCH 2/2] arch/microblaze: " Grant Likely
  0 siblings, 2 replies; 3+ messages in thread
From: Grant Likely @ 2010-03-11 18:12 UTC (permalink / raw)
  To: monstr, benh, sfr, jeremy.kerr, microblaze-uclinux, linuxppc-dev,
	devicetree-discuss

These patches make it possible to use struct platform_device as a drop
in replacement for struct of_device, which is a stepping stone to
removing the duplication between the platform bus and the of bus.

g.

---

Grant Likely (2):
      arch/microblaze: Move dma_mask from of_device into pdev_archdata
      arch/powerpc: Move dma_mask from of_device into pdev_archdata


 arch/microblaze/include/asm/device.h    |    1 +
 arch/microblaze/include/asm/of_device.h |    2 +-
 arch/microblaze/kernel/of_device.c      |    2 +-
 arch/microblaze/kernel/of_platform.c    |    2 +-
 arch/powerpc/include/asm/device.h       |    1 +
 arch/powerpc/include/asm/of_device.h    |    2 +-
 arch/powerpc/kernel/of_device.c         |    2 +-
 arch/powerpc/kernel/of_platform.c       |    2 +-
 drivers/macintosh/macio_asic.c          |    4 ++--
 sound/aoa/soundbus/i2sbus/core.c        |    4 ++--
 10 files changed, 12 insertions(+), 10 deletions(-)

-- 
Signature

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-11 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-11 18:12 [PATCH 0/2] Stuff to make of_device more like platform_device Grant Likely
2010-03-11 18:12 ` [PATCH 1/2] arch/powerpc: Move dma_mask from of_device into pdev_archdata Grant Likely
2010-03-11 18:12 ` [PATCH 2/2] arch/microblaze: " Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).