u-boot/fs/cramfs
Stefan Roese 661cdaa79d cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET
This patch integrates the main function responsible for calling all
registered cyclic functions cyclic_run() into the common WATCHDOG_RESET
macro. This guarantees that cyclic_run() is executed very often, which
is necessary for the cyclic functions to get scheduled and executed at
their configured periods.

If CONFIG_WATCHDOG is not enabled, only cyclic_run() without calling
watchdog_reset(). This guarantees that the cyclic functionality does not
rely on CONFIG_WATCHDOG being enabled.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-09-13 16:01:43 -04:00
..
cramfs.c Audit <flash.h> inclusion 2022-08-04 16:18:47 -04:00
Kconfig fs: Kconfig: Add a separate option for FS_CRAMFS 2017-04-30 13:40:59 -04:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
uncompress.c cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET 2022-09-13 16:01:43 -04:00