lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241220012003.9568-1-Kent.Libetario@analog.com>
Date: Fri, 20 Dec 2024 09:20:01 +0800
From: Kent Libetario <Kent.Libetario@...log.com>
To: <linux-hwmon@...r.kernel.org>, <devicetree@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>
CC: Jean Delvare <jdelvare@...e.com>, Guenter Roeck <linux@...ck-us.net>,
        "Rob
 Herring" <robh@...nel.org>,
        Krzysztof Kozlowski <krzk+dt@...nel.org>,
        "Conor
 Dooley" <conor+dt@...nel.org>
Subject: [PATCH 0/2] Add driver for MAX42500

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ