]> git.proxmox.com Git - mirror_qemu.git/commit - include/hw/arm/fsl-imx7.h
hw: Move i.MX watchdog driver to hw/watchdog
authorGuenter Roeck <linux@roeck-us.net>
Sun, 17 May 2020 16:21:28 +0000 (09:21 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 May 2020 19:00:18 +0000 (20:00 +0100)
commit37f95959c730ff29f58c85b7a98f0b825933bee1
tree6ece7d04ffca5c1380d57d2f7f2fe9a979cc5959
parentef81aa68a708ba5162e1d5fa8d98171ac1059e2d
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>
12 files changed:
MAINTAINERS
hw/arm/Kconfig
hw/misc/Makefile.objs
hw/misc/imx2_wdt.c [deleted file]
hw/watchdog/Kconfig
hw/watchdog/Makefile.objs
hw/watchdog/wdt_imx2.c [new file with mode: 0644]
include/hw/arm/fsl-imx6.h
include/hw/arm/fsl-imx6ul.h
include/hw/arm/fsl-imx7.h
include/hw/misc/imx2_wdt.h [deleted file]
include/hw/watchdog/wdt_imx2.h [new file with mode: 0644]