diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2022-03-09 21:16:27 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-03-09 21:16:27 +0000 |
commit | 2048c4eba2b40c850e58616c7033f88a2607b89d (patch) | |
tree | 3c0378ecf720b9874a26856a5e09eb3b2fa2b305 /MAINTAINERS | |
parent | d9ccf33f9479201e5add8db0af68ca9ca8da358b (diff) | |
parent | 5f14cd7032beab6cac8d7ed1b09efc58baddb48c (diff) |
Merge remote-tracking branch 'remotes/philmd/tags/pmbus-20220308' into staging
I²C / SMBus / PMBus patches
- Add some Renesas models
- Add Titus Rwantare to MAINTAINERS
# gpg: Signature made Tue 08 Mar 2022 18:11:46 GMT
# gpg: using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
# gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: FAAB E75E 1291 7221 DCFD 6BB2 E3E3 2C2C DEAD C0DE
* remotes/philmd/tags/pmbus-20220308:
hw/sensor: add Renesas raa228000 device
hw/sensor: add Renesas raa229004 PMBus device
hw/sensor: add Intersil ISL69260 device model
hw/i2c: Added linear mode translation for pmbus devices
hw/i2c: pmbus: update MAINTAINERS
hw/i2c: pmbus: refactor uint handling
hw/i2c: pmbus: add PEC unsupported warning
hw/i2c: pmbus: fix error returns and guard against out of range accesses
hw/i2c: pmbus: add registers
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 38d1ac8803..f2e9ce1da2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3137,6 +3137,19 @@ 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/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> R: Daniel P. Berrange <berrange@redhat.com> |