[PATCH V3 09/16] PM / OPP: Add OPP sharing information to OPP library

2015-07-29 Thread Viresh Kumar
An opp can be shared by multiple devices, for example its very common for CPUs to share the OPPs, i.e. when they share clock/voltage rails. This patch adds support of shared OPPs to the OPP library. Instead of a single device, dev_opp will now contain a list of devices that use it. It also

[PATCH V3 09/16] PM / OPP: Add OPP sharing information to OPP library

2015-07-29 Thread Viresh Kumar
An opp can be shared by multiple devices, for example its very common for CPUs to share the OPPs, i.e. when they share clock/voltage rails. This patch adds support of shared OPPs to the OPP library. Instead of a single device, dev_opp will now contain a list of devices that use it. It also