Try to improve meson_gxbb_wdt driver to common view: * Remove watchdog_stop_on_reboot (still can be activated by watchdog.stop_on_reboot=1) i think this driver configuration more useful becouse we can get reboot waranty for abnormal situations on shutdown stage * Added timeout module param same as in other modules * Added nowayout module param same as in other moduels * Added missed watchdog_stop_on_unregister call * Print watchdog success driver start status notification Artem Lapkin (5): watchdog: meson_gxbb_wdt: remove watchdog_stop_on_reboot watchdog: meson_gxbb_wdt: add timeout module param watchdog: meson_gxbb_wdt: add nowayout module param watchdog: meson_gxbb_wdt: add stop_on_unregister watchdog: meson_gxbb_wdt: add register device status notification drivers/watchdog/meson_gxbb_wdt.c | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) -- 2.25.1