diff options
author | Philippe Mathieu-Daudé | 2019-10-04 01:03:57 +0200 |
---|---|---|
committer | Laurent Vivier | 2019-10-24 20:24:50 +0200 |
commit | 6a648a5f230d8cfb191a3cef52b15a05db1c47b5 (patch) | |
tree | 24638612f09c76120f30e69c01a24aa3b3490232 /MAINTAINERS | |
parent | hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory (diff) | |
download | qemu-6a648a5f230d8cfb191a3cef52b15a05db1c47b5.tar.gz qemu-6a648a5f230d8cfb191a3cef52b15a05db1c47b5.tar.xz qemu-6a648a5f230d8cfb191a3cef52b15a05db1c47b5.zip |
hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectory
The TWL92230 is an "energy management device" companion with
a RTC. Since we mostly model the RTC, move it under the hw/rtc/
subdirectory.
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20191003230404.19384-8-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a7de5e2d12..0dc72d37bd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -663,7 +663,7 @@ F: hw/display/blizzard.c F: hw/input/lm832x.c F: hw/input/tsc2005.c F: hw/misc/cbus.c -F: hw/timer/twl92230.c +F: hw/rtc/twl92230.c F: include/hw/display/blizzard.h F: include/hw/input/tsc2xxx.h F: include/hw/misc/cbus.h |