From: Ramona Alexandra Nechita <ramona.nechita@analog.com>
To: Jonathan Cameron <jic23@kernel.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Cosmin Tanislav <cosmin.tanislav@analog.com>,
Michael Hennerich <Michael.Hennerich@analog.com>,
Alexandru Ardelean <alexandru.ardelean@analog.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Nuno Sa <nuno.sa@analog.com>,
David Lechner <dlechner@baylibre.com>,
Andy Shevchenko <andy.shevchenko@gmail.com>,
Ana-Maria Cusco <ana-maria.cusco@analog.com>,
Ramona Alexandra Nechita <ramona.nechita@analog.com>,
George Mois <george.mois@analog.com>, <linux-iio@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>
Subject: [PATCH v7 0/3] Add support for AD777x family
Date: Mon, 14 Oct 2024 17:31:57 +0300 [thread overview]
Message-ID: <20241014143204.30195-1-ramona.nechita@analog.com> (raw)
v6:
* https://lore.kernel.org/all/20240926135418.8342-1-ramona.nechita@analog.com/
v6:
* Patch3:
- miscellanous changes regarding coding style
- switched timestamp type to aligned_s64
- removed length variable from spi_write/read
- modified the cast from reg_access
- used mult_frac from math.h in the calculation of the frequency function
- declared struct device in probe funcrion and reduced the number of lines
- removed shadowed error codes
- renamed spi_transfer structures to 't'
- added comments to all the fsleep function calls
Ramona Alexandra Nechita (3):
dt-bindings: iio: adc: add a7779 doc
Documentation: ABI: added filter mode doc in sysfs-bus-iio
drivers: iio: adc: add support for ad777x family
Documentation/ABI/testing/sysfs-bus-iio | 22 +
.../ABI/testing/sysfs-bus-iio-adc-ad4130 | 46 -
.../bindings/iio/adc/adi,ad7779.yaml | 110 +++
MAINTAINERS | 1 -
drivers/iio/adc/Kconfig | 11 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ad7779.c | 909 ++++++++++++++++++
7 files changed, 1053 insertions(+), 47 deletions(-)
delete mode 100644 Documentation/ABI/testing/sysfs-bus-iio-adc-ad4130
create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7779.yaml
create mode 100644 drivers/iio/adc/ad7779.c
--
2.43.0
next reply other threads:[~2024-10-14 14:32 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-14 14:31 Ramona Alexandra Nechita [this message]
2024-10-14 14:31 ` [PATCH v7 1/3] dt-bindings: iio: adc: add a7779 doc Ramona Alexandra Nechita
2024-10-14 17:59 ` Krzysztof Kozlowski
2024-10-19 14:55 ` Jonathan Cameron
2024-10-14 14:31 ` [PATCH v7 2/3] Documentation: ABI: added filter mode doc in sysfs-bus-iio Ramona Alexandra Nechita
2024-10-20 11:06 ` Jonathan Cameron
2024-10-20 11:22 ` Jonathan Cameron
2024-10-20 11:53 ` Jonathan Cameron
2024-10-14 14:32 ` [PATCH v7 3/3] drivers: iio: adc: add support for ad777x family Ramona Alexandra Nechita
2024-10-20 11:54 ` Jonathan Cameron
2024-10-20 11:56 ` Jonathan Cameron
2024-10-20 13:22 ` Jonathan Cameron
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=20241014143204.30195-1-ramona.nechita@analog.com \
--to=ramona.nechita@analog.com \
--cc=Michael.Hennerich@analog.com \
--cc=alexandru.ardelean@analog.com \
--cc=ana-maria.cusco@analog.com \
--cc=andy.shevchenko@gmail.com \
--cc=cosmin.tanislav@analog.com \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=george.mois@analog.com \
--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=nuno.sa@analog.com \
--cc=robh+dt@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).