Re: [PATCH v2] PM / Domains: Call driver's noirq callbacks

2017-06-21 Thread kbuild test robot
Hi Mikko, [auto build test ERROR on pm/linux-next] [also build test ERROR on v4.12-rc6 next-20170621] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] PM / Domains: Call driver's noirq callbacks

2017-06-21 Thread kbuild test robot
Hi Mikko, [auto build test ERROR on pm/linux-next] [also build test ERROR on v4.12-rc6 next-20170621] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] PM / Domains: Call driver's noirq callbacks

2017-06-21 Thread Mikko Perttunen
On 20.06.2017 17:18, Ulf Hansson wrote: On 20 June 2017 at 15:38, Mikko Perttunen wrote: Currently genpd installs its own suspend_noirq, resume_noirq, and poweroff_noirq callbacks, but never calls down to the driver's corresponding callbacks. Add these calls.

Re: [PATCH v2] PM / Domains: Call driver's noirq callbacks

2017-06-21 Thread Mikko Perttunen
On 20.06.2017 17:18, Ulf Hansson wrote: On 20 June 2017 at 15:38, Mikko Perttunen wrote: Currently genpd installs its own suspend_noirq, resume_noirq, and poweroff_noirq callbacks, but never calls down to the driver's corresponding callbacks. Add these calls. Signed-off-by: Mikko Perttunen

Re: [PATCH v2] PM / Domains: Call driver's noirq callbacks

2017-06-20 Thread Ulf Hansson
On 20 June 2017 at 15:38, Mikko Perttunen wrote: > Currently genpd installs its own suspend_noirq, resume_noirq, > and poweroff_noirq callbacks, but never calls down to the driver's > corresponding callbacks. Add these calls. > > Signed-off-by: Mikko Perttunen

Re: [PATCH v2] PM / Domains: Call driver's noirq callbacks

2017-06-20 Thread Ulf Hansson
On 20 June 2017 at 15:38, Mikko Perttunen wrote: > Currently genpd installs its own suspend_noirq, resume_noirq, > and poweroff_noirq callbacks, but never calls down to the driver's > corresponding callbacks. Add these calls. > > Signed-off-by: Mikko Perttunen > --- > v2: > - Moved

[PATCH v2] PM / Domains: Call driver's noirq callbacks

2017-06-20 Thread Mikko Perttunen
Currently genpd installs its own suspend_noirq, resume_noirq, and poweroff_noirq callbacks, but never calls down to the driver's corresponding callbacks. Add these calls. Signed-off-by: Mikko Perttunen --- v2: - Moved pm_generic_suspend_noirq to before

[PATCH v2] PM / Domains: Call driver's noirq callbacks

2017-06-20 Thread Mikko Perttunen
Currently genpd installs its own suspend_noirq, resume_noirq, and poweroff_noirq callbacks, but never calls down to the driver's corresponding callbacks. Add these calls. Signed-off-by: Mikko Perttunen --- v2: - Moved pm_generic_suspend_noirq to before pm_runtime_force_suspend, and