summaryrefslogtreecommitdiff
path: root/arch/s390/boot/Makefile
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2020-01-20 12:17:29 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-11 16:14:53 +0300
commit4430620d88b4bda46cba9f48cc17940e34296f5b (patch)
tree406557ea7b068c6837852c8c27a6104206355915 /arch/s390/boot/Makefile
parent9979982efcd9777d66ffa95ee7794265d2f5adbd (diff)
downloadlinux-4430620d88b4bda46cba9f48cc17940e34296f5b.tar.xz
watchdog: da9062: do not ping the hw during stop()
[ Upstream commit e9a0e65eda3f78d0b04ec6136c591c000cbc3b76 ] The da9062 hw has a minimum ping cool down phase of at least 200ms. The driver takes that into account by setting the min_hw_heartbeat_ms to 300ms and the core guarantees that the hw limit is observed for the ping() calls. But the core can't guarantee the required minimum ping cool down phase if a stop() command is send immediately after the ping() command. So it is not allowed to ping the watchdog within the stop() command as the driver does. Remove the ping can be done without doubts because the watchdog gets disabled anyway and a (re)start resets the watchdog counter too. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20200120091729.16256-1-m.felsch@pengutronix.de [groeck: Updated description] Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/s390/boot/Makefile')
0 files changed, 0 insertions, 0 deletions