All of lore.kernel.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Matteo Martelli <matteomartelli3@gmail.com>
Cc: Jonathan Cameron <jic23@kernel.org>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, marius.cristea@microchip.com
Subject: Re: [PATCH 0/2] iio: adc: add support for pac1921
Date: Wed, 3 Jul 2024 15:55:00 +0100	[thread overview]
Message-ID: <20240703-zebra-choosy-7f34a02b0c7d@spud> (raw)
In-Reply-To: <20240703-iio-pac1921-v1-0-54c47d9180b6@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1504 bytes --]

On Wed, Jul 03, 2024 at 03:34:34PM +0200, Matteo Martelli wrote:
> Add iio driver and DT binding for the Microchip PAC1921 Current/Power
> monitor.
> 
> Implemented most of the features with few limitations listed in the
> driver commit message.
> 
> Tested with a Pine64 host board connected to a PAC1921 click board [1]
> via I2C. The PAC1921 click board embeds the Microchip PAC1921 device
> and a 10 mOhms shunt resistor. The PAC1921 datasheet is at [2].
> 
> [1]: https://www.mikroe.com/pac1921-click
> [2]: https://ww1.microchip.com/downloads/en/DeviceDoc/PAC1921-Data-Sheet-DS20005293E.pdf
> 
> Signed-off-by: Matteo Martelli <matteomartelli3@gmail.com>

Marius, could you take a look at this driver/binding?

> ---
> Matteo Martelli (2):
>       dt-bindings: iio: adc: add binding for pac1921
>       iio: adc: add support for pac1921
> 
>  .../ABI/testing/sysfs-bus-iio-adc-pac1921          |   45 +
>  .../bindings/iio/adc/microchip,pac1921.yaml        |   79 ++
>  MAINTAINERS                                        |    7 +
>  drivers/iio/adc/Kconfig                            |   10 +
>  drivers/iio/adc/Makefile                           |    1 +
>  drivers/iio/adc/pac1921.c                          | 1033 ++++++++++++++++++++
>  6 files changed, 1175 insertions(+)
> ---
> base-commit: 529d2e1900642eba6df28307e26e19793e227546
> change-id: 20240606-iio-pac1921-77fa0fa3ac11
> 
> Best regards,
> -- 
> Matteo Martelli <matteomartelli3@gmail.com>
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

      parent reply	other threads:[~2024-07-03 14:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-03 13:34 [PATCH 0/2] iio: adc: add support for pac1921 Matteo Martelli
2024-07-03 13:34 ` [PATCH 1/2] dt-bindings: iio: adc: add binding " Matteo Martelli
2024-07-03 15:10   ` Conor Dooley
2024-07-04 10:06     ` Matteo Martelli
2024-07-04 10:37       ` Conor Dooley
2024-07-04 17:50         ` Matteo Martelli
2024-07-03 13:34 ` [PATCH 2/2] iio: adc: add support " Matteo Martelli
     [not found]   ` <SN6PR11MB3167C48F19120E35862316FA99DE2@SN6PR11MB3167.namprd11.prod.outlook.com>
2024-07-05  8:39     ` Marius.Cristea
2024-07-08 13:45       ` Matteo Martelli
2024-07-13 10:09         ` Jonathan Cameron
2024-07-03 14:55 ` Conor Dooley [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=20240703-zebra-choosy-7f34a02b0c7d@spud \
    --to=conor@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jic23@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marius.cristea@microchip.com \
    --cc=matteomartelli3@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.