linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Watchdog: Add Loongson-2K0300 watchdog support
@ 2025-11-07  6:01 Binbin Zhou
  2025-11-07  6:01 ` [PATCH v2 1/5] watchdog: loongson1: Add missing MODULE_PARM_DESC Binbin Zhou
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Binbin Zhou @ 2025-11-07  6:01 UTC (permalink / raw)
  To: Binbin Zhou, Huacai Chen, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Keguang Zhang, Wim Van Sebroeck, Guenter Roeck
  Cc: Huacai Chen, Xuerui Wang, loongarch, devicetree, linux-watchdog,
	Binbin Zhou

Hi all:

This patch set adds support for the Loongson-2K0300 watchdog driver.
It's similar to the Loongson-1, except for some different register offsets.
Therefore, I've merged it with the Loongson-1 watchdog driver.

In addition, I've simply fixed some minor issues with the previous driver.

Thanks.

-------
V2:

- Remove file and function renaming patch;
Patch 4:
  - Update commit message.

Link to V1:
https://lore.kernel.org/all/20251029020847.1946295-1-zhoubinbin@loongson.cn/
https://lore.kernel.org/all/20251029020913.1946321-1-zhoubinbin@loongson.cn/

Binbin Zhou (5):
  watchdog: loongson1: Add missing MODULE_PARM_DESC
  watchdog: loongson1: Simplify ls1x_wdt_probe code
  watchdog: loongson1: Drop CONFIG_OF
  dt-bindings: watchdog: loongson,ls1x-wdt: Add ls2k0300-wdt compatible
  watchdog: loongson1: Add Loongson-2k0300 watchdog support

 .../bindings/watchdog/loongson,ls1x-wdt.yaml  |  3 +-
 drivers/watchdog/Kconfig                      |  4 +-
 drivers/watchdog/loongson1_wdt.c              | 89 ++++++++++++++-----
 3 files changed, 69 insertions(+), 27 deletions(-)


base-commit: c64c2a50cdd487e2270c875c1770cd55705d75ff
-- 
2.47.3


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

end of thread, other threads:[~2025-11-07 17:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-07  6:01 [PATCH v2 0/5] Watchdog: Add Loongson-2K0300 watchdog support Binbin Zhou
2025-11-07  6:01 ` [PATCH v2 1/5] watchdog: loongson1: Add missing MODULE_PARM_DESC Binbin Zhou
2025-11-07  6:01 ` [PATCH v2 2/5] watchdog: loongson1: Simplify ls1x_wdt_probe code Binbin Zhou
2025-11-07  6:01 ` [PATCH v2 3/5] watchdog: loongson1: Drop CONFIG_OF Binbin Zhou
2025-11-07  6:01 ` [PATCH v2 4/5] dt-bindings: watchdog: loongson,ls1x-wdt: Add ls2k0300-wdt compatible Binbin Zhou
2025-11-07 17:20   ` Conor Dooley
2025-11-07  6:01 ` [PATCH v2 5/5] watchdog: loongson1: Add Loongson-2k0300 watchdog support Binbin Zhou
2025-11-07  7:53   ` Huacai Chen

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).