summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMichael Rolnik2020-01-24 01:51:19 +0100
committerPhilippe Mathieu-Daudé2020-07-11 11:02:05 +0200
commitdc288de082a3e4e6970737fde2286bfc1d5ab9d7 (patch)
tree86bd1f18eab74c40db48c438faace04f78702d65 /MAINTAINERS
parenthw/timer: avr: Add limited support for 16-bit timer peripheral (diff)
downloadqemu-dc288de082a3e4e6970737fde2286bfc1d5ab9d7.tar.gz
qemu-dc288de082a3e4e6970737fde2286bfc1d5ab9d7.tar.xz
qemu-dc288de082a3e4e6970737fde2286bfc1d5ab9d7.zip
hw/misc: avr: Add limited support for power reduction device
This is a simple device of just one register, and whenever this register is written to it calls qemu_set_irq function for each of 8 bits/IRQs. It is used to implement AVR Power Reduction. [AM: Remove word 'Atmel' from filenames and all elements of code] Suggested-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com> Signed-off-by: Michael Rolnik <mrolnik@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> [rth: Squash include fix and file rename from f4bug] Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Thomas Huth <huth@tuxfamily.org> Message-Id: <20200705140315.260514-22-huth@tuxfamily.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 3541955f5f..accb86d811 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -987,6 +987,8 @@ F: include/hw/char/avr_usart.h
F: hw/char/avr_usart.c
F: include/hw/timer/avr_timer16.h
F: hw/timer/avr_timer16.c
+F: include/hw/misc/avr_power.h
+F: hw/misc/avr_power.c
CRIS Machines
-------------