Re: [PATCH v3 2/2] hwmon: Add support for TI INA4230 power monitor

From: Alexey Charkov

Date: Tue Mar 17 2026 - 14:26:30 EST


On Tue, Mar 10, 2026 at 3:43 PM Alexey Charkov <alchark@xxxxxxxxxxx> wrote:
>
> Add a driver for the TI INA4230, a 4-channel power monitor with I2C
> interface.
>
> The driver supports voltage, current, power and energy measurements, but
> skips the alert functionality in this initial implementation.
>
> Signed-off-by: Alexey Charkov <alchark@xxxxxxxxxxx>
> ---
> MAINTAINERS | 1 +
> drivers/hwmon/Kconfig | 11 +
> drivers/hwmon/Makefile | 1 +
> drivers/hwmon/ina4230.c | 1066 +++++++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 1079 insertions(+)

Hi Guenter,

Would you mind giving this one another look? I've addressed your
feedback from v2, and no other feedback arrived in the meantime.

Thanks a lot,
Alexey