diff options
author | Titus Rwantare | 2022-03-07 21:06:03 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2022-03-08 18:46:48 +0100 |
commit | ffcdae677ebb6fab328f6ab913ed7929a3ffa8a8 (patch) | |
tree | 23897713e05d2b1e8c038952c60540c2be839525 /MAINTAINERS | |
parent | hw/i2c: Added linear mode translation for pmbus devices (diff) | |
download | qemu-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-- | MAINTAINERS | 3 |
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> |