From patchwork Thu Jul 9 15:35:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 493468 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C2A151402A7 for ; Fri, 10 Jul 2015 01:35:51 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753220AbbGIPfg (ORCPT ); Thu, 9 Jul 2015 11:35:36 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:35411 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751754AbbGIPff (ORCPT ); Thu, 9 Jul 2015 11:35:35 -0400 Received: by wgjx7 with SMTP id x7so226721227wgj.2 for ; Thu, 09 Jul 2015 08:35:33 -0700 (PDT) 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; bh=TRaHXAQL3BFZ69ZJXU4O0rbL4F/8m47sc5UOI8tLAQQ=; b=AeCg73UIvkWFEHlN2Ru8VDuY6ntYdtFMUG4IHepBAi3qwzYuqwRWgMjirmdEz6Odth ALBQcMwa7KX566MKaHGYZ716DnUXiC70Q3uigPM+jWnzpgkN1Om9RaQFOXme/y5wPQ8A s0yGIvps5hDOaKMKwW6mBa6BtUOWWgcgTu6QkWOUgD8WOvwmAglFwAPfHPgfaeGhoH7W mXbX6CP/7YYtPJ20BJDmGAdQFJLcGBw40zuEhIW8zuK6bKDUW1MkF4EQImXXNQl86IL8 t5AR2RZfR0gbsMG4cOhVsQWrBsQekacuMuFquCD8TY3z7spsS1f7nuqu0bsD9AvLylwk U9qw== X-Gm-Message-State: ALoCoQn0mZHA5oQzTXaBzhyEe+5gGoti1P+BfhL0DUgK3aG8Ypbc+/PNv2yM3gnA5j5ZOFigfZ1t X-Received: by 10.180.90.42 with SMTP id bt10mr105560786wib.64.1436456133871; Thu, 09 Jul 2015 08:35:33 -0700 (PDT) Received: from localhost.localdomain (host86-178-207-130.range86-178.btcentralplus.com. [86.178.207.130]) by smtp.gmail.com with ESMTPSA id e7sm8822001wib.22.2015.07.09.08.35.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Jul 2015 08:35:33 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: kernel@stlinux.com, broonie@kernel.org, lgirdwood@gmail.com, devicetree@vger.kernel.org, Lee Jones Subject: [PATCH 1/3] regulator: pwm-regulator: Ensure headings aren't confused with properties Date: Thu, 9 Jul 2015 16:35:26 +0100 Message-Id: <1436456128-18278-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org We're using capitalisation and removing the '-' to mitigate confusion. Signed-off-by: Lee Jones --- Documentation/devicetree/bindings/regulator/pwm-regulator.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/regulator/pwm-regulator.txt b/Documentation/devicetree/bindings/regulator/pwm-regulator.txt index 892b366..23b4772 100644 --- a/Documentation/devicetree/bindings/regulator/pwm-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/pwm-regulator.txt @@ -3,7 +3,7 @@ Bindings for the Generic PWM Regulator Currently supports 2 modes of operation: -voltage-table: When in this mode, a voltage table (See below) of +Voltage Table: When in this mode, a voltage table (See below) of predefined voltage <=> duty-cycle values must be provided via DT. Limitations are that the regulator can only operate at the voltages supplied in the table. @@ -13,7 +13,7 @@ voltage-table: When in this mode, a voltage table (See below) of the user if the assumptions made in continuous-voltage mode do not reign true. -continuous-voltage: This mode uses the regulator's maximum and minimum +Continuous Voltage: This mode uses the regulator's maximum and minimum supplied voltages specified in the regulator-{min,max}-microvolt properties to calculate appropriate duty-cycle values. This allows for a much