Re: [PATCH] staging: board: Set PM domain before probe

2015-11-10 Thread Geert Uytterhoeven
Hi Tomeu, On Tue, Oct 27, 2015 at 3:55 PM, Geert Uytterhoeven wrote: > On Tue, Oct 27, 2015 at 3:27 PM, Tomeu Vizoso > wrote: >> PM domains shouldn't be modified after a device is probed, so set it >> before device registration to be sure of that. >> >> In the future the PM domain pointer will b

Re: [PATCH] staging: board: Set PM domain before probe

2015-10-27 Thread Geert Uytterhoeven
On Tue, Oct 27, 2015 at 3:27 PM, Tomeu Vizoso wrote: > PM domains shouldn't be modified after a device is probed, so set it > before device registration to be sure of that. > > In the future the PM domain pointer will be set through a setter that > will WARN if the device has been probed already.