From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752737AbeEGQHm (ORCPT ); Mon, 7 May 2018 12:07:42 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:34062 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752360AbeEGQHj (ORCPT ); Mon, 7 May 2018 12:07:39 -0400 X-Google-Smtp-Source: AB8JxZpQms1aSAacyQbouobRu8z1jUZmzEjCjR3lS+rdXblWuKGnxDjbRcvVOdfHHJp2Uv4eb5On0w== Date: Mon, 7 May 2018 11:07:37 -0500 From: Rob Herring To: Ilia Lin Cc: mturquette@baylibre.com, sboyd@kernel.org, mark.rutland@arm.com, rjw@rjwysocki.net, viresh.kumar@linaro.org, lgirdwood@gmail.com, broonie@kernel.org, andy.gross@linaro.org, david.brown@linaro.org, catalin.marinas@arm.com, will.deacon@arm.com, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, rnayak@codeaurora.org, amit.kucheria@linaro.org, nicolas.dechesne@linaro.org, celster@codeaurora.org, tfinkel@codeaurora.org Subject: Re: [PATCH v5 10/14] dt-bindings: qcom_spmi: Add support for SAW documentation Message-ID: <20180507160737.GA16495@rob-hp-laptop> References: <1525348355-25471-1-git-send-email-ilialin@codeaurora.org> <1525348355-25471-11-git-send-email-ilialin@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1525348355-25471-11-git-send-email-ilialin@codeaurora.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 03, 2018 at 02:52:31PM +0300, Ilia Lin wrote: > Add support for SAW controlled regulators. > The regulators defined as SAW controlled in the device tree > will be controlled through special CPU registers instead of direct > SPMI accesses. > This is required especially for CPU supply regulators to synchronize > with clock scaling and for Automatic Voltage Switching. > Document it. > > Signed-off-by: Ilia Lin > --- > .../bindings/regulator/qcom,spmi-regulator.txt | 45 ++++++++++++++++++++++ > 1 file changed, 45 insertions(+) Reviewed-by: Rob Herring