From patchwork Mon Nov 16 10:37:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 56575 Delivered-To: patch@linaro.org Received: by 10.112.155.196 with SMTP id vy4csp1237610lbb; Mon, 16 Nov 2015 02:38:08 -0800 (PST) X-Received: by 10.68.221.230 with SMTP id qh6mr53024943pbc.32.1447670288664; Mon, 16 Nov 2015 02:38:08 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id nh10si49841212pbc.109.2015.11.16.02.38.08; Mon, 16 Nov 2015 02:38:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro_org.20150623.gappssmtp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751269AbbKPKiH (ORCPT + 11 others); Mon, 16 Nov 2015 05:38:07 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:32918 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751496AbbKPKiG (ORCPT ); Mon, 16 Nov 2015 05:38:06 -0500 Received: by pabfh17 with SMTP id fh17so174044590pab.0 for ; Mon, 16 Nov 2015 02:38:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro_org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=kP4ZonYMl6/vO9dxe3FzFJqVwyItQN4/0w8/vPkkrCY=; b=MGrR5EH8gUAadyjeJtbbGaEYjjx4W4LszA1dV4TZFyyXwyrnSUtT+WZfoAe364Ajs5 HA+3FCMAxsEqXb3EZ9kmshL1W/zbMaSjs957gO1NcgGdpryhnILmFraNEvEqp1qP9dkO 8VKsbIP2vqyQUXjK9qdSCBI821gqRukj1G934mhlXxqZguYIugxl5moV7c5qSBQRYIwg 4dz36qEAwIqA5+y/VA0A/3lZ7q7x1z+m0H5KAnunVJ7+Z8uxjkbBaRNCtzKeYbFT4Dq9 WpYLbGoTF0lTDYUVkjQlUaUR75SxcYMetoxiSXKYETlFqPELpbihXr2VX8ANaklYRhWB 87yQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=kP4ZonYMl6/vO9dxe3FzFJqVwyItQN4/0w8/vPkkrCY=; b=ZZ1ifLCnLb4TKNF+gOhIQTJc/aoZveh3Co0q6M6N0A0NLC62IQ/fVrYSMKo8vAejQG HbhnteDAUQrqXrw+s3kxMLN3XMGbpnKwYuLoDg66YuNCh9FqTAmpERP3HXOms7WyV2FA Gek+u4EjmWk8bpKAswHARFP9avff7s5FPR3dqZGKpRTRtlll0i827taxW0JkXyx4I7zv gH46EFV31rqvJK/TbE3zyq9QPHJ/7qcBt60lqaYsyIqASRmbXh+jO2KN3CyOdGQckc5B 901CX75IRwXg5h4Yw4vXm1+FXNjE18gABDEJniTt3eD3FhFI7KInWjQGB+wkO2FrGHco cIXw== X-Gm-Message-State: ALoCoQkQJlsL6Ii+eQXyK6nR1ihdLS2+ZqKApOnh89GaoDOXTSRdzoFqWAW6k4Y4q6zij+P0NDcg X-Received: by 10.66.140.39 with SMTP id rd7mr53949537pab.86.1447670285937; Mon, 16 Nov 2015 02:38:05 -0800 (PST) Received: from localhost ([122.167.29.19]) by smtp.gmail.com with ESMTPSA id n6sm21710366pap.24.2015.11.16.02.38.04 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 16 Nov 2015 02:38:05 -0800 (PST) From: Viresh Kumar To: Rafael Wysocki , Stephen Boyd Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, robh+dt@kernel.org, nm@ti.com, Viresh Kumar , Greg Kroah-Hartman , Len Brown , linux-kernel@vger.kernel.org (open list), Pavel Machek Subject: [PATCH 1/3] PM / OPP: Add missing doc comments Date: Mon, 16 Nov 2015 16:07:26 +0530 Message-Id: X-Mailer: git-send-email 2.6.2.198.g614a2ac In-Reply-To: References: In-Reply-To: References: Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Few doc-style comments were missing, add them. Rearrange another one to match the sequence within the structure. Signed-off-by: Viresh Kumar --- drivers/base/power/opp/opp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 2.6.2.198.g614a2ac -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/base/power/opp/opp.h b/drivers/base/power/opp/opp.h index a6bd8d2c2b47..b8880c7f8be1 100644 --- a/drivers/base/power/opp/opp.h +++ b/drivers/base/power/opp/opp.h @@ -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. *