On 10-12-15, 22:45, Rafael J. Wysocki wrote:
On Thursday, December 10, 2015 09:54:45 AM Lee Jones wrote:
On 9 December 2015 at 02:31, Viresh Kumar viresh.kumar@linaro.org wrote:
OPP bindings (for few properties) allow a platform to choose a value/range among a set of available options. The options are present as opp-<prop>-<name>, where the platform needs to supply the <name> string.
The OPP properties which allow such an option are: opp-microvolt and opp-microamp.
Add support to the OPP-core to parse these bindings, by introducing dev_pm_opp_{set|put}_prop_name() APIs.
Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
drivers/base/power/opp/core.c | 165 ++++++++++++++++++++++++++++++++++++++---- drivers/base/power/opp/opp.h | 2 + include/linux/pm_opp.h | 9 +++ 3 files changed, 161 insertions(+), 15 deletions(-)
Tested-by: Lee Jones lee.jones@linaro.org
OK, so tentatively I can take these two.
What exectly does depend on them and how that thing is intended to be handled?
The other two patches from Lee, Perhaps he missed mentioning that in his cover-letter.
[PICKME 0/2] cpufreq: New ST driver
They must be rebased on my patches as they use the new APIs defined here.