Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH 0/2] Add driver for MAX42500
@ 2024-12-20  1:20 Kent Libetario
  2024-12-20  1:20 ` [PATCH 1/2] dt-bindings: hwmon: add adi,max42500.yaml Kent Libetario
  2024-12-20  1:20 ` [PATCH 2/2] drivers: hwmon: add driver for max42500 Kent Libetario
  0 siblings, 2 replies; 8+ messages in thread
From: Kent Libetario @ 2024-12-20  1:20 UTC (permalink / raw)
  To: linux-hwmon, devicetree, linux-kernel
  Cc: Jean Delvare, Guenter Roeck, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley

This patch series introduces a new hardware monitoring (hwmon) driver for
the MAX42500 hardware. The driver is a SoC power-system monitor with up to
seven voltage monitor inputs. Each input has programmable OV/UV thresholds
over the full temperature range and support DVS through the I2C interface.

The MAX42500 contains a programmable flexible power sequence recorder
(FPSR) and a programmable challenge/response watchdog with a configurable
RESET output. These are also accessible through the I2C interface.

The patches are organized as follows:
1. Patch 1/2: Add documentation for devicetree bindings of MAX42500 driver.
2. Patch 2/2: Add the core implementation of the MAX42500 hwmon driver.

The driver has been tested on the raspberry pi-4 platform.

Kent Libetario (2):
  dt-bindings: hwmon: add adi,max42500.yaml
  drivers: hwmon: add driver for max42500

 .../bindings/hwmon/adi,max42500.yaml          |   42 +
 MAINTAINERS                                   |    7 +
 drivers/hwmon/Kconfig                         |   13 +
 drivers/hwmon/Makefile                        |    1 +
 drivers/hwmon/max42500.c                      | 1049 +++++++++++++++++
 5 files changed, 1112 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/adi,max42500.yaml
 create mode 100644 drivers/hwmon/max42500.c


base-commit: de076198d1e4934c5fc17aa52d5f1884f469ce1a
-- 
2.25.1


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

end of thread, other threads:[~2025-03-10  9:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-20  1:20 [PATCH 0/2] Add driver for MAX42500 Kent Libetario
2024-12-20  1:20 ` [PATCH 1/2] dt-bindings: hwmon: add adi,max42500.yaml Kent Libetario
2024-12-27  8:50   ` Krzysztof Kozlowski
2025-03-10  9:26     ` Libetario, Kent
2024-12-20  1:20 ` [PATCH 2/2] drivers: hwmon: add driver for max42500 Kent Libetario
2024-12-21  5:01   ` kernel test robot
2024-12-21 18:08   ` Guenter Roeck
2025-03-10  9:05     ` Libetario, Kent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox