Re: [RFC] dt: add of_platform_bus_snoop() which attaches nodes to devices

2011-02-11 Thread Thomas Abraham
Hi Grant, On 1 February 2011 03:31, Grant Likely wrote: > This patch implements an alternate method for using device tree data > for populating machine device registration.  Traditionally, board > support has directly generated and registered devices based on nodes > in the device tree.  The boar

[RFC] dt: add of_platform_bus_snoop() which attaches nodes to devices

2011-01-31 Thread Grant Likely
This patch implements an alternate method for using device tree data for populating machine device registration. Traditionally, board support has directly generated and registered devices based on nodes in the device tree. The board support code starts at the root of the tree and begins allocatin

Re: [RFC] dt: add of_platform_bus_snoop() which attaches nodes to devices

2011-01-31 Thread Grant Likely
On Mon, Jan 31, 2011 at 3:01 PM, Grant Likely wrote: > This patch implements an alternate method for using device tree data > for populating machine device registration.  Traditionally, board > support has directly generated and registered devices based on nodes > in the device tree.  The board su