[PATCH 0/3] PM / Domains: Enable name based lookup at attach
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2018-07-02 07:08:06
Also in:
linux-arm-msm, linux-pm, linux-tegra
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2018-07-02 07:08:06
Also in:
linux-arm-msm, linux-pm, linux-tegra
On 29-06-18, 13:04, Ulf Hansson wrote:
Recently we added support to manage multiple PM domains per device. Consumer drivers were provided an API, dev_pm_domain_attach_by_id() to associate its device with one of its PM domain, by using an index. Let's extend this to allow the association to be done using a name based lookup, which follows the similar concept as for other resource types, such as clocks for example. Ulf Hansson (3): PM / Domains: dt: Add a power-domain-names property PM / Domains: Introduce option to attach a device by name to genpd PM / Domains: Introduce dev_pm_domain_attach_by_name()
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh