From: Sudeep KarkadaNagesha <sudeep.karkadanagesha@xxxxxxx> These are couple of updates to existing PM/OPP library to support sharing of OPPs between different device nodes. Currently all the cpu nodes are parsed until the OPPs are found. This is essential to support cpuhotplug without having to replicate OPP information in all the cpu nodes. However in systems with multiple cpu power domain, its better to have OPP entry for each cpu. To avoid replication, phandle can be specified to the node which contains the full OPP information. Sudeep KarkadaNagesha (2): PM / OPP: add support to specify phandle of another node for OPP PM / OPP: check for existing OPP list when initialising from device tree Documentation/devicetree/bindings/power/opp.txt | 41 +++++++++++++++++++++++ drivers/base/power/opp.c | 35 ++++++++++++++----- 2 files changed, 68 insertions(+), 8 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html