[PATCH v2 7/9] PM / Domains: Split genpd_dev_pm_attach()
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2018-05-31 07:04:31
Also in:
linux-pm, linux-tegra, lkml
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2018-05-31 07:04:31
Also in:
linux-pm, linux-tegra, lkml
On 29-05-18, 12:04, Ulf Hansson wrote:
To extend genpd to deal with allowing multiple PM domains per device, some of the code in genpd_dev_pm_attach() can be re-used. Let's prepare for this by moving some of the code into a sub-function. Signed-off-by: Ulf Hansson <redacted> --- drivers/base/power/domain.c | 60 ++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 27 deletions(-)
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh