]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: sbsa_wdog: Make sure the timeout programming is within the limits
authorGeorge Cherian <george.cherian@marvell.com>
Thu, 9 Feb 2023 02:11:17 +0000 (02:11 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Apr 2023 10:07:37 +0000 (12:07 +0200)
commit6a347893d31d212c7609377abea4954a3580cfdd
tree1bde07aaf313d15bee09a955dbd4704ab7f55cb4
parent594cc2342f335f77b7b2371a1cbe0dc84a477d86
watchdog: sbsa_wdog: Make sure the timeout programming is within the limits

commit 000987a38b53c172f435142a4026dd71378ca464 upstream.

Make sure to honour the max_hw_heartbeat_ms while programming the timeout
value to WOR. Clamp the timeout passed to sbsa_gwdt_set_timeout() to
make sure the programmed value is within the permissible range.

Fixes: b4f50d4cb35f ("watchdog: sbsa: Support architecture version 1")
Signed-off-by: George Cherian <george.cherian@marvell.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20230209021117.1512097-1-george.cherian@marvell.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Signed-off-by: Tyler Hicks (Microsoft) <code@tyhicks.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/watchdog/sbsa_gwdt.c