[PATCH v2 0/2] Move Loongson1 restart handler to watchdog driver

From: Keguang Zhang
Date: Thu Mar 30 2023 - 07:21:06 EST


Move Loongson1 restart handler to watchdog driver
and update the Makefile accordingly.

Changelog
V1 -> V2: Remove the reference to regs-wdt.h

Keguang Zhang (2):
MIPS: Loongson32: Remove reset.c
watchdog: loongson1_wdt: Implement restart handler

.../include/asm/mach-loongson32/loongson1.h | 1 -
.../include/asm/mach-loongson32/regs-wdt.h | 15 ------
arch/mips/loongson32/common/Makefile | 2 +-
arch/mips/loongson32/common/reset.c | 51 -------------------
drivers/watchdog/loongson1_wdt.c | 19 ++++++-
5 files changed, 19 insertions(+), 69 deletions(-)
delete mode 100644 arch/mips/include/asm/mach-loongson32/regs-wdt.h
delete mode 100644 arch/mips/loongson32/common/reset.c


base-commit: cf3be7e82b129ed34f811f116f2b113f6299d449
--
2.34.1