diff options
| author | Stefan Roese <[email protected]> | 2022-01-13 16:57:31 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2022-03-08 07:23:10 +0100 |
| commit | a12366a807a8fbba67b6da6e842e8296af60aba0 (patch) | |
| tree | 6c71ba86608c90f1bb54b9f7771dc10f43a62d99 | |
| parent | 6d3c46ed0e230d999c3f20f7fd4f3a88c03b14ca (diff) | |
MAINTAINERS: Add watchdog maintainers entry
I've been handling "inofficially" the watchdog related patches for a few
years now. Let's make this official and add a tree for it and also add
myself here in the MAINTAINERS file.
Signed-off-by: Stefan Roese <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Harald Seiler <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0f39bc6bc92..82fc49e31d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1326,6 +1326,14 @@ F: include/virtio*.h F: test/dm/virtio.c F: doc/develop/driver-model/virtio.rst +WATCHDOG +M: Stefan Roese <[email protected]> +S: Maintained +T: git https://source.denx.de/u-boot/custodians/u-boot-watchdog.git +F: cmd/wdt.c +F: drivers/watchdog/ +F: include/watchdog*.h + X86 M: Simon Glass <[email protected]> M: Bin Meng <[email protected]> |
