]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwmon: add MP9941 driver
authorNoah Wang <noahwang.wang@outlook.com>
Tue, 11 Jun 2024 10:14:17 +0000 (18:14 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 13 Jun 2024 05:39:34 +0000 (22:39 -0700)
commitdc5abc2ff0ee4279a6c0351674cd24745216c4db
tree4f018a07665061b1ad323e2e1e24225cf41ff3fb
parent512554f612044f164e4c4e524d95cde9ffa39c4f
hwmon: add MP9941 driver

Add support for MPS step-down converter mp9941. This driver exposes
telemetry and limit value readings and writtings.

Signed-off-by: Noah Wang <noahwang.wang@outlook.com>
Link: https://lore.kernel.org/r/SEYPR04MB648294005D55F70736B519F6FAC72@SEYPR04MB6482.apcprd04.prod.outlook.com
[groeck: Include bitfield.h (for FIELD_PREP) and bits.h (for GENMASK)]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/mp9941.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/Makefile
drivers/hwmon/pmbus/mp9941.c [new file with mode: 0644]