On Thursday, December 10, 2015 09:54:45 AM Lee Jones wrote: > On 9 December 2015 at 02:31, Viresh Kumar <[email protected]> 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 <[email protected]> > > --- > > 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 <[email protected]>
OK, so tentatively I can take these two. What exectly does depend on them and how that thing is intended to be handled? Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

