Re: [PATCH] powerpc/85xx: don't call of_platform_bus_probe() twice

2012-04-19 Thread Kumar Gala
On Nov 30, 2011, at 10:19 AM, Timur Tabi wrote: Commit 46d026ac (powerpc/85xx: consolidate of_platform_bus_probe calls) replaced platform-specific of_device_id tables with a single function that probes the most of the busses in 85xx device trees. If a specific platform needed additional

Re: [PATCH] powerpc/85xx: don't call of_platform_bus_probe() twice

2012-03-16 Thread Kumar Gala
On Nov 30, 2011, at 10:19 AM, Timur Tabi wrote: Commit 46d026ac (powerpc/85xx: consolidate of_platform_bus_probe calls) replaced platform-specific of_device_id tables with a single function that probes the most of the busses in 85xx device trees. If a specific platform needed additional

Re: [PATCH] powerpc/85xx: don't call of_platform_bus_probe() twice

2012-03-16 Thread Timur Tabi
Kumar Gala wrote: This seems like paper taping over the real issue. We should be able to call of_platform_bus_probe() multiple times. I tried debugging it, but I couldn't figure it out. My guess is that the nodes probed by of_platform_bus_probe() are somehow reserved, so that the second

Re: [PATCH] powerpc/85xx: don't call of_platform_bus_probe() twice

2012-03-07 Thread Timur Tabi
Timur Tabi wrote: Commit 46d026ac (powerpc/85xx: consolidate of_platform_bus_probe calls) replaced platform-specific of_device_id tables with a single function that probes the most of the busses in 85xx device trees. If a specific platform needed additional busses probed, then it could call

[PATCH] powerpc/85xx: don't call of_platform_bus_probe() twice

2011-11-30 Thread Timur Tabi
Commit 46d026ac (powerpc/85xx: consolidate of_platform_bus_probe calls) replaced platform-specific of_device_id tables with a single function that probes the most of the busses in 85xx device trees. If a specific platform needed additional busses probed, then it could call of_platform_bus_probe()