powerpc: mpc8xx: move watchdog into drivers/watchdog
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 16 Mar 2018 16:21:01 +0000 (17:21 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 6 Apr 2018 20:31:11 +0000 (16:31 -0400)
commitc0bc2a7e06742d32b14b7d71e617dc5428bf8ef2
treecf19f3056f0c14b830fa009a717ec8e816c8d83d
parent5c5da4318b18b7144975c9d93cbde1b981ed4e56
powerpc: mpc8xx: move watchdog into drivers/watchdog

In preparation of DM watchdog, move basic actions into drivers/watchdog

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
arch/powerpc/Kconfig
arch/powerpc/cpu/mpc8xx/Kconfig
arch/powerpc/cpu/mpc8xx/cpu.c
drivers/watchdog/Makefile
drivers/watchdog/mpc8xx_wdt.c [new file with mode: 0644]