Re: [PATCH] PM / Domains: If an OF node is found but no device probed yet, defer.

2015-03-18 Thread Eric Anholt
Ulf Hansson writes: > On 13 March 2015 at 19:01, Kevin Hilman wrote: >> Geert Uytterhoeven writes: >> >>> On Wed, Mar 11, 2015 at 11:08 PM, Rafael J. Wysocki >>> wrote: More CCes. On Wednesday, March 11, 2015 08:27:28 AM Eric Anholt wrote: > If we've declared a power domain

Re: [PATCH] PM / Domains: If an OF node is found but no device probed yet, defer.

2015-03-16 Thread Ulf Hansson
On 13 March 2015 at 19:01, Kevin Hilman wrote: > Geert Uytterhoeven writes: > >> On Wed, Mar 11, 2015 at 11:08 PM, Rafael J. Wysocki >> wrote: >>> More CCes. >>> >>> On Wednesday, March 11, 2015 08:27:28 AM Eric Anholt wrote: If we've declared a power domain in the OF, and the OF node is f

Re: [PATCH] PM / Domains: If an OF node is found but no device probed yet, defer.

2015-03-16 Thread Geert Uytterhoeven
Hi Kevin, On Fri, Mar 13, 2015 at 7:01 PM, Kevin Hilman wrote: > Geert Uytterhoeven writes: >> On Wed, Mar 11, 2015 at 11:08 PM, Rafael J. Wysocki >> wrote: >>> More CCes. >>> >>> On Wednesday, March 11, 2015 08:27:28 AM Eric Anholt wrote: If we've declared a power domain in the OF, and t

Re: [PATCH] PM / Domains: If an OF node is found but no device probed yet, defer.

2015-03-13 Thread Kevin Hilman
Geert Uytterhoeven writes: > On Wed, Mar 11, 2015 at 11:08 PM, Rafael J. Wysocki > wrote: >> More CCes. >> >> On Wednesday, March 11, 2015 08:27:28 AM Eric Anholt wrote: >>> If we've declared a power domain in the OF, and the OF node is found >>> but the requested domain hasn't been registered

Re: [PATCH] PM / Domains: If an OF node is found but no device probed yet, defer.

2015-03-12 Thread Eric Anholt
Geert Uytterhoeven writes: > On Wed, Mar 11, 2015 at 11:08 PM, Rafael J. Wysocki > wrote: >> More CCes. >> >> On Wednesday, March 11, 2015 08:27:28 AM Eric Anholt wrote: >>> If we've declared a power domain in the OF, and the OF node is found >>> but the requested domain hasn't been registered

Re: [PATCH] PM / Domains: If an OF node is found but no device probed yet, defer.

2015-03-12 Thread Ulf Hansson
On 11 March 2015 at 16:27, Eric Anholt wrote: > If we've declared a power domain in the OF, and the OF node is found > but the requested domain hasn't been registered on it yet, then we > probably have just tried to probe before the power domain driver has. > Defer our device's probe until it show

Re: [PATCH] PM / Domains: If an OF node is found but no device probed yet, defer.

2015-03-11 Thread Geert Uytterhoeven
On Wed, Mar 11, 2015 at 11:08 PM, Rafael J. Wysocki wrote: > More CCes. > > On Wednesday, March 11, 2015 08:27:28 AM Eric Anholt wrote: >> If we've declared a power domain in the OF, and the OF node is found >> but the requested domain hasn't been registered on it yet, then we >> probably have jus

Re: [PATCH] PM / Domains: If an OF node is found but no device probed yet, defer.

2015-03-11 Thread Rafael J. Wysocki
More CCes. On Wednesday, March 11, 2015 08:27:28 AM Eric Anholt wrote: > If we've declared a power domain in the OF, and the OF node is found > but the requested domain hasn't been registered on it yet, then we > probably have just tried to probe before the power domain driver has. > Defer our dev

[PATCH] PM / Domains: If an OF node is found but no device probed yet, defer.

2015-03-11 Thread Eric Anholt
If we've declared a power domain in the OF, and the OF node is found but the requested domain hasn't been registered on it yet, then we probably have just tried to probe before the power domain driver has. Defer our device's probe until it shows up. Signed-off-by: Eric Anholt --- I ran into this