From: Jonathan Cameron <jic23@kernel.org>
To: David Lechner <dlechner@baylibre.com>
Cc: "Joel Stanley" <joel@jms.id.au>,
"Andrew Jeffery" <andrew@codeconstruct.com.au>,
"Liam Girdwood" <lgirdwood@gmail.com>,
"Mark Brown" <broonie@kernel.org>,
"Andreas Klinger" <ak@it-klinger.de>,
"Michael Hennerich" <Michael.Hennerich@analog.com>,
"Nuno Sá" <nuno.sa@analog.com>,
linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/10] iio: use devm_regulator_get_enable_read_voltage round 2
Date: Mon, 24 Jun 2024 20:34:26 +0100 [thread overview]
Message-ID: <20240624203426.1970ec62@jic23-huawei> (raw)
In-Reply-To: <20240623111247.1c4a5e2a@jic23-huawei>
On Sun, 23 Jun 2024 11:12:47 +0100
Jonathan Cameron <jic23@kernel.org> wrote:
> On Fri, 21 Jun 2024 17:11:47 -0500
> David Lechner <dlechner@baylibre.com> wrote:
>
> > This is the second round of patches making use of the new helper
> > devm_regulator_get_enable_read_voltage() to simplify drivers.
> >
> > All of the changes in this round should be fairly straight forward.
> > And as a bonus, there are a few patches to get rid of driver .remove
> > callbacks.
>
> LGTM. Obviously only been on list for a short time though and
> some of these have active maintainers so I won't pick them up just yet.
I think most of the people I thought would review did super quick so
applied.
Thanks,
Jonathan
>
> Jonathan
>
> >
> > ---
> > David Lechner (10):
> > iio: adc: aspeed_adc: use devm_regulator_get_enable_read_voltage()
> > iio: adc: hx711: use devm_regulator_get_enable_read_voltage()
> > iio: adc: hx711: remove hx711_remove()
> > iio: adc: hx711: use dev_err_probe()
> > iio: adc: ltc2309: use devm_regulator_get_enable_read_voltage()
> > iio: adc: max1363: use devm_regulator_get_enable_read_voltage()
> > iio: adc: ti-adc108s102: use devm_regulator_get_enable_read_voltage()
> > iio: adc: ti-ads8688: use devm_regulator_get_enable_read_voltage()
> > iio: adc: ti-ads8688: drop ads8688_remove()
> > iio: dac: ad3552r: use devm_regulator_get_enable_read_voltage()
> >
> > drivers/iio/adc/aspeed_adc.c | 30 +++++-----------
> > drivers/iio/adc/hx711.c | 78 ++++++++++-------------------------------
> > drivers/iio/adc/ltc2309.c | 43 ++++-------------------
> > drivers/iio/adc/max1363.c | 28 +++------------
> > drivers/iio/adc/ti-adc108s102.c | 28 ++-------------
> > drivers/iio/adc/ti-ads8688.c | 59 ++++++-------------------------
> > drivers/iio/dac/ad3552r.c | 28 +++------------
> > 7 files changed, 53 insertions(+), 241 deletions(-)
> > ---
> > base-commit: 7db8a847f98caae68c70bdab9ba92d1af38e5656
> > change-id: 20240621-iio-regulator-refactor-round-2-28a1e129a42d
>
>
prev parent reply other threads:[~2024-06-24 19:34 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-21 22:11 [PATCH 00/10] iio: use devm_regulator_get_enable_read_voltage round 2 David Lechner
2024-06-21 22:11 ` [PATCH 01/10] iio: adc: aspeed_adc: use devm_regulator_get_enable_read_voltage() David Lechner
2024-06-24 0:28 ` Andrew Jeffery
2024-06-21 22:11 ` [PATCH 02/10] iio: adc: hx711: " David Lechner
2024-06-24 6:03 ` Andreas Klinger
2024-06-21 22:11 ` [PATCH 03/10] iio: adc: hx711: remove hx711_remove() David Lechner
2024-06-24 6:04 ` Andreas Klinger
2024-06-21 22:11 ` [PATCH 04/10] iio: adc: hx711: use dev_err_probe() David Lechner
2024-06-24 6:05 ` Andreas Klinger
2024-06-21 22:11 ` [PATCH 05/10] iio: adc: ltc2309: use devm_regulator_get_enable_read_voltage() David Lechner
2024-06-24 8:14 ` Nuno Sá
2024-06-21 22:11 ` [PATCH 06/10] iio: adc: max1363: " David Lechner
2024-06-24 8:16 ` Nuno Sá
2024-06-21 22:11 ` [PATCH 07/10] iio: adc: ti-adc108s102: " David Lechner
2024-06-21 22:11 ` [PATCH 08/10] iio: adc: ti-ads8688: " David Lechner
2024-06-21 22:11 ` [PATCH 09/10] iio: adc: ti-ads8688: drop ads8688_remove() David Lechner
2024-06-21 22:11 ` [PATCH 10/10] iio: dac: ad3552r: use devm_regulator_get_enable_read_voltage() David Lechner
2024-06-24 8:18 ` Nuno Sá
2024-06-23 10:12 ` [PATCH 00/10] iio: use devm_regulator_get_enable_read_voltage round 2 Jonathan Cameron
2024-06-24 19:34 ` Jonathan Cameron [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=20240624203426.1970ec62@jic23-huawei \
--to=jic23@kernel.org \
--cc=Michael.Hennerich@analog.com \
--cc=ak@it-klinger.de \
--cc=andrew@codeconstruct.com.au \
--cc=broonie@kernel.org \
--cc=dlechner@baylibre.com \
--cc=joel@jms.id.au \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-aspeed@lists.ozlabs.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nuno.sa@analog.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox