u-boot/drivers/watchdog
Christophe Leroy 749c9aae9d drivers: watchdog: add a DM driver for the MPC8xx watchdog
This patch adds a DM driver for the MPC8xx watchdog.
Basically, the watchdog is enabled by default from the start and
SYPCR register has to be writen once to set the timeout and/or
deactivate the watchdog. Once written, it cannot be written again.

It means that wdt_stop() can be called before wdt_start() to stop the
watchdog, but cannot be called if wdt_start() has been called.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
2018-12-03 10:44:10 -05:00
..
armada-37xx-wdt.c
ast_wdt.c
at91sam9_wdt.c
bcm2835_wdt.c
bcm6345_wdt.c
cdns_wdt.c
designware_wdt.c
ftwdt010_wdt.c
imx_watchdog.c
Kconfig drivers: watchdog: add a DM driver for the MPC8xx watchdog 2018-12-03 10:44:10 -05:00
Makefile
mpc8xx_wdt.c drivers: watchdog: add a DM driver for the MPC8xx watchdog 2018-12-03 10:44:10 -05:00
mt7621_wdt.c
mtk_wdt.c
omap_wdt.c
orion_wdt.c
s5p_wdt.c
sandbox_wdt.c
tangier_wdt.c
ulp_wdog.c
wdt-uclass.c
xilinx_tb_wdt.c