devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Dumitru Ceclan via B4 Relay
	<devnull+dumitru.ceclan.analog.com@kernel.org>
Cc: dumitru.ceclan@analog.com, Lars-Peter Clausen <lars@metafoo.de>,
	Michael Hennerich <Michael.Hennerich@analog.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	David Lechner <dlechner@baylibre.com>,
	linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Dumitru Ceclan <mitrutzceclan@gmail.com>,
	Conor Dooley <conor.dooley@microchip.com>,
	Nuno Sa <nuno.sa@analog.com>,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>
Subject: Re: [PATCH v7 0/9] Add support for AD411x
Date: Mon, 17 Jun 2024 19:02:00 +0100	[thread overview]
Message-ID: <20240617190200.3123ac50@jic23-huawei> (raw)
In-Reply-To: <20240613193056.3fa3804c@jic23-huawei>

On Thu, 13 Jun 2024 19:30:56 +0100
Jonathan Cameron <jic23@kernel.org> wrote:

> On Sat, 8 Jun 2024 17:37:20 +0100
> Jonathan Cameron <jic23@kernel.org> wrote:
> 
> > On Fri, 07 Jun 2024 17:53:06 +0300
> > Dumitru Ceclan via B4 Relay <devnull+dumitru.ceclan.analog.com@kernel.org> wrote:
> >   
> > > This patch series adds support for the Analog Devices AD4111, AD4112,
> > >  AD4114, AD4115, AD4116 within the existing AD7173 driver.    
> > 
> > Looks good to me.  However given you had lots of good review and
> > it was a Friday afternoon posting, I'm not going to pick it up until
> > Nuno and David have had a day or two to take a look if they want to
> > (and hopefully add a few more tags! :)
> > 
> > If I seem to have lost it (rarely happens now I use patchwork to track
> > things) feel free to give me a poke.
> > 
> > Thanks,  
> Ah - I forgot we have a dependency on a fix that went the quick path.
> As a result I'll have to hold this until after a 1st pull request.
> 
> Whilst the merge resolution is trivial i need to do a pull anyway
> to resolve a more complex one.  Hence let's take the easy but
> slightly slower path for this as well.
> 
Now all sorted, so applied to the togreg branch of iio.git.

I'm not sure if I'll rebase that tree or not as I have one more
set of dependent fixes for another driver that didn't quite
make it yet, so don't base on it for now!

Jonathan

> Jonathan
> > 
> > Jonathan
> >   
> 
> 


  reply	other threads:[~2024-06-17 18:02 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-07 14:53 [PATCH v7 0/9] Add support for AD411x Dumitru Ceclan via B4 Relay
2024-06-07 14:53 ` [PATCH v7 1/9] dt-bindings: iio: adc: Add common-mode-channel property Dumitru Ceclan via B4 Relay
2024-06-07 14:53 ` [PATCH v7 2/9] dt-bindings: adc: ad7173: add support for ad411x Dumitru Ceclan via B4 Relay
2024-06-07 14:53 ` [PATCH v7 3/9] iio: adc: ad_sigma_delta: add disable_one callback Dumitru Ceclan via B4 Relay
2024-06-07 14:53 ` [PATCH v7 4/9] iio: adc: ad7173: refactor channel configuration parsing Dumitru Ceclan via B4 Relay
2024-06-07 14:53 ` [PATCH v7 5/9] iio: adc: ad7173: refactor ain and vref selection Dumitru Ceclan via B4 Relay
2024-06-10  7:23   ` Nuno Sá
2024-06-10 14:35     ` Nuno Sá
2024-06-07 14:53 ` [PATCH v7 6/9] iio: adc: ad7173: add support for special inputs Dumitru Ceclan via B4 Relay
2024-06-10  7:24   ` Nuno Sá
2024-06-07 14:53 ` [PATCH v7 7/9] iio: adc: ad7173: refactor device info structs Dumitru Ceclan via B4 Relay
2024-06-07 14:53 ` [PATCH v7 8/9] iio: adc: ad7173: document sampling frequency behaviour Dumitru Ceclan via B4 Relay
2024-06-07 14:53 ` [PATCH v7 9/9] iio: adc: ad7173: Add support for AD411x devices Dumitru Ceclan via B4 Relay
2024-06-10  7:27   ` Nuno Sá
2024-07-12 18:23   ` Rob Herring
2024-07-13 10:12   ` Krzysztof Kozlowski
2024-07-15 17:17     ` Ceclan, Dumitru
2024-07-16  6:31       ` Krzysztof Kozlowski
2024-07-22  7:14         ` Ceclan, Dumitru
2024-06-08 16:37 ` [PATCH v7 0/9] Add support for AD411x Jonathan Cameron
2024-06-13 18:30   ` Jonathan Cameron
2024-06-17 18:02     ` Jonathan Cameron [this message]
2024-06-10 13:40 ` David Lechner
2024-07-13 10:11 ` Krzysztof Kozlowski

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=20240617190200.3123ac50@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=conor+dt@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=devnull+dumitru.ceclan.analog.com@kernel.org \
    --cc=dlechner@baylibre.com \
    --cc=dumitru.ceclan@analog.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mitrutzceclan@gmail.com \
    --cc=nuno.sa@analog.com \
    --cc=robh@kernel.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).