Re: ibmebus: Remove legacy suspend/resume support

2016-11-24 Thread Michael Ellerman
On Sat, 2016-11-19 at 13:42:14 UTC, Lars-Peter Clausen wrote: > There are no ibmebus driver that make use of legacy suspend/resume. This > patch removes the support for it from ibmebus framework, new ibmebus driver > (as unlikely as they are) wanting to use suspend/resume should use > dev_pm_ops. >

Re: [PATCH] ibmebus: Remove legacy suspend/resume support

2016-11-21 Thread Michael Ellerman
Lars-Peter Clausen writes: > On 11/21/2016 10:52 AM, Michael Ellerman wrote: >> Lars-Peter Clausen writes: >> >>> There are no ibmebus driver that make use of legacy suspend/resume. This >>> patch removes the support for it from ibmebus framework, new ibmebus driver >>> (as unlikely as they are

Re: [PATCH] ibmebus: Remove legacy suspend/resume support

2016-11-21 Thread Lars-Peter Clausen
On 11/21/2016 10:52 AM, Michael Ellerman wrote: > Lars-Peter Clausen writes: > >> There are no ibmebus driver that make use of legacy suspend/resume. This >> patch removes the support for it from ibmebus framework, new ibmebus driver >> (as unlikely as they are) wanting to use suspend/resume shou

Re: [PATCH] ibmebus: Remove legacy suspend/resume support

2016-11-21 Thread Michael Ellerman
Lars-Peter Clausen writes: > There are no ibmebus driver that make use of legacy suspend/resume. This > patch removes the support for it from ibmebus framework, new ibmebus driver > (as unlikely as they are) wanting to use suspend/resume should use > dev_pm_ops. > > Since there aren't any special

[PATCH] ibmebus: Remove legacy suspend/resume support

2016-11-19 Thread Lars-Peter Clausen
There are no ibmebus driver that make use of legacy suspend/resume. This patch removes the support for it from ibmebus framework, new ibmebus driver (as unlikely as they are) wanting to use suspend/resume should use dev_pm_ops. Since there aren't any special bus specific things to do during suspen