Re: [PATCH 1/7] PM / OPP: Add dev_pm_opp_get_of_node()

2018-04-09 Thread Jordan Crouse
On Sat, Apr 07, 2018 at 06:00:29AM -0700, Stephen Boyd wrote: > Quoting Rajendra Nayak (2018-03-15 21:08:18) > > From: Viresh Kumar > > > > This adds a new helper to let the power domain drivers to access > > opp->np, so that they can read platform specific properties

Re: [PATCH 1/7] PM / OPP: Add dev_pm_opp_get_of_node()

2018-04-09 Thread Jordan Crouse
On Sat, Apr 07, 2018 at 06:00:29AM -0700, Stephen Boyd wrote: > Quoting Rajendra Nayak (2018-03-15 21:08:18) > > From: Viresh Kumar > > > > This adds a new helper to let the power domain drivers to access > > opp->np, so that they can read platform specific properties from the > > node. > > > >

Re: [PATCH 1/7] PM / OPP: Add dev_pm_opp_get_of_node()

2018-04-08 Thread Viresh Kumar
On 07-04-18, 06:00, Stephen Boyd wrote: > Quoting Rajendra Nayak (2018-03-15 21:08:18) > > From: Viresh Kumar > > > > This adds a new helper to let the power domain drivers to access > > opp->np, so that they can read platform specific properties from the > > node. > >

Re: [PATCH 1/7] PM / OPP: Add dev_pm_opp_get_of_node()

2018-04-08 Thread Viresh Kumar
On 07-04-18, 06:00, Stephen Boyd wrote: > Quoting Rajendra Nayak (2018-03-15 21:08:18) > > From: Viresh Kumar > > > > This adds a new helper to let the power domain drivers to access > > opp->np, so that they can read platform specific properties from the > > node. > > > > Signed-off-by: Viresh

Re: [PATCH 1/7] PM / OPP: Add dev_pm_opp_get_of_node()

2018-04-07 Thread Stephen Boyd
Quoting Rajendra Nayak (2018-03-15 21:08:18) > From: Viresh Kumar > > This adds a new helper to let the power domain drivers to access > opp->np, so that they can read platform specific properties from the > node. > > Signed-off-by: Viresh Kumar

Re: [PATCH 1/7] PM / OPP: Add dev_pm_opp_get_of_node()

2018-04-07 Thread Stephen Boyd
Quoting Rajendra Nayak (2018-03-15 21:08:18) > From: Viresh Kumar > > This adds a new helper to let the power domain drivers to access > opp->np, so that they can read platform specific properties from the > node. > > Signed-off-by: Viresh Kumar > Signed-off-by: Rajendra Nayak > --- Are

[PATCH 1/7] PM / OPP: Add dev_pm_opp_get_of_node()

2018-03-15 Thread Rajendra Nayak
From: Viresh Kumar This adds a new helper to let the power domain drivers to access opp->np, so that they can read platform specific properties from the node. Signed-off-by: Viresh Kumar Signed-off-by: Rajendra Nayak ---

[PATCH 1/7] PM / OPP: Add dev_pm_opp_get_of_node()

2018-03-15 Thread Rajendra Nayak
From: Viresh Kumar This adds a new helper to let the power domain drivers to access opp->np, so that they can read platform specific properties from the node. Signed-off-by: Viresh Kumar Signed-off-by: Rajendra Nayak --- drivers/opp/of.c | 19 +++ include/linux/pm_opp.h