From patchwork Sun Dec 7 16:08:51 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Machek X-Patchwork-Id: 5452221 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 718689F1C5 for ; Sun, 7 Dec 2014 16:09:03 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9468520155 for ; Sun, 7 Dec 2014 16:09:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6535720154 for ; Sun, 7 Dec 2014 16:09:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751255AbaLGQIy (ORCPT ); Sun, 7 Dec 2014 11:08:54 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:54471 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751244AbaLGQIy (ORCPT ); Sun, 7 Dec 2014 11:08:54 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id E08C581E09; Sun, 7 Dec 2014 17:08:51 +0100 (CET) Date: Sun, 7 Dec 2014 17:08:51 +0100 From: Pavel Machek To: Trivial patch monkey , rjw@rjwysocki.net, corbet@lwn.net, geert+renesas@glider.be, broonie@linaro.org, linux-pm@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] Documentation/power/regulators/ ... cleanup ranges Message-ID: <20141207160851.GA18371@amd> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP overview.txt uses '->' to indicate ranges, which is a bit non-traditional. I changed it to '..' to make it clear. Signed-off-by: Pavel Machek diff --git a/Documentation/power/regulator/overview.txt b/Documentation/power/regulator/overview.txt index 40ca2d6..4dd5dbb 100644 --- a/Documentation/power/regulator/overview.txt +++ b/Documentation/power/regulator/overview.txt @@ -90,7 +90,7 @@ Some terms used in this document:- operating parameters and is specified in the regulator datasheet. i.e. - - voltage output is in the range 800mV -> 3500mV. + - voltage output is in the range 800mV .. 3500mV. - regulator current output limit is 20mA @ 5V but is 10mA @ 10V. @@ -99,8 +99,8 @@ Some terms used in this document:- power domain to a particular power range. i.e. - Domain-1 voltage is 3300mV - - Domain-2 voltage is 1400mV -> 1600mV - - Domain-3 current limit is 0mA -> 20mA. + - Domain-2 voltage is 1400mV .. 1600mV + - Domain-3 current limit is 0mA .. 20mA. Consumer Level: This is defined by consumer drivers dynamically setting voltage or current limit levels.