devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] hwmon: Add TSC1641 I2C power monitor driver
@ 2025-11-05 20:14 Igor Reznichenko
  2025-11-05 20:14 ` [PATCH v4 1/2] dt-bindings: hwmon: ST TSC1641 power monitor Igor Reznichenko
  2025-11-05 20:14 ` [PATCH v4 2/2] hwmon: Add TSC1641 I2C power monitor driver Igor Reznichenko
  0 siblings, 2 replies; 6+ messages in thread
From: Igor Reznichenko @ 2025-11-05 20:14 UTC (permalink / raw)
  To: linux, robh, krzk+dt, conor+dt, corbet
  Cc: david.hunter.linux, devicetree, linux-doc, linux-hwmon,
	linux-kernel, skhan

This patch series adds support for the ST Microelectronics TSC1641
I2C power monitor. The TSC1641 provides bus voltage, current, power,
and temperature measurements via the hwmon subsystem. The driver 
supports optional ALERT pin polarity configuration and exposes the
shunt resistor value and update interval via sysfs.

Tested on Raspberry Pi 3B+ with a TSC1641 evaluation board.

v3: https://lore.kernel.org/linux-hwmon/20251104003320.1120514-1-igor@reznichenko.net/

Changes in v4:
- Updated devicetree binding example
- Removed unnecessary check for !current_lsb
- Added clamping to current val
- No extra calls to validate_shunt()

Igor Reznichenko (2):
  dt-bindings: hwmon: ST TSC1641 power monitor
  hwmon: Add TSC1641 I2C power monitor driver

 .../devicetree/bindings/hwmon/st,tsc1641.yaml |  63 ++
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/tsc1641.rst               |  87 ++
 drivers/hwmon/Kconfig                         |  12 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/tsc1641.c                       | 748 ++++++++++++++++++
 6 files changed, 912 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/st,tsc1641.yaml
 create mode 100644 Documentation/hwmon/tsc1641.rst
 create mode 100644 drivers/hwmon/tsc1641.c

-- 
2.43.0


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

end of thread, other threads:[~2025-11-12 20:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-05 20:14 [PATCH v4 0/2] hwmon: Add TSC1641 I2C power monitor driver Igor Reznichenko
2025-11-05 20:14 ` [PATCH v4 1/2] dt-bindings: hwmon: ST TSC1641 power monitor Igor Reznichenko
2025-11-06  7:46   ` Krzysztof Kozlowski
2025-11-12 20:08   ` Guenter Roeck
2025-11-05 20:14 ` [PATCH v4 2/2] hwmon: Add TSC1641 I2C power monitor driver Igor Reznichenko
2025-11-12 20:09   ` Guenter Roeck

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).