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: https://github.com/0day-ci/linux/commits/Mikko-Perttunen/PM-Domains-Call-driver-s-noir

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 > --- > v2: > - Moved pm_generic_sus