]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivercore / platform: Convert to dev_pm_domain_attach|detach()
authorUlf Hansson <ulf.hansson@linaro.org>
Fri, 19 Sep 2014 18:27:38 +0000 (20:27 +0200)
committerRobin Gong <b38343@freescale.com>
Wed, 11 Feb 2015 05:07:33 +0000 (13:07 +0800)
commit8e1724184d42d05be48fe3c06df198722bfccae7
tree87edaae9f9214c3da90c80272dcd06b2aa58d998
parent7c11a6d71a049eb1f862f06168dd5ca740fa277e
drivercore / platform: Convert to dev_pm_domain_attach|detach()

Previously only the ACPI PM domain was supported by the platform bus.

Let's convert to the common attach/detach functions for PM domains,
which currently means we are extending the support to include the
generic PM domain as well.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Tested-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
(cherry picked from commit cb51841397e8e5714cf82a7f91053f6e1fb80d1f)
(cherry picked from commit cd4edd4cb84f9dadb9e8f12b1e1f10bf2ef28749)
drivers/base/platform.c