Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260515150610.381066-1-alexander.hansen@9elements.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, "Cédric Le Goater" <clg@kaod.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Kane Chen <kane_chen@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Titus Rwantare <titusr@google.com>
MAINTAINERS | 3 +
include/hw/sensor/adc128d818.h | 20 +
include/hw/sensor/max11615.h | 21 +
hw/arm/aspeed_ast2600_fby4.c | 280 +++++++++++++
hw/sensor/adc128d818.c | 410 +++++++++++++++++++
hw/sensor/max11615.c | 206 ++++++++++
hw/sensor/max31790.c | 501 +++++++++++++++++++++++
hw/arm/Kconfig | 3 +
hw/arm/meson.build | 1 +
hw/sensor/Kconfig | 12 +
hw/sensor/meson.build | 3 +
hw/sensor/trace-events | 24 ++
tests/functional/arm/meson.build | 2 +
tests/functional/arm/test_aspeed_fby4.py | 80 ++++
14 files changed, 1566 insertions(+)
create mode 100644 include/hw/sensor/adc128d818.h
create mode 100644 include/hw/sensor/max11615.h
create mode 100644 hw/arm/aspeed_ast2600_fby4.c
create mode 100644 hw/sensor/adc128d818.c
create mode 100644 hw/sensor/max11615.c
create mode 100644 hw/sensor/max31790.c
create mode 100755 tests/functional/arm/test_aspeed_fby4.py