]> git.baikalelectronics.ru Git - uboot.git/commit
watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup
authorStefan Roese <sr@denx.de>
Thu, 11 Apr 2019 13:58:46 +0000 (15:58 +0200)
committerStefan Roese <sr@denx.de>
Fri, 26 Apr 2019 07:16:32 +0000 (09:16 +0200)
commited61301a8419f5222495d8eb59c42987fd6cdf9c
tree93c47901092d63d2c64216a0c27a30a8f497a8d2
parent128b0a29b19f7f8e3edc57a6320d03f15629fd32
watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup

With the generic watchdog driver now implemented, this patch removes
some legacy stuff from the MPC8xx watchdog driver and its Kconfig
integration. CONFIG_MPC8xx_WATCHDOG is completely removed and
hw_watchdog_reset() is made static, as the watchdog will now get
serviced via the DM infrastructure if enabled via CONFIG_WATCHDOG.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Christophe Leroy <christophe.leroy@c-s.fr>
arch/powerpc/Kconfig
arch/powerpc/cpu/mpc8xx/Kconfig
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/mpc8xx_wdt.c