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]
Date: Fri,  7 Jun 2024 17:05:40 +0800
From: Noah Wang <noahwang.wang@...look.com>
To: robh@...nel.org,
	krzk+dt@...nel.org,
	linux@...ck-us.net,
	conor+dt@...nel.org,
	jdelvare@...e.com
Cc: corbet@....net,
	Delphine_CC_Chiu@...ynn.com,
	peteryin.openbmc@...il.com,
	javier.carrasco.cruz@...il.com,
	patrick.rudolph@...ements.com,
	bhelgaas@...gle.com,
	lukas@...ner.de,
	devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	linux-hwmon@...r.kernel.org,
	linux-doc@...r.kernel.org,
	linux-i2c@...r.kernel.org,
	Noah Wang <noahwang.wang@...look.com>
Subject: [PATCH 0/4] hwmon: Add support for MPS mp2993,mp9941 chip

Add mp2993,mp9941 driver in hwmon and add dt-bindings for them.

Noah Wang (4):
  dt-bindings: hwmon: Add MPS mp2993
  hwmon: add MP2993 driver
  dt-bindings: hwmon: Add MPS mp9941
  hwmon: add MP9941 driver

 .../devicetree/bindings/trivial-devices.yaml  |   4 +
 Documentation/hwmon/index.rst                 |   2 +
 Documentation/hwmon/mp2993.rst                | 150 ++++++++
 Documentation/hwmon/mp9941.rst                |  92 +++++
 MAINTAINERS                                   |  14 +
 drivers/hwmon/pmbus/Kconfig                   |  18 +
 drivers/hwmon/pmbus/Makefile                  |   2 +
 drivers/hwmon/pmbus/mp2993.c                  | 269 ++++++++++++++
 drivers/hwmon/pmbus/mp9941.c                  | 328 ++++++++++++++++++
 9 files changed, 879 insertions(+)
 create mode 100644 Documentation/hwmon/mp2993.rst
 create mode 100644 Documentation/hwmon/mp9941.rst
 create mode 100644 drivers/hwmon/pmbus/mp2993.c
 create mode 100644 drivers/hwmon/pmbus/mp9941.c

-- 
2.25.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ