Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1440954
| From | Andy Gross <andy.gross@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] regulator: qcom_smd: Avoid overlapping linear voltage ranges |
| Date | 2016-07-12 00:50 +0200 |
| Message-ID | <rTSbv-4P8-1@gated-at.bofh.it> (permalink) |
| References | <rTRp8-4gA-23@gated-at.bofh.it> <rTRp8-4gA-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Jul 11, 2016 at 02:50:09PM -0700, Stephen Boyd wrote:
> The pm8x41_hfsmps ranges overlap. The first range is from 375000
> to 1562500:
>
> 375000 + (95 * 12500) == 1562500
>
> and the second range starts at 1550000. Interestingly, the second
> range ends at the correct value when it's set to be the
> appropriate start value, 1575000:
>
> 1575000 + ((158 - 96) * 25000) == 3125000
>
> Cc: Andy Gross <andy.gross@linaro.org>
> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> Fixes: da65e367b67e ("regulator: Regulator driver for the Qualcomm RPM")
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
Reviewed-by: Andy Gross <andy.gross@linaro.org>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] Fixes for RPM SMD regulator voltage ranges Stephen Boyd <sboyd@codeaurora.org> - 2016-07-12 00:00 +0200
[PATCH 1/3] regulator: qcom_smd: Fix voltage ranges for pm8x41 Stephen Boyd <sboyd@codeaurora.org> - 2016-07-12 00:00 +0200
Re: [PATCH 1/3] regulator: qcom_smd: Fix voltage ranges for pm8x41 Andy Gross <andy.gross@linaro.org> - 2016-07-12 00:50 +0200
[PATCH 3/3] regulator: qcom_smd: Avoid overlapping linear voltage ranges Stephen Boyd <sboyd@codeaurora.org> - 2016-07-12 00:00 +0200
Re: [PATCH 3/3] regulator: qcom_smd: Avoid overlapping linear voltage ranges Andy Gross <andy.gross@linaro.org> - 2016-07-12 00:50 +0200
Applied "regulator: qcom_smd: Avoid overlapping linear voltage ranges" to the regulator tree Mark Brown <broonie@kernel.org> - 2016-07-12 11:10 +0200
[PATCH 2/3] regulator: qcom_smd: Fix voltage ranges for pma8084 ftsmps and pldo Stephen Boyd <sboyd@codeaurora.org> - 2016-07-12 00:00 +0200
Re: [PATCH 2/3] regulator: qcom_smd: Fix voltage ranges for pma8084 ftsmps and pldo Andy Gross <andy.gross@linaro.org> - 2016-07-12 00:40 +0200
csiph-web