linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Move Loongson1 restart handler to watchdog driver
@ 2023-03-30 11:20 Keguang Zhang
  2023-03-30 11:20 ` [PATCH v2 1/2] MIPS: Loongson32: Remove reset.c Keguang Zhang
  2023-03-30 11:20 ` [PATCH v2 2/2] watchdog: loongson1_wdt: Implement restart handler Keguang Zhang
  0 siblings, 2 replies; 4+ messages in thread
From: Keguang Zhang @ 2023-03-30 11:20 UTC (permalink / raw)
  To: linux-watchdog, linux-mips, linux-kernel
  Cc: Wim Van Sebroeck, Guenter Roeck, Thomas Bogendoerfer, Yang Ling,
	Keguang Zhang

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-16 16:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-30 11:20 [PATCH v2 0/2] Move Loongson1 restart handler to watchdog driver Keguang Zhang
2023-03-30 11:20 ` [PATCH v2 1/2] MIPS: Loongson32: Remove reset.c Keguang Zhang
2023-03-30 11:20 ` [PATCH v2 2/2] watchdog: loongson1_wdt: Implement restart handler Keguang Zhang
2023-04-16 16:16   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).