From: Jonathan Cameron <jic23@jic23.retrosnub.co.uk>
To: Lars-Peter Clausen <lars@metafoo.de>, linux-iio@vger.kernel.org
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>,
Jonathan Cameron <Jonathan.Cameron@huawei.com>
Subject: Re: [PATCH v3 00/12] IIO: More of to generic fw conversions.
Date: Sun, 12 Dec 2021 16:19:58 +0000 [thread overview]
Message-ID: <20211212161935.49d2414c@jic23-huawei> (raw)
In-Reply-To: <20211205170140.2783914-1-jic23@kernel.org>
On Sun, 5 Dec 2021 17:01:28 +0000
Jonathan Cameron <jic23@kernel.org> wrote:
> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
>
> v3: Thanks to Andy Shevchenko for review + added tags.
>
> patch 1: Moved the dev_fwnode() check into the ad5755_parse_fw() function
> which simplifies the handling where it is calls. Also added blank line.
> patch 8: Dropped the struct device pointer being passed to mcp3911_config()
> as it is available as adc->spi->dev.
> patch 9: drop the of_match_pttr()
> patch 12: Clarify that the OF dependencies being removed in this patch
> were never needed for these drivers.
>
> v2: Drop platform data from ad5755 as suggested by Lars.
> Collect tags.
>
> I'm being naughty because I have a busy week ahead and not sure
> when I'll get back to this series. So whilst I'd normally say leave
> a series for other reviews for at least a few days here they are, one
> day later :)
>
> Nothing particularly special about this series, just a few
> more drifvers converted and related header and Kconfig
> dependency cleanups.
>
> For now I'm focussing mostly on standalone parts rather than
> those integrated in SoCs.
>
> Any feedback welcome.
Series applied to the togreg branch of iio.git.
I'll add a follow up to patch 1 as per discussion with Andy to my
todo list if no one else gets to it.
Thanks,
Jonathan
>
>
>
> Jonathan Cameron (12):
> iio:dac:ad5755: Switch to generic firmware properties and drop pdata
> iio:dac:ad5758: Drop unused of specific headers.
> iio:dac:dpot-dac: Swap of.h for mod_devicetable.h
> iio:dac:lpc18xx_dac: Swap from of* to mod_devicetable.h
> iio:pot:mcp41010: Switch to generic firmware properties.
> iio:light:cm3605: Switch to generic firmware properties.
> iio:adc:max9611: Switch to generic firmware properties.
> iio:adc:mcp3911: Switch to generic firmware properties.
> iio:adc:ti-adc12138: Switch to generic firmware properties and drop
> of_match_ptr
> iio:adc:envelope-detector: Switch from of headers to mod_devicetable.h
> iio:adc:ti-ads124s08: Drop dependency on OF.
> iio:adc/dac:Kconfig: Update to drop OF dependencies.
>
> drivers/iio/adc/Kconfig | 6 +-
> drivers/iio/adc/envelope-detector.c | 3 +-
> drivers/iio/adc/max9611.c | 20 ++--
> drivers/iio/adc/mcp3911.c | 9 +-
> drivers/iio/adc/ti-adc12138.c | 11 +-
> drivers/iio/adc/ti-ads124s08.c | 3 +-
> drivers/iio/dac/Kconfig | 1 -
> drivers/iio/dac/ad5755.c | 152 ++++++++++++++++++++-------
> drivers/iio/dac/ad5758.c | 3 +-
> drivers/iio/dac/dpot-dac.c | 2 +-
> drivers/iio/dac/lpc18xx_dac.c | 3 +-
> drivers/iio/light/cm3605.c | 6 +-
> drivers/iio/potentiometer/mcp41010.c | 6 +-
> include/linux/platform_data/ad5755.h | 102 ------------------
> 14 files changed, 149 insertions(+), 178 deletions(-)
> delete mode 100644 include/linux/platform_data/ad5755.h
>
prev parent reply other threads:[~2021-12-12 16:14 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-05 17:01 [PATCH v3 00/12] IIO: More of to generic fw conversions Jonathan Cameron
2021-12-05 17:01 ` [PATCH v3 01/12] iio:dac:ad5755: Switch to generic firmware properties and drop pdata Jonathan Cameron
2021-12-05 20:09 ` Andy Shevchenko
2021-12-06 13:22 ` Jonathan Cameron
2021-12-05 17:01 ` [PATCH v3 02/12] iio:dac:ad5758: Drop unused of specific headers Jonathan Cameron
2021-12-05 17:01 ` [PATCH v3 03/12] iio:dac:dpot-dac: Swap of.h for mod_devicetable.h Jonathan Cameron
2021-12-05 17:01 ` [PATCH v3 04/12] iio:dac:lpc18xx_dac: Swap from of* to mod_devicetable.h Jonathan Cameron
2021-12-05 17:01 ` [PATCH v3 05/12] iio:pot:mcp41010: Switch to generic firmware properties Jonathan Cameron
2021-12-05 17:01 ` [PATCH v3 06/12] iio:light:cm3605: " Jonathan Cameron
2021-12-05 17:01 ` [PATCH v3 07/12] iio:adc:max9611: " Jonathan Cameron
2021-12-05 17:01 ` [PATCH v3 08/12] iio:adc:mcp3911: " Jonathan Cameron
2021-12-07 19:31 ` Marcus Folkesson
2021-12-05 17:01 ` [PATCH v3 09/12] iio:adc:ti-adc12138: Switch to generic firmware properties and drop of_match_ptr Jonathan Cameron
2021-12-05 17:01 ` [PATCH v3 10/12] iio:adc:envelope-detector: Switch from of headers to mod_devicetable.h Jonathan Cameron
2021-12-05 17:01 ` [PATCH v3 11/12] iio:adc:ti-ads124s08: Drop dependency on OF Jonathan Cameron
2021-12-05 17:01 ` [PATCH v3 12/12] iio:adc/dac:Kconfig: Update to drop OF dependencies Jonathan Cameron
2021-12-12 16:19 ` 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=20211212161935.49d2414c@jic23-huawei \
--to=jic23@jic23.retrosnub.co.uk \
--cc=Jonathan.Cameron@huawei.com \
--cc=andy.shevchenko@gmail.com \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.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