From: icenowy-h8G6r0blFSE@public.gmane.org
To: wens-jdAy2FN1RRM@public.gmane.org
Cc: Maxime Ripard
<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
linux-arm-kernel
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linux-sunxi <linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: [PATCH 0/5] AXP803 regulator support for Pine64 and SoPine
Date: Thu, 20 Jul 2017 21:12:27 +0800 [thread overview]
Message-ID: <cf799802f412ad51a14091f4ee2bbaee@aosc.io> (raw)
In-Reply-To: <CAGb2v67hcD=uihh8CCwiNEm-29vc=d4nrqJTm+CAtmg_sWu8Qw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
在 2017-07-20 12:11,Chen-Yu Tsai 写道:
> On Thu, Jul 20, 2017 at 12:10 AM, Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org>
> wrote:
>> The Pine64 and SoPine w/ baseboard boards have an AXP803 PMIC, and the
>> regulators of the PMIC are used.
>>
>> This patchset adds the regulators to the device tree of these two
>> boards.
>>
>> The first patch introduces proper AXP803 regulators to Pine64 DT, and
>> the
>> second patch removed dummy regulators in the Pine64 DT.
>>
>> The third patch enables AXP803 PMIC for SoPine.
>>
>> The fourth patch and fifth patch are like the first and the second,
>> but
>> they're for SoPine w/ baseboard.
>>
>> Icenowy Zheng (5):
>> arm64: allwinner: a64: enable AXP803 regulators for Pine64
>> arm: allwinner: a64: drop the dummy vcc3v3 regulator in Pine64 DT
>> arm64: allwinner: a64: add AXP803 PMIC to SoPine DTSI
>> arm64: allwinner: a64: add AXP803 regulators support for SoPine
>> arm: allwinner: a64: drop vcc3v3 and vcc1v8 dummy regulators for
>> SoPine
>
> The related drivers are all merged. There's really no reason to split
> these into separate patches. Patch 1 & 2 can be squashed together.
> Patch 3, 4 & 5 can be squashed together.
>
> The patches themselves look good, though I have not checked them
> against the schematics.
In fact I prefer to split out the patch that removes the dummy
regulators, but if you think squashing them is better, I will
do it.
Squash 3 into 4 is of course okay.
>
> ChenYu
>
>>
>> .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 105
>> +++++++++++++++++++--
>> .../dts/allwinner/sun50i-a64-sopine-baseboard.dts | 34 +++++--
>> .../boot/dts/allwinner/sun50i-a64-sopine.dtsi | 91
>> ++++++++++++++++--
>> 3 files changed, 203 insertions(+), 27 deletions(-)
>>
>> --
>> 2.13.0
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "linux-sunxi" group.
>> To unsubscribe from this group and stop receiving emails from it, send
>> an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
prev parent reply other threads:[~2017-07-20 13:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-19 16:10 [PATCH 0/5] AXP803 regulator support for Pine64 and SoPine Icenowy Zheng
[not found] ` <20170719161019.62133-1-icenowy-h8G6r0blFSE@public.gmane.org>
2017-07-19 16:10 ` [PATCH 1/5] arm64: allwinner: a64: enable AXP803 regulators for Pine64 Icenowy Zheng
2017-07-19 16:10 ` [PATCH 2/5] arm: allwinner: a64: drop the dummy vcc3v3 regulator in Pine64 DT Icenowy Zheng
[not found] ` <20170719161019.62133-3-icenowy-h8G6r0blFSE@public.gmane.org>
2017-07-21 12:45 ` [linux-sunxi] " Andre Przywara
[not found] ` <4e2c9486-9c0d-14e9-62e7-8642758c5472-5wv7dgnIgG8@public.gmane.org>
2017-07-21 12:49 ` Icenowy Zheng
[not found] ` <7FACC99F-F900-437B-9642-741D7D980D25-h8G6r0blFSE@public.gmane.org>
2017-07-21 13:02 ` [linux-sunxi] " Andre Przywara
[not found] ` <493424f1-6df3-ec19-a7cf-f76706cb2c51-5wv7dgnIgG8@public.gmane.org>
2017-07-21 13:51 ` icenowy-h8G6r0blFSE
[not found] ` <a03e16d6ce509ce9fe2723682bae4768-h8G6r0blFSE@public.gmane.org>
2017-07-21 14:03 ` Alexander Graf
2017-07-21 14:38 ` Maxime Ripard
2017-07-21 15:08 ` Andre Przywara
[not found] ` <0d30c993-a3a4-3923-b112-e65d1ea97cce-5wv7dgnIgG8@public.gmane.org>
2017-07-21 15:10 ` Icenowy Zheng
2017-07-21 20:39 ` Maxime Ripard
2017-07-23 23:24 ` André Przywara
2017-07-19 16:10 ` [PATCH 3/5] arm64: allwinner: a64: add AXP803 PMIC to SoPine DTSI Icenowy Zheng
2017-07-19 16:10 ` [PATCH 4/5] arm64: allwinner: a64: add AXP803 regulators support for SoPine Icenowy Zheng
2017-07-19 16:10 ` [PATCH 5/5] arm: allwinner: a64: drop vcc3v3 and vcc1v8 dummy regulators " Icenowy Zheng
2017-07-20 4:11 ` [PATCH 0/5] AXP803 regulator support for Pine64 and SoPine Chen-Yu Tsai
[not found] ` <CAGb2v67hcD=uihh8CCwiNEm-29vc=d4nrqJTm+CAtmg_sWu8Qw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-20 13:12 ` icenowy-h8G6r0blFSE [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=cf799802f412ad51a14091f4ee2bbaee@aosc.io \
--to=icenowy-h8g6r0blfse@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
--cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=wens-jdAy2FN1RRM@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).