PM / OPP: Add missing doc comments
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 19 Nov 2015 03:43:56 +0000 (09:13 +0530)
committerAlex Shi <alex.shi@linaro.org>
Fri, 8 Apr 2016 03:22:24 +0000 (11:22 +0800)
Few doc-style comments were missing, add them. Rearrange another one to
match the sequence within the structure.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
(cherry picked from commit dc4e7b1fa20a840d2317fcfdaa1064fc09d2afcb)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
drivers/base/power/opp/opp.h

index a6bd8d2c2b47f7d4db64a97d52b354058643f4eb..b8880c7f8be1c6c47b5ebf94663c79e47098c65f 100644 (file)
@@ -51,8 +51,8 @@ extern struct mutex dev_opp_list_lock;
  *             are protected by the dev_opp_list_lock for integrity.
  *             IMPORTANT: the opp nodes should be maintained in increasing
  *             order.
- * @dynamic:   not-created from static DT entries.
  * @available: true/false - marks if this OPP as available or not
+ * @dynamic:   not-created from static DT entries.
  * @turbo:     true if turbo (boost) OPP
  * @suspend:   true if suspend OPP
  * @rate:      Frequency in hertz
@@ -126,7 +126,9 @@ struct device_list_opp {
  * @dev_list:  list of devices that share these OPPs
  * @opp_list:  list of opps
  * @np:                struct device_node pointer for opp's DT node.
+ * @clock_latency_ns_max: Max clock latency in nanoseconds.
  * @shared_opp: OPP is shared between multiple devices.
+ * @suspend_opp: Pointer to OPP to be used during device suspend.
  * @dentry:    debugfs dentry pointer of the real device directory (not links).
  * @dentry_name: Name of the real dentry.
  *