Re: [PATCH] PM/ Domains: Export of_genpd_get_from_provider function.

2014-12-05 Thread amit daniel kachhap
On Thu, Dec 4, 2014 at 9:09 PM, Ulf Hansson wrote: > On 1 December 2014 at 12:41, Amit Daniel Kachhap > wrote: >> This function looks up a PM domain form the provider. This will be >> useful to add parent/child domain relationship from the SoC specific >> code. The caller of the function must mak

Re: [PATCH] PM/ Domains: Export of_genpd_get_from_provider function.

2014-12-04 Thread Ulf Hansson
On 1 December 2014 at 12:41, Amit Daniel Kachhap wrote: > This function looks up a PM domain form the provider. This will be > useful to add parent/child domain relationship from the SoC specific > code. The caller of the function must make sure that PM domain provider > is already registered. > >

[PATCH] PM/ Domains: Export of_genpd_get_from_provider function.

2014-12-01 Thread Amit Daniel Kachhap
This function looks up a PM domain form the provider. This will be useful to add parent/child domain relationship from the SoC specific code. The caller of the function must make sure that PM domain provider is already registered. Signed-off-by: Amit Daniel Kachhap --- This patch may solve the sa