All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add INA232 power monitor support for Arduino VENTUNO Q
@ 2026-06-10  8:32 Loic Poulain
  2026-06-10  8:32 ` [PATCH 1/3] dt-bindings: hwmon: ina2xx: add ina232 compatible Loic Poulain
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Loic Poulain @ 2026-06-10  8:32 UTC (permalink / raw)
  To: Guenter Roeck, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Bjorn Andersson, Konrad Dybcio
  Cc: Krzysztof Kozlowski, linux-hwmon, devicetree, linux-kernel,
	linux-arm-msm, Loic Poulain, Martino Facchin

Add support for the TI INA232 current/power monitor to the ina2xx
hwmon driver, and enable it on the Arduino Monza board.

The INA232 is a bidirectional current/power monitor that shares the
same I2C register layout as the INA226, but has different electrical
characteristics.

On the Arduino Monza/Ventuno-Q board, the INA232 is connected on
I2C12 at address 0x40 with a 2 mΩ shunt resistor, and is used to
monitor the board supply current.

Signed-off-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
---
Loic Poulain (1):
      arm64: dts: qcom: monaco-arduino-monza: add ina232 power sensor

Martino Facchin (2):
      dt-bindings: hwmon: ina2xx: add ina232 compatible
      hwmon: ina2xx: support ina232

 Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml |  1 +
 arch/arm64/boot/dts/qcom/monaco-arduino-monza.dts      |  6 ++++++
 drivers/hwmon/ina2xx.c                                 | 17 +++++++++++++++++
 3 files changed, 24 insertions(+)
---
base-commit: 8a4062d204752e0d66a1e7e1a2f8834571a8d40f
change-id: 20260610-monza-ina232-de180e669dc1

Best regards,
-- 
Loic Poulain <loic.poulain@oss.qualcomm.com>


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2026-06-10 13:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-10  8:32 [PATCH 0/3] Add INA232 power monitor support for Arduino VENTUNO Q Loic Poulain
2026-06-10  8:32 ` [PATCH 1/3] dt-bindings: hwmon: ina2xx: add ina232 compatible Loic Poulain
2026-06-10  8:41   ` sashiko-bot
2026-06-10  9:01     ` Loic Poulain
2026-06-10  8:32 ` [PATCH 2/3] hwmon: ina2xx: support ina232 Loic Poulain
2026-06-10  8:43   ` sashiko-bot
2026-06-10  9:26     ` Loic Poulain
2026-06-10 13:22       ` Guenter Roeck
2026-06-10  8:32 ` [PATCH 3/3] arm64: dts: qcom: monaco-arduino-monza: add ina232 power sensor Loic Poulain
2026-06-10  8:37   ` sashiko-bot
2026-06-10  8:52     ` Loic Poulain
2026-06-10  8:54   ` Konrad Dybcio

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.