diff options
author | Thomas Weißschuh <linux@weissschuh.net> | 2023-09-02 10:47:01 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2023-10-27 17:27:23 +0300 |
commit | 4381a36abdf1c5c0323c1c51f869dc000115eb20 (patch) | |
tree | 450a3c877d7106ecbaef6c457b8409b006ec79a6 /MAINTAINERS | |
parent | 9da2901c47332b030ea4d2a2302bc7c0b83fc67c (diff) | |
download | linux-4381a36abdf1c5c0323c1c51f869dc000115eb20.tar.xz |
hwmon: add POWER-Z driver
POWER-Z is a series of devices to monitor power characteristics of
USB-C connections and display those on a on-device display.
Some of the devices, notably KM002C and KM003C, contain an additional
port which exposes the measurements via USB.
This is a driver for this monitor port.
It was developed and tested with the KM003C.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20230902-powerz-v4-1-7ec2c1440687@weissschuh.net
[groeck:
Release urb after hwmon registration error;
Move priv->status initialization to correct place before reinit_completion
]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b19995690904..44d394dc97c7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4794,6 +4794,13 @@ X: drivers/char/ipmi/ X: drivers/char/random.c X: drivers/char/tpm/ +CHARGERLAB POWER-Z HARDWARE MONITOR DRIVER +M: Thomas Weißschuh <linux@weissschuh.net> +L: linux-hwmon@vger.kernel.org +S: Maintained +F: Documentation/hwmon/powerz.rst +F: drivers/hwmon/powerz.c + CHECKPATCH M: Andy Whitcroft <apw@canonical.com> M: Joe Perches <joe@perches.com> |