Re: Device Tree Child Node Parsing Question

2015-01-05 Thread Thor Thayer
On 12/26/2014 01:40 PM, Rob Herring wrote: On Tue, Dec 23, 2014 at 10:34 AM, Thor Thayer ttha...@opensource.altera.com wrote: Hi, What is the best way to queue devicetree child nodes so the node is passed in the platform_device pointer to the probe() function?

Re: Device Tree Child Node Parsing Question

2014-12-26 Thread Rob Herring
On Tue, Dec 23, 2014 at 10:34 AM, Thor Thayer ttha...@opensource.altera.com wrote: Hi, What is the best way to queue devicetree child nodes so the node is passed in the platform_device pointer to the probe() function? Documentation/devicetree/usage-model.txt has the following: For Linux DT

Re: Device Tree Child Node Parsing Question

2014-12-26 Thread He YunLei
On 2014/12/24 0:34, Thor Thayer wrote: Hi, What is the best way to queue devicetree child nodes so the node is passed in the platform_device pointer to the probe() function? Documentation/devicetree/usage-model.txt has the following: For Linux DT support, the generic behaviour is for child

Device Tree Child Node Parsing Question

2014-12-23 Thread Thor Thayer
Hi, What is the best way to queue devicetree child nodes so the node is passed in the platform_device pointer to the probe() function? Documentation/devicetree/usage-model.txt has the following: For Linux DT support, the generic behaviour is for child devices to be registered by the