mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
fb32e9b9de
For some watchdogs, the watchdog driver handles timeout changes without explicitly setting any registers. In this situation, the watchdog driver might only set the 'timeout' variable but do nothing else. This can as well be handled by the infrastructure, so make the set_timeout callback optional. If WDIOF_SETTIMEOUT is configured but the .set_timeout callback is not available, update the timeout variable in the infrastructure code. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> |
||
---|---|---|
.. | ||
src | ||
convert_drivers_to_kernel_api.txt | ||
hpwdt.txt | ||
Makefile | ||
pcwd-watchdog.txt | ||
watchdog-api.txt | ||
watchdog-kernel-api.txt | ||
watchdog-parameters.txt | ||
wdt.txt |