LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Stephen Boyd <swboyd@chromium.org>
To: Doug Anderson <dianders@chromium.org>
Cc: Lee Jones <lee.jones@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
linux-arm-msm@vger.kernel.org,
LKML <linux-kernel@vger.kernel.org>,
devicetree@vger.kernel.org
Subject: Re: [PATCH] mfd: qcom-spmi-pmic: Add support for pm8005,pm8998,pmi8998
Date: Wed, 02 May 2018 09:29:36 -0700 [thread overview]
Message-ID: <152527857679.138124.10889204252669437850@swboyd.mtv.corp.google.com> (raw)
In-Reply-To: <CAD=FV=VoGpRLsPXcfPaiaJh18u+79DcN9PUGScDKUu+COgj7Gw@mail.gmail.com>
Quoting Doug Anderson (2018-04-23 22:26:29)
>
> > static const struct of_device_id pmic_spmi_id_table[] = {
> > { .compatible = "qcom,spmi-pmic", .data = (void *)COMMON_SUBTYPE },
> > @@ -54,7 +57,10 @@ static const struct of_device_id pmic_spmi_id_table[] = {
> > { .compatible = "qcom,pmi8994", .data = (void *)PMI8994_SUBTYPE },
> > { .compatible = "qcom,pm8916", .data = (void *)PM8916_SUBTYPE },
> > { .compatible = "qcom,pm8004", .data = (void *)PM8004_SUBTYPE },
> > + { .compatible = "qcom,pmi8998", .data = (void *)PMI8998_SUBTYPE },
> > + { .compatible = "qcom,pm8005", .data = (void *)PM8005_SUBTYPE },
> > { .compatible = "qcom,pm8909", .data = (void *)PM8909_SUBTYPE },
> > + { .compatible = "qcom,pm8998", .data = (void *)PM8998_SUBTYPE },
>
> nit: It appears that the above table was previously sorted by SUBTYPE
> ID. Could you perhaps move your 3 new PMICs to the bottom to maintain
> this? Other than that, you can add my Reviewed-by if you would like
> (not that I have _any_ real expertise on SPMI, so might not be worth
> it).
Ok. I'll change the order and resend the patch with the reviewed-by
tags.
next prev parent reply other threads:[~2018-05-02 16:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-19 23:00 Stephen Boyd
2018-04-24 5:26 ` Doug Anderson
2018-05-02 16:29 ` Stephen Boyd [this message]
2018-04-27 3:14 ` Rob Herring
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=152527857679.138124.10889204252669437850@swboyd.mtv.corp.google.com \
--to=swboyd@chromium.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=lee.jones@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--subject='Re: [PATCH] mfd: qcom-spmi-pmic: Add support for pm8005,pm8998,pmi8998' \
/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
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).