From: David Lechner <dlechner@baylibre.com>
To: Antoniu Miclaus <antoniu.miclaus@analog.com>,
jic23@kernel.org, robh@kernel.org, conor+dt@kernel.org,
devicetree@vger.kernel.org, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] iio: adc: add support for ADE9000 Energy Monitoring IC
Date: Fri, 11 Jul 2025 12:09:36 -0500 [thread overview]
Message-ID: <5025b191-c5ba-488c-a7cd-6f2bfde47bd2@baylibre.com> (raw)
In-Reply-To: <20250711130241.159143-1-antoniu.miclaus@analog.com>
On 7/11/25 8:02 AM, Antoniu Miclaus wrote:
> This patch series adds support for the Analog Devices ADE9000, a highly
> accurate, fully integrated, multiphase energy and power quality monitoring
> device. The ADE9000 is capable of measuring energy consumption and power
> quality parameters in industrial and commercial applications.
>
> The series includes:
>
> 1. New IIO modifiers for power and energy measurement devices, including
> support for active/reactive/apparent power, energy accumulation, RMS
> measurements, and power quality indicators (swell/dip detection).
>
> 2. Device tree bindings for the ADE9000, supporting waveform buffer
> configuration, phase configuration, and trigger settings.
>
> 3. Complete driver implementation supporting:
You will get much better review if we can spread this out across
multiple series instead of trying to do everything all at once.
At a minimum, each of these should be a separate patch. 2000 lines
in one patch is just way too much to grok at once.
> - Multi-phase energy measurement (3-phase support)
> - Power quality monitoring (voltage swell/dip detection)
> - Waveform buffer capture with configurable triggering
> - Energy accumulation with configurable time windows
> - IIO buffer interface for continuous data streaming
> - Event-based notifications for power quality events
>
> The driver provides a comprehensive interface for energy monitoring
> applications through the IIO framework, enabling userspace applications
> to monitor power consumption, quality, and waveform data.
>
> The driver will be extended in the future to support multiple parts such as
> ade9039.
>
> Antoniu Miclaus (3):
> iio: add power and energy measurement modifiers
It looks like [PATCH 1/3] didn't get sent out.
> dt-bindings: iio: adc: add ade9000
> iio: adc: add ade9000 support
>
> Documentation/ABI/testing/sysfs-bus-iio | 19 +
> .../bindings/iio/adc/adi,ade9000.yaml | 157 ++
> drivers/iio/adc/Kconfig | 13 +
> drivers/iio/adc/Makefile | 1 +
> drivers/iio/adc/ade9000.c | 2187 +++++++++++++++++
> drivers/iio/industrialio-core.c | 11 +
> include/uapi/linux/iio/types.h | 11 +
> 7 files changed, 2399 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ade9000.yaml
> create mode 100644 drivers/iio/adc/ade9000.c
>
prev parent reply other threads:[~2025-07-11 17:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-11 13:02 [PATCH 0/3] iio: adc: add support for ADE9000 Energy Monitoring IC Antoniu Miclaus
2025-07-11 13:02 ` [PATCH 1/3] iio: add power and energy measurement modifiers Antoniu Miclaus
2025-07-11 19:23 ` David Lechner
2025-07-24 13:09 ` Jonathan Cameron
2025-07-24 13:58 ` David Lechner
2025-07-27 13:17 ` Jonathan Cameron
2025-07-11 13:02 ` [PATCH 2/3] dt-bindings: iio: adc: add ade9000 Antoniu Miclaus
2025-07-11 17:43 ` David Lechner
2025-07-11 13:02 ` [PATCH 3/3] iio: adc: add ade9000 support Antoniu Miclaus
2025-07-12 17:56 ` kernel test robot
2025-07-12 22:16 ` kernel test robot
2025-07-11 17:09 ` David Lechner [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=5025b191-c5ba-488c-a7cd-6f2bfde47bd2@baylibre.com \
--to=dlechner@baylibre.com \
--cc=antoniu.miclaus@analog.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--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).