Skip to content

Commit d03b18f

Browse files
vireshkAlex Shi
authored andcommitted
PM / OPP: Add missing doc comments
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>
1 parent 068d12e commit d03b18f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • drivers/base/power/opp

drivers/base/power/opp/opp.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ extern struct mutex dev_opp_list_lock;
5151
* are protected by the dev_opp_list_lock for integrity.
5252
* IMPORTANT: the opp nodes should be maintained in increasing
5353
* order.
54-
* @dynamic: not-created from static DT entries.
5554
* @available: true/false - marks if this OPP as available or not
55+
* @dynamic: not-created from static DT entries.
5656
* @turbo: true if turbo (boost) OPP
5757
* @suspend: true if suspend OPP
5858
* @rate: Frequency in hertz
@@ -126,7 +126,9 @@ struct device_list_opp {
126126
* @dev_list: list of devices that share these OPPs
127127
* @opp_list: list of opps
128128
* @np: struct device_node pointer for opp's DT node.
129+
* @clock_latency_ns_max: Max clock latency in nanoseconds.
129130
* @shared_opp: OPP is shared between multiple devices.
131+
* @suspend_opp: Pointer to OPP to be used during device suspend.
130132
* @dentry: debugfs dentry pointer of the real device directory (not links).
131133
* @dentry_name: Name of the real dentry.
132134
*

0 commit comments

Comments
 (0)