RE: [PATCH 2/2 v3] Watchdog: Add marvell octeontx2 watchdog driver

From: Sunil Kovvuri Goutham
Date: Wed Apr 26 2023 - 15:16:06 EST



> -----Original Message-----
> From: Bharat Bhushan <bbhushan2@xxxxxxxxxxx>
> Sent: Tuesday, April 25, 2023 1:49 PM
> To: wim@xxxxxxxxxxxxxxxxxx; linux@xxxxxxxxxxxx; robh+dt@xxxxxxxxxx;
> krzysztof.kozlowski+dt@xxxxxxxxxx; linux-watchdog@xxxxxxxxxxxxxxx;
> devicetree@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; Sunil Kovvuri
> Goutham <sgoutham@xxxxxxxxxxx>
> Cc: Bharat Bhushan <bbhushan2@xxxxxxxxxxx>
> Subject: [PATCH 2/2 v3] Watchdog: Add marvell octeontx2 watchdog driver

Shouldn't this be just Marvell GTI watchdog.

>
> This patch add support for Marvell OcteonTX2 watchdog. OcteonTX2 Global
> timer unit (GTI) support hardware watchdog timer. Software programs
> watchdog timer to generate interrupt on first timeout, second timeout is
> configured to be ignored and system reboots on third timeout.
>
> Signed-off-by: Bharat Bhushan <bbhushan2@xxxxxxxxxxx>
> ---
> v3:
> - No changes
>
> drivers/watchdog/Kconfig | 11 ++
> drivers/watchdog/Makefile | 1 +
> drivers/watchdog/octeontx2_wdt.c | 271

drivers/watchdog/mrvl_gti_wdt.c

>
> # X86 (i386 + ia64 + x86_64) Architecture
> obj-$(CONFIG_ACQUIRE_WDT) += acquirewdt.o diff --git
> a/drivers/watchdog/octeontx2_wdt.c b/drivers/watchdog/octeontx2_wdt.c
> new file mode 100644
> index 000000000000..564a1ba2bf21
> --- /dev/null
> +++ b/drivers/watchdog/octeontx2_wdt.c
> @@ -0,0 +1,271 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/* Marvell Octeontx2 Watchdog driver
> + *
> + * Copyright (C) 2023 Marvell International Ltd.


This should be just "Copyright (C) 2023 Marvell"

Thanks,
Sunil.