[PATCH 0/5 v2] watchdog: meson_gxbb_wdt: improve
From: Artem Lapkin <hidden>
Date: 2021-06-23 02:44:58
Also in:
linux-amlogic, linux-watchdog, lkml
From: Artem Lapkin <hidden>
Date: 2021-06-23 02:44:58
Also in:
linux-amlogic, linux-watchdog, lkml
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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel