summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorTitus Rwantare2022-03-07 21:06:01 +0100
committerPhilippe Mathieu-Daudé2022-03-08 18:46:48 +0100
commitbf0e0c70924c725b7b778f6b870a72f789a359af (patch)
treeb352b69f5e3960eb5d2e140dc09f91f74445fa76 /MAINTAINERS
parenthw/i2c: pmbus: refactor uint handling (diff)
downloadqemu-bf0e0c70924c725b7b778f6b870a72f789a359af.tar.gz
qemu-bf0e0c70924c725b7b778f6b870a72f789a359af.tar.xz
qemu-bf0e0c70924c725b7b778f6b870a72f789a359af.zip
hw/i2c: pmbus: update MAINTAINERS
add self to MAINTAINERS for the PMBus subsystem and related sensors, and set PMBus as maintained. Signed-off-by: Titus Rwantare <titusr@google.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Corey Minyard <cminyard@mvista.com> Message-Id: <20220307200605.4001451-6-titusr@google.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS10
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4f0cc1e448..600bf820da 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3138,6 +3138,16 @@ F: include/hw/i2c/smbus_master.h
F: include/hw/i2c/smbus_slave.h
F: include/hw/i2c/smbus_eeprom.h
+PMBus
+M: Titus Rwantare <titusr@google.com>
+S: Maintained
+F: hw/i2c/pmbus_device.c
+F: hw/sensor/adm1272.c
+F: hw/sensor/max34451.c
+F: include/hw/i2c/pmbus_device.h
+F: tests/qtest/adm1272-test.c
+F: tests/qtest/max34451-test.c
+
Firmware schema specifications
M: Philippe Mathieu-Daudé <f4bug@amsat.org>
R: Daniel P. Berrange <berrange@redhat.com>