5433af7697
watchdog: remove -watchdog option
...
This was deprecated in 6.2 and is ready to go. It removes quite a bit
of code that handled the registration of watchdog models.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2022-09-29 11:40:28 +02:00
b10cb62752
watchdog: add information from -watchdog help to -device help
...
List all watchdog devices in a separate category, and populate
their descriptions.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2021-11-02 15:57:27 +01:00
daca13d495
hw/watchdog: Implement full i.MX watchdog support
...
Implement full support for the watchdog in i.MX systems.
Pretimeout support is optional because the watchdog hardware
on i.MX31 does not support pretimeouts.
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
Message-id: 20200517162135.110364-3-linux@roeck-us.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
[PMM: added Property array terminator entry]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org >
2020-05-21 20:00:18 +01:00
37f95959c7
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 >
2020-05-21 20:00:18 +01:00