mbox series

[0/3] PM / Domains: Improve support for multi PM domains

Message ID 20190418102757.1246-1-ulf.hansson@linaro.org
Headers show
Series PM / Domains: Improve support for multi PM domains | expand

Message

Ulf Hansson April 18, 2019, 10:27 a.m. UTC
It's been a while since the introduction for the support for multi PM domains
per device in genpd. In this small series, a couple of different improvement
are being made to this code in genpd.

Ulf Hansson (3):
  PM / Domains: Don't kfree() the virtual device in the error path
  PM / Domains: Allow OF lookup for multi PM domain case from
    ->attach_dev()
  PM / Domains: Enable genpd_dev_pm_attach_by_id|name() for single PM
    domain

 drivers/base/power/domain.c | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

-- 
2.17.1

Comments

Rafael J. Wysocki May 1, 2019, 10:25 a.m. UTC | #1
On Thursday, April 18, 2019 12:27:54 PM CEST Ulf Hansson wrote:
> It's been a while since the introduction for the support for multi PM domains

> per device in genpd. In this small series, a couple of different improvement

> are being made to this code in genpd.

> 

> Ulf Hansson (3):

>   PM / Domains: Don't kfree() the virtual device in the error path

>   PM / Domains: Allow OF lookup for multi PM domain case from

>     ->attach_dev()

>   PM / Domains: Enable genpd_dev_pm_attach_by_id|name() for single PM

>     domain

> 

>  drivers/base/power/domain.c | 18 ++++++++++--------

>  1 file changed, 10 insertions(+), 8 deletions(-)


All [1-3/3] applied, thanks!