Linux Hardware Monitor development
 help / color / mirror / Atom feed
From: Kent Libetario <Kent.Libetario@analog.com>
To: <linux-hwmon@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Cc: Jean Delvare <jdelvare@suse.com>,
	Guenter Roeck <linux@roeck-us.net>,
	"Rob Herring" <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>
Subject: [PATCH 0/2] Add driver for MAX42500
Date: Fri, 20 Dec 2024 09:20:01 +0800	[thread overview]
Message-ID: <20241220012003.9568-1-Kent.Libetario@analog.com> (raw)

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


             reply	other threads:[~2024-12-20  1:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-20  1:20 Kent Libetario [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241220012003.9568-1-Kent.Libetario@analog.com \
    --to=kent.libetario@analog.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jdelvare@suse.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox