From: Georgi Djakov <georgi.djakov@linaro.org>
To: broonie@kernel.org
Cc: lgirdwood@gmail.com, andy.gross@linaro.org, lina.iyer@linaro.org,
sboyd@codeaurora.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v3] regulator: qcom-saw2: Add support for SAW2 regulators
Date: Wed, 3 Feb 2016 19:28:46 +0200 [thread overview]
Message-ID: <56B238CE.2030204@linaro.org> (raw)
In-Reply-To: <1454322713-18729-1-git-send-email-georgi.djakov@linaro.org>
On 02/01/2016 12:31 PM, Georgi Djakov wrote:
> The SAW2 (Subsystem Power Manager and Adaptive Voltage Scaling Wrapper 2)
> is part of the SPM subsystem. It is a hardware block in the Qualcomm
> chipsets that regulates the power to the CPU cores on platform such as
> apq8064, msm8974, apq8084 and others.
>
> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
> ---
[..]
> +config REGULATOR_QCOM_SAW2
> + tristate "Qualcomm SAW2 regulator driver"
> + depends on ARCH_QCOM
This should be:
depends on (ARCH_QCOM || COMPILE_TEST) && MFD_SYSCON
I plan to re-send after a few more days and also change the name of the
driver from SAW2 to SAW, as we can add support for other generations
than just 2.
> + help
> + If you say yes to this option, support will be included for the
> + regulators providing power to the CPU cores on devices such as
> + APQ8064.
> +
> + Say M here if you want to include support for the CPU core voltage
> + regulators as a module. The module will be named
> + "qcom_saw2-regulator".
> +
prev parent reply other threads:[~2016-02-03 17:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-01 10:31 [PATCH v3] regulator: qcom-saw2: Add support for SAW2 regulators Georgi Djakov
2016-02-03 17:28 ` Georgi Djakov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56B238CE.2030204@linaro.org \
--to=georgi.djakov@linaro.org \
--cc=andy.gross@linaro.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=lina.iyer@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sboyd@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.