From patchwork Wed Jan 13 07:21:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Yan X-Patchwork-Id: 59655 Delivered-To: patch@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp3192044lbb; Tue, 12 Jan 2016 23:21:33 -0800 (PST) X-Received: by 10.66.163.7 with SMTP id ye7mr41204809pab.55.1452669693758; Tue, 12 Jan 2016 23:21:33 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id oo10si31332047pac.226.2016.01.12.23.21.33; Tue, 12 Jan 2016 23:21:33 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dkim=pass header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754726AbcAMHVc (ORCPT + 29 others); Wed, 13 Jan 2016 02:21:32 -0500 Received: from mail-pa0-f48.google.com ([209.85.220.48]:34161 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753576AbcAMHVa (ORCPT ); Wed, 13 Jan 2016 02:21:30 -0500 Received: by mail-pa0-f48.google.com with SMTP id uo6so337601217pac.1 for ; Tue, 12 Jan 2016 23:21:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:subject:date:message-id; bh=9Do+PvSu2nIvV3daS9aOZ232/BVA7//ggZ7sby35VwQ=; b=DnruyT4SSF2NUYwfNRTTrHPf++++dwJz0Lq4otmjyyl1DNG94t8/MmQcaotRQTc9Nr ExN11OwbZjNJQdmZjQIHvQYNUXoMxEa/W6C0vVGlLY2iazFBHV0XyrfuHUfHbsK3I4Jn gd/UjoLc0gtqx35nKNguNJkiiJ0kDMWpMDiG0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=9Do+PvSu2nIvV3daS9aOZ232/BVA7//ggZ7sby35VwQ=; b=lAtmMrNc4HPzaB/SqDWdOlRGaDJAoL0/3BzktstMKmcQ8vCrL8ZMQ2HIj8rFoSSOkx A6tsNDwhyBquXbiijH/8ShRrpEAA4kHWChzdrRnu/NMW5rbnJvQD7M4moypmaNIQxqkl YemRiplTd9+YKL3kSoFI5vTVWkog7hx8yPzI5CtW0MqAUqIcuXNeeKsGRMdVn3DMSCDl SebzxUE0VC2AE8nQytZCaostt0y5/BFD4WN0oWEzJtmAjiOOb5pYvTalcBdPFW70Aki7 GVbN/kyl3iPuyRs2Z8LLO8NRc2rjrIxBuHY4Zv/ELQa2FYLOpZ/EPRF2s/qdg+yCFoyw fO3w== X-Gm-Message-State: ALoCoQn9sQTx/ITZwmb9P3GHiqelDzdyEJFoTgriYMa2KAuKTojo4DFDzhf7T+fQEqJanD+sn9+vZtXuhZiKXzJnVJhXnw0blA== X-Received: by 10.66.250.165 with SMTP id zd5mr121818812pac.9.1452669689591; Tue, 12 Jan 2016 23:21:29 -0800 (PST) Received: from localhost.localdomain (v17.blockcn.net. [192.241.236.26]) by smtp.gmail.com with ESMTPSA id l9sm76383pfb.29.2016.01.12.23.21.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 12 Jan 2016 23:21:28 -0800 (PST) From: Leo Yan To: Jonathan Corbet , Eduardo Valentin , Javi Merino , Durgadoss R , Leo Yan , Kapileshwar Singh , Ni Wade , Punit Agrawal , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] thermal: add description for integral_cutoff unit Date: Wed, 13 Jan 2016 15:21:05 +0800 Message-Id: <1452669665-26212-1-git-send-email-leo.yan@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add more explicitly description for unit of integral_cutoff which used by power allocator governor. Signed-off-by: Leo Yan --- Documentation/thermal/sysfs-api.txt | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 diff --git a/Documentation/thermal/sysfs-api.txt b/Documentation/thermal/sysfs-api.txt index 10f062e..8c745c8 100644 --- a/Documentation/thermal/sysfs-api.txt +++ b/Documentation/thermal/sysfs-api.txt @@ -364,6 +364,7 @@ integral_cutoff accumulates error when temperature is above the desired temperature trip point. For more information see Documentation/thermal/power_allocator.txt + Unit: millidegree Celsius RW, Optional slope