Re: [PATCH 3/5] of/device: Make of_get_next_child() check status properties

2010-12-30 Thread Grant Likely
On Thu, Dec 16, 2010 at 09:40:55AM +1100, Michael Ellerman wrote: On Wed, 2010-12-15 at 10:35 -0800, Hollis Blanchard wrote: On Wed, Dec 8, 2010 at 7:09 PM, David Gibson da...@gibson.dropbear.id.au wrote: On Thu, Dec 09, 2010 at 12:33:22PM +1100, Michael Ellerman wrote: On Wed,

Re: [PATCH 3/5] of/device: Make of_get_next_child() check status properties

2010-12-15 Thread Hollis Blanchard
On Wed, Dec 8, 2010 at 7:09 PM, David Gibson da...@gibson.dropbear.id.au wrote: On Thu, Dec 09, 2010 at 12:33:22PM +1100, Michael Ellerman wrote: On Wed, 2010-12-08 at 15:01 -0600, Scott Wood wrote: On Wed, 8 Dec 2010 11:29:44 -0800 Deepak Saxena deepak_sax...@mentor.com wrote: We only

Re: [PATCH 3/5] of/device: Make of_get_next_child() check status properties

2010-12-15 Thread Michael Ellerman
On Wed, 2010-12-15 at 10:35 -0800, Hollis Blanchard wrote: On Wed, Dec 8, 2010 at 7:09 PM, David Gibson da...@gibson.dropbear.id.au wrote: On Thu, Dec 09, 2010 at 12:33:22PM +1100, Michael Ellerman wrote: On Wed, 2010-12-08 at 15:01 -0600, Scott Wood wrote: On Wed, 8 Dec 2010 11:29:44

[PATCH 3/5] of/device: Make of_get_next_child() check status properties

2010-12-08 Thread Deepak Saxena
We only return the next child if the device is available. Signed-off-by: Hollis Blanchard hollis_blanch...@mentor.com Signed-off-by: Deepak Saxena deepak_sax...@mentor.com --- drivers/of/base.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/of/base.c

Re: [PATCH 3/5] of/device: Make of_get_next_child() check status properties

2010-12-08 Thread Scott Wood
On Wed, 8 Dec 2010 11:29:44 -0800 Deepak Saxena deepak_sax...@mentor.com wrote: We only return the next child if the device is available. Signed-off-by: Hollis Blanchard hollis_blanch...@mentor.com Signed-off-by: Deepak Saxena deepak_sax...@mentor.com --- drivers/of/base.c |4 +++- 1

Re: [PATCH 3/5] of/device: Make of_get_next_child() check status properties

2010-12-08 Thread Michael Ellerman
On Wed, 2010-12-08 at 15:01 -0600, Scott Wood wrote: On Wed, 8 Dec 2010 11:29:44 -0800 Deepak Saxena deepak_sax...@mentor.com wrote: We only return the next child if the device is available. Signed-off-by: Hollis Blanchard hollis_blanch...@mentor.com Signed-off-by: Deepak Saxena

Re: [PATCH 3/5] of/device: Make of_get_next_child() check status properties

2010-12-08 Thread David Gibson
On Thu, Dec 09, 2010 at 12:33:22PM +1100, Michael Ellerman wrote: On Wed, 2010-12-08 at 15:01 -0600, Scott Wood wrote: On Wed, 8 Dec 2010 11:29:44 -0800 Deepak Saxena deepak_sax...@mentor.com wrote: We only return the next child if the device is available. Signed-off-by: Hollis