]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/sensor: add ADM1266 device model
authorTitus Rwantare <titusr@google.com>
Mon, 23 Oct 2023 23:46:44 +0000 (23:46 +0000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Nov 2023 12:08:49 +0000 (13:08 +0100)
commit6f351a7a707f5d4257b6c55b28e9d99012730acc
treee81cf3ce61433d02e729b7fc2b171614034e8a66
parent3401b1dd1a947256dcfa5494642dfb46c16c47c2
hw/sensor: add ADM1266 device model

The ADM1266 is a cascadable super sequencer with margin control and
fault recording.
This commit adds basic support for its PMBus commands and models
the identification registers that can be modified in a firmware
update.

Reviewed-by: Hao Wu <wuhaotsh@google.com>
Acked-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Titus Rwantare <titusr@google.com>
[PMD: Cover file in MAINTAINERS]
Message-ID: <20231023-staging-pmbus-v3-v4-5-07a8cb7cd20a@google.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
MAINTAINERS
hw/arm/Kconfig
hw/sensor/Kconfig
hw/sensor/adm1266.c [new file with mode: 0644]
hw/sensor/meson.build