[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e1bdae73-79ee-de4f-963f-b238d953a6ce@roeck-us.net>
Date: Wed, 27 Oct 2021 08:57:51 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Nathan Rossi <nathan@...hanrossi.com>, linux-hwmon@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org
Cc: Nathan Rossi <nathan.rossi@...i.com>,
Jean Delvare <jdelvare@...e.com>,
Rob Herring <robh+dt@...nel.org>,
Jonathan Corbet <corbet@....net>
Subject: Re: [PATCH v2 0/3] Driver for TI INA238 I2C Power Monitor
On 10/27/21 12:42 AM, Nathan Rossi wrote:
> From: Nathan Rossi <nathan.rossi@...i.com>
>
> Changes in v2:
> - Added device tree binding for ti,shunt-gain to specify the target
> ADCRANGE for the ina238
> - Reworked ina238 driver to use hwmon_chip_info API, and addressed
> various review comments
>
> Nathan Rossi (3):
> dt-bindings: hwmon: ti,ina2xx: Document ti,ina238 compatible string
> dt-bindings: hwmon: ti,ina2xx: Add ti,shunt-gain property
> hwmon: Driver for Texas Instruments INA238
>
> .../devicetree/bindings/hwmon/ti,ina2xx.yaml | 7 +
> Documentation/hwmon/ina238.rst | 56 ++
> Documentation/hwmon/index.rst | 1 +
> drivers/hwmon/Kconfig | 12 +
> drivers/hwmon/Makefile | 1 +
> drivers/hwmon/ina238.c | 672 ++++++++++++++++++
> 6 files changed, 749 insertions(+)
> create mode 100644 Documentation/hwmon/ina238.rst
> create mode 100644 drivers/hwmon/ina238.c
> ---
> 2.33.0
>
General comment: Please never send a patch series as reply to a previous one.
Guenter
Powered by blists - more mailing lists