All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cixi Geng <gengcixi@gmail.com>
To: Jonathan Cameron <jic23@kernel.org>
Cc: "Lars-Peter Clausen" <lars@metafoo.de>,
	"Rob Herring" <robh+dt@kernel.org>,
	krzysztof.kozlowski+dt@linaro.org,
	"Orson Zhai" <orsonzhai@gmail.com>,
	"baolin.wang7@gmail.com" <baolin.wang7@gmail.com>,
	"Chunyan Zhang" <zhang.lyra@gmail.com>,
	"朱玉明 (Yuming Zhu/11457)" <yuming.zhu1@unisoc.com>,
	linux-iio@vger.kernel.org,
	"Devicetree List" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH V4 0/7] iio: adc: sc27xx: adjust structure and add PMIC's support
Date: Fri, 29 Apr 2022 12:25:55 +0800	[thread overview]
Message-ID: <CAF12kFuROw9OFPwk0JFDrAgyTycK2zBJsCAPzN2s0SbBDp9KxA@mail.gmail.com> (raw)
In-Reply-To: <20220424183443.2382ef9c@jic23-huawei>

Jonathan Cameron <jic23@kernel.org> 于2022年4月25日周一 01:26写道:
>
> On Tue, 19 Apr 2022 22:24:51 +0800
> Cixi Geng <gengcixi@gmail.com> wrote:
>
> > From: Cixi Geng <cixi.geng1@unisoc.com>
> >
> > this patchset add a sc27xx_adc_variant_data structure
> > and add sc272*,sc273* and ump9620 PMIC support.
>
> Series applied with the minor tweaks I've called out in replies
> to individual patches.
Thank you very much,I am very appreciated for your patience and sugestion
>
> Applied to the togreg branch of iio.git and pushed out as testing
> for 0-day to see if it can find anything we missed.
>
> Thanks,
>
> Jonathan
>
> >
> > v2 changes:
> >   fix dt_binding_check error
> >   adjust some code-style issue
> >   optimize the copy-paste functions
> >   the smatch warnings found by lkp
> >   and  ohter comments by v1 patches.
> >
> > v3 changes:
> >   fix nvmem-cells Items value and add ump9620 dt sample
> >   add the correct signature for each patch
> >   fix the unused warning in 3/7, add explain for set the scales
> >   remove duplicate code,add goto label in sc27xx_adc_read
> >   pull out the refactor code into a single patch
> >   delete the suspend and resume pm for ump9620
> >
> > v4 changes:
> >   Add fix tag in the 2/7 patch.
> >   Separate modification and refactoring 3/7(v3) to 2 pathes.
> >   remove the pmic_type struct instead of a boot set_volref
> >   to define the specific feathure.
> >   use switch statement in all scale_init functions.
> >   remove ump9620 pmic support in this patchset, submit separately
> >   in the next patches.
> >
> > Cixi Geng (7):
> >   dt-bindings:iio:adc: add sprd,ump9620-adc dt-binding
> >   iio: adc: sc27xx: fix read big scale voltage not right
> >   iio: adc: Fine tune the scale calibration values
> >   iio: adc: sc27xx: structure adjustment and optimization
> >   iio: adc: refactor some functions for support more PMiCs
> >   iio: adc: sc27xx: add support for PMIC sc2720 and sc2721
> >   iio: adc: sc27xx: add support for PMIC sc2730
> >
> >  .../bindings/iio/adc/sprd,sc2720-adc.yaml     |  59 ++-
> >  drivers/iio/adc/sc27xx_adc.c                  | 473 ++++++++++++++++--
> >  2 files changed, 491 insertions(+), 41 deletions(-)
> >
>

      reply	other threads:[~2022-04-29  4:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-19 14:24 [PATCH V4 0/7] iio: adc: sc27xx: adjust structure and add PMIC's support Cixi Geng
2022-04-19 14:24 ` [PATCH V4 1/7] dt-bindings:iio:adc: add sprd,ump9620-adc dt-binding Cixi Geng
2022-04-20  7:01   ` Krzysztof Kozlowski
2022-04-24 17:21     ` Jonathan Cameron
2022-04-19 14:24 ` [PATCH V4 2/7] iio: adc: sc27xx: fix read big scale voltage not right Cixi Geng
2022-04-24 17:00   ` Jonathan Cameron
2022-04-19 14:24 ` [PATCH V4 3/7] iio: adc: Fine tune the scale calibration values Cixi Geng
2022-04-24 17:01   ` Jonathan Cameron
2022-04-24 17:28     ` Jonathan Cameron
2022-04-19 14:24 ` [PATCH V4 4/7] iio: adc: sc27xx: structure adjustment and optimization Cixi Geng
2022-04-19 14:24 ` [PATCH V4 5/7] iio: adc: refactor some functions for support more PMiCs Cixi Geng
2022-04-24 17:30   ` Jonathan Cameron
2022-04-19 14:24 ` [PATCH V4 6/7] iio: adc: sc27xx: add support for PMIC sc2720 and sc2721 Cixi Geng
2022-04-19 14:24 ` [PATCH V4 7/7] iio: adc: sc27xx: add support for PMIC sc2730 Cixi Geng
2022-04-24 17:34 ` [PATCH V4 0/7] iio: adc: sc27xx: adjust structure and add PMIC's support Jonathan Cameron
2022-04-29  4:25   ` Cixi Geng [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=CAF12kFuROw9OFPwk0JFDrAgyTycK2zBJsCAPzN2s0SbBDp9KxA@mail.gmail.com \
    --to=gengcixi@gmail.com \
    --cc=baolin.wang7@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jic23@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=orsonzhai@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=yuming.zhu1@unisoc.com \
    --cc=zhang.lyra@gmail.com \
    /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.