diff options
author | Philippe Mathieu-Daudé | 2019-10-04 01:03:52 +0200 |
---|---|---|
committer | Laurent Vivier | 2019-10-24 20:10:27 +0200 |
commit | 877c181cd41e024ba1d076f96efe3c5777938846 (patch) | |
tree | 4e5d3249f5eade8ad4cd44be1cef9c4227fa2027 /MAINTAINERS | |
parent | hw/timer: Compile devices not target-dependent as common object (diff) | |
download | qemu-877c181cd41e024ba1d076f96efe3c5777938846.tar.gz qemu-877c181cd41e024ba1d076f96efe3c5777938846.tar.xz qemu-877c181cd41e024ba1d076f96efe3c5777938846.zip |
hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory
The PL031 is a Real Time Clock, not a timer.
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-3-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ed41d7d1b6..2e13ba4628 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -495,8 +495,8 @@ F: hw/intc/pl190.c F: hw/sd/pl181.c F: hw/ssi/pl022.c F: include/hw/ssi/pl022.h -F: hw/timer/pl031.c -F: include/hw/timer/pl031.h +F: hw/rtc/pl031.c +F: include/hw/rtc/pl031.h F: include/hw/arm/primecell.h F: hw/timer/cmsdk-apb-timer.c F: include/hw/timer/cmsdk-apb-timer.h |