OSDN Git Service

watchdog: s3c2410: Extract disable and mask code into separate functions
authorSam Protsenko <semen.protsenko@linaro.org>
Sun, 21 Nov 2021 16:56:41 +0000 (18:56 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Tue, 28 Dec 2021 12:59:02 +0000 (13:59 +0100)
commit2bd33bb4bc1cdb34b6781f6c1fc1ad475d0ad55b
tree1bc1e21cba39771e9c7af2d773af8199bc9cf6a2
parent8d9fdf60e37c7752931738c1dc202b4c6066f0d2
watchdog: s3c2410: Extract disable and mask code into separate functions

The s3c2410wdt_mask_and_disable_reset() function content is bound to be
changed further. Prepare it for upcoming changes by splitting into
separate "mask reset" and "disable reset" functions. But keep
s3c2410wdt_mask_and_disable_reset() function present as a facade.

This commit doesn't bring any functional change to existing devices, but
merely provides an infrastructure for upcoming chips support.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20211107202943.8859-7-semen.protsenko@linaro.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/s3c2410_wdt.c