X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fopp%2Fopp.h;h=407c3bfe51d9685344ffcc643f7835b273e57aea;hb=6863b4d7bf19a54e23fc5838b7e66d954444289d;hp=50fb9dced3c528018e8a467c286c8efb1226c161;hpb=5a4a13cb47121dd20812e3397d30fd410ebd9f7d;p=linux-2.6-microblaze.git diff --git a/drivers/opp/opp.h b/drivers/opp/opp.h index 50fb9dced3c5..407c3bfe51d9 100644 --- a/drivers/opp/opp.h +++ b/drivers/opp/opp.h @@ -56,6 +56,7 @@ extern struct list_head opp_tables, lazy_opp_tables; * @dynamic: not-created from static DT entries. * @turbo: true if turbo (boost) OPP * @suspend: true if suspend OPP + * @removed: flag indicating that OPP's reference is dropped by OPP core. * @pstate: Device's power domain's performance state. * @rate: Frequency in hertz * @level: Performance level @@ -78,6 +79,7 @@ struct dev_pm_opp { bool dynamic; bool turbo; bool suspend; + bool removed; unsigned int pstate; unsigned long rate; unsigned int level;