u-boot-brain/drivers/watchdog
Robert Hancock f2929d11a6 watchdog: imx: Use immediate reset bits for expire_now
The expire_now function was previously setting the watchdog timeout to
minimum and waiting for the watchdog to expire. However, this watchdog
also has bits to trigger immediate reset. Use those instead, like the
Linux imx2_wdt driver does.

Signed-off-by: Robert Hancock <hancock@sedsystems.ca>
2019-11-03 17:04:16 +01:00
..
armada-37xx-wdt.c
ast_wdt.c aspeed/watchdog: Correct timeout value 2019-06-20 10:57:08 -04:00
at91sam9_wdt.c watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset 2019-04-26 09:16:32 +02:00
bcm6345_wdt.c watchdog: bcm6345: callback start use tick instead of ms 2019-05-18 12:31:58 -04:00
cdns_wdt.c watchdog: cadence: Remove driver specific "timeout-sec" handling 2019-04-26 09:16:32 +02:00
designware_wdt.c
ftwdt010_wdt.c
imx_watchdog.c watchdog: imx: Use immediate reset bits for expire_now 2019-11-03 17:04:16 +01:00
Kconfig watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig 2019-10-08 07:46:38 +02:00
Makefile watchdog: omap_wdt: Convert watchdog driver to use DT and DM 2019-08-12 07:25:22 -04:00
mpc8xx_wdt.c watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup 2019-04-26 09:16:32 +02:00
mt7621_wdt.c
mtk_wdt.c watchdog: mtk_wdt: Cosmetic cleanup of latest changes 2019-08-05 11:50:11 +02:00
omap_wdt.c watchdog: omap_wdt: Fix WDT target reset when booted from emmc 2019-09-19 12:54:29 -04:00
orion_wdt.c
s5p_wdt.c
sandbox_wdt.c
sp805_wdt.c watchdog: sp805_wdt: add expire_now method 2019-09-12 16:15:42 +05:30
stm32mp_wdt.c watchdog: stm32mp: Add watchdog driver 2019-06-06 17:40:16 +02:00
tangier_wdt.c watchdog: tangier: Convert to use WDT class 2019-06-22 22:27:13 +08:00
ulp_wdog.c
wdt-uclass.c watchdog: Implement generic watchdog_reset() version 2019-04-26 09:16:32 +02:00
xilinx_tb_wdt.c