From: Titus Rwantare Date: Mon, 7 Mar 2022 20:06:01 +0000 (-0800) Subject: hw/i2c: pmbus: update MAINTAINERS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bf0e0c70924c725b7b778f6b870a72f789a359af;p=qemu.git 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 Reviewed-by: Philippe Mathieu-Daudé Acked-by: Corey Minyard Message-Id: <20220307200605.4001451-6-titusr@google.com> Signed-off-by: Philippe Mathieu-Daudé --- 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 +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é R: Daniel P. Berrange