All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add watchdog maintainers entry
@ 2022-01-13 15:57 Stefan Roese
  2022-01-13 23:52 ` Tom Rini
  2022-01-17  9:11 ` Harald Seiler
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Roese @ 2022-01-13 15:57 UTC (permalink / raw)
  To: u-boot; +Cc: Tom Rini, Harald Seiler

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 <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Harald Seiler <hws@denx.de>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6ae81c565943..b44651673d17 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1297,6 +1297,14 @@ F:	include/virtio*.h
 F:	test/dm/virtio.c
 F:	doc/develop/driver-model/virtio.rst
 
+WATCHDOG
+M:	Stefan Roese <sr@denx.de>
+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 <sjg@chromium.org>
 M:	Bin Meng <bmeng.cn@gmail.com>
-- 
2.34.1


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

* Re: [PATCH] MAINTAINERS: Add watchdog maintainers entry
  2022-01-13 15:57 [PATCH] MAINTAINERS: Add watchdog maintainers entry Stefan Roese
@ 2022-01-13 23:52 ` Tom Rini
  2022-03-08  9:10   ` Stefan Roese
  2022-01-17  9:11 ` Harald Seiler
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2022-01-13 23:52 UTC (permalink / raw)
  To: Stefan Roese; +Cc: u-boot, Harald Seiler

[-- Attachment #1: Type: text/plain, Size: 433 bytes --]

On Thu, Jan 13, 2022 at 04:57:31PM +0100, Stefan Roese wrote:

> 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 <sr@denx.de>
> Cc: Tom Rini <trini@konsulko.com>
> Cc: Harald Seiler <hws@denx.de>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: [PATCH] MAINTAINERS: Add watchdog maintainers entry
  2022-01-13 15:57 [PATCH] MAINTAINERS: Add watchdog maintainers entry Stefan Roese
  2022-01-13 23:52 ` Tom Rini
@ 2022-01-17  9:11 ` Harald Seiler
  1 sibling, 0 replies; 4+ messages in thread
From: Harald Seiler @ 2022-01-17  9:11 UTC (permalink / raw)
  To: Stefan Roese, u-boot; +Cc: Tom Rini

Hi Stefan,

On Thu, 2022-01-13 at 16:57 +0100, Stefan Roese wrote:
> 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.

Your tree is online and you should have maintainer access to it.  Let me
know if you need anything else.

-- 
Harald

> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Tom Rini <trini@konsulko.com>
> Cc: Harald Seiler <hws@denx.de>
> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6ae81c565943..b44651673d17 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1297,6 +1297,14 @@ F:	include/virtio*.h
>  F:	test/dm/virtio.c
>  F:	doc/develop/driver-model/virtio.rst
>  
> +WATCHDOG
> +M:	Stefan Roese <sr@denx.de>
> +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 <sjg@chromium.org>
>  M:	Bin Meng <bmeng.cn@gmail.com>

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

* Re: [PATCH] MAINTAINERS: Add watchdog maintainers entry
  2022-01-13 23:52 ` Tom Rini
@ 2022-03-08  9:10   ` Stefan Roese
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2022-03-08  9:10 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, Harald Seiler

On 1/14/22 00:52, Tom Rini wrote:
> On Thu, Jan 13, 2022 at 04:57:31PM +0100, Stefan Roese wrote:
> 
>> 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 <sr@denx.de>
>> Cc: Tom Rini <trini@konsulko.com>
>> Cc: Harald Seiler <hws@denx.de>
> 
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot-watchdog/master

Thanks,
Stefan

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

end of thread, other threads:[~2022-03-08  9:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13 15:57 [PATCH] MAINTAINERS: Add watchdog maintainers entry Stefan Roese
2022-01-13 23:52 ` Tom Rini
2022-03-08  9:10   ` Stefan Roese
2022-01-17  9:11 ` Harald Seiler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.