summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorTitus Rwantare2022-03-07 21:06:03 +0100
committerPhilippe Mathieu-Daudé2022-03-08 18:46:48 +0100
commitffcdae677ebb6fab328f6ab913ed7929a3ffa8a8 (patch)
tree23897713e05d2b1e8c038952c60540c2be839525 /MAINTAINERS
parenthw/i2c: Added linear mode translation for pmbus devices (diff)
downloadqemu-ffcdae677ebb6fab328f6ab913ed7929a3ffa8a8.tar.gz
qemu-ffcdae677ebb6fab328f6ab913ed7929a3ffa8a8.tar.xz
qemu-ffcdae677ebb6fab328f6ab913ed7929a3ffa8a8.zip
hw/sensor: add Intersil ISL69260 device model
Signed-off-by: Titus Rwantare <titusr@google.com> Reviewed-by: Hao Wu <wuhaotsh@google.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Corey Minyard <cminyard@mvista.com> Message-Id: <20220307200605.4001451-8-titusr@google.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 600bf820da..8839af7f2b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3143,10 +3143,13 @@ M: Titus Rwantare <titusr@google.com>
S: Maintained
F: hw/i2c/pmbus_device.c
F: hw/sensor/adm1272.c
+F: hw/sensor/isl_pmbus_vr.c
F: hw/sensor/max34451.c
F: include/hw/i2c/pmbus_device.h
+F: include/hw/sensor/isl_pmbus_vr.h
F: tests/qtest/adm1272-test.c
F: tests/qtest/max34451-test.c
+F: tests/qtest/isl_pmbus_vr-test.c
Firmware schema specifications
M: Philippe Mathieu-Daudé <f4bug@amsat.org>