From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH 0/3] PM / Domains: Enable name based lookup at attach Date: Wed, 11 Jul 2018 11:43:52 +0200 Message-ID: <34035286.gLvmaz061p@aspire.rjw.lan> References: <20180629110432.5179-1-ulf.hansson@linaro.org> <12075152.c01WRJ509Y@aspire.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Ulf Hansson Cc: Rob Herring , Rajendra Nayak , Geert Uytterhoeven , Linux PM , Viresh Kumar , Kevin Hilman , Jon Hunter , Todor Tomov , linux-arm-msm , linux-tegra@vger.kernel.org, Lucas Stach , Linux ARM List-Id: linux-pm@vger.kernel.org On Monday, July 9, 2018 1:38:38 PM CEST Ulf Hansson wrote: > On 9 July 2018 at 12:06, Rafael J. Wysocki wrote: > > On Monday, July 2, 2018 9:08:06 AM CEST Viresh Kumar wrote: > >> 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 > >> > >> > > > > Do we need Rob to ACK the binding change? > > > > Normally, yes, however, the change to binding is trivial and the > concept of using a names property isn't something new. I would be > highly surprised if he would object. > > I say apply it. OK, applied along with the other two. Thanks!