mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
6f351a7a70
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>
10 lines
692 B
Meson
10 lines
692 B
Meson
system_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
|
|
system_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
|
|
system_ss.add(when: 'CONFIG_DPS310', if_true: files('dps310.c'))
|
|
system_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
|
|
system_ss.add(when: 'CONFIG_ADM1266', if_true: files('adm1266.c'))
|
|
system_ss.add(when: 'CONFIG_ADM1272', if_true: files('adm1272.c'))
|
|
system_ss.add(when: 'CONFIG_MAX34451', if_true: files('max34451.c'))
|
|
system_ss.add(when: 'CONFIG_LSM303DLHC_MAG', if_true: files('lsm303dlhc_mag.c'))
|
|
system_ss.add(when: 'CONFIG_ISL_PMBUS_VR', if_true: files('isl_pmbus_vr.c'))
|
|
system_ss.add(when: 'CONFIG_MAX31785', if_true: files('max31785.c'))
|