Devicetree
 help / color / mirror / Atom feed
* [PATCH 0/6] OF device code merges and improvements
@ 2010-06-08 14:26 Grant Likely
  2010-06-08 14:26 ` [PATCH 1/6] of: Use full node name in resource structures Grant Likely
                   ` (5 more replies)
  0 siblings, 6 replies; 27+ messages in thread
From: Grant Likely @ 2010-06-08 14:26 UTC (permalink / raw)
  To: ben-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r, sfr-3FnU+UHB4dNDw9hX6IcOSA,
	monstr-pSz03upnqPeHXe+LvDLADg,
	microblaze-uclinux-rVRm/Wmeqae7NGdpmJTKYQ,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	jeremy.kerr-Z7WLFzj8eWMS+FvcfC7Uqw, linuxppc-dev

These patches merge more common of_device code between microblaze and
powerpc and some other miscellaneous improvement in preparation for
the merge of of_platform_bus_type with platform_bus_type.

These patches are based on top of the IRQ and address code merge which
I posted earlier.  If you want to test them, I've pushed the commits
out to the here:

git://git.secretlab.ca/git/linux-2.6 devicetree-next

Cheers,
g.

---

Grant Likely (6):
      of: Use full node name in resource structures
      of/device: merge of_device_uevent
      of: Modify of_device_get_modalias to be passed struct device
      of/device: Merge of_platform_bus_probe()
      of: Merge of_device_alloc
      of/device: populate platform_device (of_device) resource table on allocation


 arch/microblaze/include/asm/device.h      |    3 
 arch/microblaze/include/asm/of_device.h   |   21 ---
 arch/microblaze/include/asm/of_platform.h |   33 ----
 arch/microblaze/kernel/Makefile           |    2 
 arch/microblaze/kernel/of_device.c        |  112 ---------------
 arch/microblaze/kernel/of_platform.c      |  141 ++-----------------
 arch/powerpc/include/asm/device.h         |    3 
 arch/powerpc/include/asm/of_device.h      |   13 --
 arch/powerpc/include/asm/of_platform.h    |   11 -
 arch/powerpc/kernel/of_device.c           |  110 +-------------
 arch/powerpc/kernel/of_platform.c         |  131 -----------------
 drivers/macintosh/macio_sysfs.c           |    5 -
 drivers/of/address.c                      |    2 
 drivers/of/device.c                       |   62 +++++++-
 drivers/of/irq.c                          |    1 
 drivers/of/platform.c                     |  221 +++++++++++++++++++++++++++++
 include/linux/of_device.h                 |    6 +
 include/linux/of_platform.h               |   21 +++
 18 files changed, 337 insertions(+), 561 deletions(-)
 delete mode 100644 arch/microblaze/kernel/of_device.c

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

end of thread, other threads:[~2010-06-11  1:14 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-08 14:26 [PATCH 0/6] OF device code merges and improvements Grant Likely
2010-06-08 14:26 ` [PATCH 1/6] of: Use full node name in resource structures Grant Likely
2010-06-08 14:26 ` [PATCH 2/6] of/device: merge of_device_uevent Grant Likely
2010-06-08 14:26 ` [PATCH 3/6] of: Modify of_device_get_modalias to be passed struct device Grant Likely
2010-06-08 14:26 ` [PATCH 4/6] of/device: Merge of_platform_bus_probe() Grant Likely
2010-06-08 14:26 ` [PATCH 5/6] of: Merge of_device_alloc Grant Likely
2010-06-08 14:26 ` [PATCH 6/6] of/device: populate platform_device (of_device) resource table on allocation Grant Likely
2010-06-08 15:57   ` Anton Vorontsov
     [not found]     ` <20100608155702.GA5419-wnGakbxT3iijyJ0x5qLZdcN33GVbZNy3@public.gmane.org>
2010-06-08 16:02       ` Grant Likely
     [not found]         ` <AANLkTinZT4z93SWxjce5oRZzmaQHtVnO96zsXO9OX2UZ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-06-08 16:46           ` Anton Vorontsov
2010-06-08 18:41             ` Grant Likely
2010-06-08 19:48               ` Anton Vorontsov
     [not found]                 ` <20100608194809.GA32732-wnGakbxT3iijyJ0x5qLZdcN33GVbZNy3@public.gmane.org>
2010-06-10  6:17                   ` Benjamin Herrenschmidt
2010-06-10 14:18                     ` Grant Likely
     [not found]                       ` <AANLkTilpUi1cazljWSFbzliY78RKyHUlvBshUD3NPHPv-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-06-10 15:13                         ` M. Warner Losh
2010-06-10 15:47                           ` Anton Vorontsov
2010-06-10 15:47                           ` Anton Vorontsov
     [not found]                           ` <20100610.091357.513168276793712624.imp-uzTCJ5RojNnQT0dZR+AlfA@public.gmane.org>
2010-06-10 15:47                             ` Anton Vorontsov
     [not found]                           ` <20100610154741.GA7484@oksana.dev.rtsoft.ru>
     [not found]                             ` <20100610154741.GA7484-wnGakbxT3iijyJ0x5qLZdcN33GVbZNy3@public.gmane.org>
2010-06-10 16:01                               ` M. Warner Losh
2010-06-10 16:52                                 ` Anton Vorontsov
     [not found]                                   ` <20100610165243.GA18043-wnGakbxT3iijyJ0x5qLZdcN33GVbZNy3@public.gmane.org>
2010-06-10 17:09                                     ` Mitch Bradley
     [not found]                                       ` <4C111C34.1010708-D5eQfiDGL7eakBO8gow8eQ@public.gmane.org>
2010-06-10 17:20                                         ` Grant Likely
2010-06-10 17:09                                     ` M. Warner Losh
2010-06-11  1:14                                 ` Benjamin Herrenschmidt
2010-06-10 16:30                               ` Grant Likely
     [not found]                                 ` <AANLkTimjIyclTWZZW1A26zOcWroK-bwOkmEqsLm4DINk-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-06-10 17:10                                   ` Anton Vorontsov
2010-06-10 17:21                                     ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox