diff options
author | Guenter Roeck | 2020-05-17 18:21:28 +0200 |
---|---|---|
committer | Peter Maydell | 2020-05-21 21:00:18 +0200 |
commit | 37f95959c730ff29f58c85b7a98f0b825933bee1 (patch) | |
tree | 6ece7d04ffca5c1380d57d2f7f2fe9a979cc5959 /MAINTAINERS | |
parent | target/arm: Remove unused GEN_NEON_INTEGER_OP macro (diff) | |
download | qemu-37f95959c730ff29f58c85b7a98f0b825933bee1.tar.gz qemu-37f95959c730ff29f58c85b7a98f0b825933bee1.tar.xz qemu-37f95959c730ff29f58c85b7a98f0b825933bee1.zip |
hw: Move i.MX watchdog driver to hw/watchdog
In preparation for a full implementation, move i.MX watchdog driver
from hw/misc to hw/watchdog. While at it, add the watchdog files
to MAINTAINERS.
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Message-id: 20200517162135.110364-2-linux@roeck-us.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 023f48d3ea..3690f313c3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -633,8 +633,10 @@ S: Odd Fixes F: hw/arm/fsl-imx25.c F: hw/arm/imx25_pdk.c F: hw/misc/imx25_ccm.c +F: hw/watchdog/wdt_imx2.c F: include/hw/arm/fsl-imx25.h F: include/hw/misc/imx25_ccm.h +F: include/hw/watchdog/wdt_imx2.h i.MX31 (kzm) M: Peter Chubb <peter.chubb@nicta.com.au> |