From: Jonathan Cameron <jic23@kernel.org>
To: Ibrahim Tilki <Ibrahim.Tilki@analog.com>
Cc: <linux-iio@vger.kernel.org>, <Nuno.Sa@analog.com>,
<Nurettin.Bolucu@analog.com>
Subject: Re: [PATCH v3 0/2] iio: adc: add max11410 adc driver
Date: Sun, 14 Aug 2022 15:52:01 +0100 [thread overview]
Message-ID: <20220814155201.3fcb98b3@jic23-huawei> (raw)
In-Reply-To: <20220811134243.111-1-Ibrahim.Tilki@analog.com>
On Thu, 11 Aug 2022 13:42:41 +0000
Ibrahim Tilki <Ibrahim.Tilki@analog.com> wrote:
> I added filter enable attributes for 50Hz and 60Hz FIR filters.
> Disabling both will set filter to sinc4, allowing higher sampling rates.
>
> Regards,
> Ibrahim
>
> Note: No sign-off tag for David as he was unreachable when the initial patch was sent.
>
> Changelog:
> since v3:
> - prefix defines with MAX11410_
> - group vref regulators
> - use builtin iio_validate_scan_mask_onehot
> - validate iio trigger
> - move scan data into state struct
> - require vrefn regulator in DT if used by any channel
> - don't require irq for triggered buffer
> - remove filter sysfs attr and ABI documentation
> - add in_voltage_filter[0-1]_notch_{center,en} attrs
I'm not seeing a documentation patch for this new ABI.
It's subtly different from the existing entries in
Documentation/ABI/testing/sysfs-bus-iio and the _en part is
new in general for filters.
I'll take a look at the rest of the code, but Docs need to
be in place and reviewed before I can take the driver.
Thanks,
Jonathan
>
> since v2:
> - remove bit position shifting, use field_prep instead
> - reduce the amount of reg writes in max11410_configure_channel
> - add error checking in max11410_parse_channels
> - remove some unneeded blank lines and minor style fixes
> - remove scan data assignment in max11410_trigger_handler
>
>
> Ibrahim Tilki (2):
> iio: adc: add max11410 adc driver
> dt-bindings: iio: adc: add adi,max11410.yaml
>
> .../bindings/iio/adc/adi,max11410.yaml | 165 +++
> drivers/iio/adc/Kconfig | 13 +
> drivers/iio/adc/Makefile | 1 +
> drivers/iio/adc/max11410.c | 954 ++++++++++++++++++
> 4 files changed, 1133 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,max11410.yaml
> create mode 100644 drivers/iio/adc/max11410.c
>
prev parent reply other threads:[~2022-08-14 14:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-11 13:42 [PATCH v3 0/2] iio: adc: add max11410 adc driver Ibrahim Tilki
2022-08-11 13:42 ` [PATCH v3 1/2] " Ibrahim Tilki
2022-08-14 15:44 ` Jonathan Cameron
2022-08-11 13:42 ` [PATCH v3 2/2] dt-bindings: iio: adc: add adi,max11410.yaml Ibrahim Tilki
2022-08-14 15:55 ` Jonathan Cameron
2022-08-19 6:32 ` Bolucu, Nurettin
2022-08-20 11:53 ` Jonathan Cameron
2022-08-14 14:52 ` 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=20220814155201.3fcb98b3@jic23-huawei \
--to=jic23@kernel.org \
--cc=Ibrahim.Tilki@analog.com \
--cc=Nuno.Sa@analog.com \
--cc=Nurettin.Bolucu@analog.com \
--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;
as well as URLs for NNTP newsgroup(s).