All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH u-boot-marvell] board: gdsys: Drop Dirk Eibach from MAINTAINERS
@ 2022-01-04 15:14 Marek Behún
  2022-01-05  8:49 ` Stefan Roese
  2022-01-14 15:38 ` Stefan Roese
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Behún @ 2022-01-04 15:14 UTC (permalink / raw)
  To: Mario Six, Stefan Roese, u-boot; +Cc: Marek Behún

From: Marek Behún <marek.behun@nic.cz>

I got an

<dirk.eibach@gdsys.cc>: host mxlb.ispgateway.de[80.67.18.126] said:
  554 Sorry, no mailbox here by that name. (in reply to RCPT TO command)

when sending e-mail to dirk.eibach@gdsys.cc.

Drop Dirk Eibach from MAINTAINERS of board/gdsys/a38x and
board/gdsys/mpc8308. The latter would be left maintainerless, add
Mario Six <mario.six@gdsys.cc> (he is also maintainer of the former
board).

Signed-off-by: Marek Behún <marek.behun@nic.cz>
---
 board/gdsys/a38x/MAINTAINERS    | 1 -
 board/gdsys/mpc8308/MAINTAINERS | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/board/gdsys/a38x/MAINTAINERS b/board/gdsys/a38x/MAINTAINERS
index d31e675ddc..6492e79541 100644
--- a/board/gdsys/a38x/MAINTAINERS
+++ b/board/gdsys/a38x/MAINTAINERS
@@ -1,5 +1,4 @@
 A38X BOARD
-M:	Dirk Eibach <dirk.eibach@gdsys.cc>
 M:	Mario Six <mario.six@gdsys.cc>
 S:	Maintained
 F:	board/gdsys/a38x/
diff --git a/board/gdsys/mpc8308/MAINTAINERS b/board/gdsys/mpc8308/MAINTAINERS
index dc0b389f73..57faba4695 100644
--- a/board/gdsys/mpc8308/MAINTAINERS
+++ b/board/gdsys/mpc8308/MAINTAINERS
@@ -1,5 +1,5 @@
 MPC8308 BOARD
-M:	Dirk Eibach <dirk.eibach@gdsys.cc>
+M:	Mario Six <mario.six@gdsys.cc>
 S:	Maintained
 F:	board/gdsys/mpc8308/
 F:	include/configs/gazerbeam.h
-- 
2.34.1


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

* Re: [PATCH u-boot-marvell] board: gdsys: Drop Dirk Eibach from MAINTAINERS
  2022-01-04 15:14 [PATCH u-boot-marvell] board: gdsys: Drop Dirk Eibach from MAINTAINERS Marek Behún
@ 2022-01-05  8:49 ` Stefan Roese
  2022-01-14 15:38 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2022-01-05  8:49 UTC (permalink / raw)
  To: Marek Behún, Mario Six, u-boot; +Cc: Marek Behún

On 1/4/22 16:14, Marek Behún wrote:
> From: Marek Behún <marek.behun@nic.cz>
> 
> I got an
> 
> <dirk.eibach@gdsys.cc>: host mxlb.ispgateway.de[80.67.18.126] said:
>    554 Sorry, no mailbox here by that name. (in reply to RCPT TO command)
> 
> when sending e-mail to dirk.eibach@gdsys.cc.
> 
> Drop Dirk Eibach from MAINTAINERS of board/gdsys/a38x and
> board/gdsys/mpc8308. The latter would be left maintainerless, add
> Mario Six <mario.six@gdsys.cc> (he is also maintainer of the former
> board).
> 
> Signed-off-by: Marek Behún <marek.behun@nic.cz>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
>   board/gdsys/a38x/MAINTAINERS    | 1 -
>   board/gdsys/mpc8308/MAINTAINERS | 2 +-
>   2 files changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/board/gdsys/a38x/MAINTAINERS b/board/gdsys/a38x/MAINTAINERS
> index d31e675ddc..6492e79541 100644
> --- a/board/gdsys/a38x/MAINTAINERS
> +++ b/board/gdsys/a38x/MAINTAINERS
> @@ -1,5 +1,4 @@
>   A38X BOARD
> -M:	Dirk Eibach <dirk.eibach@gdsys.cc>
>   M:	Mario Six <mario.six@gdsys.cc>
>   S:	Maintained
>   F:	board/gdsys/a38x/
> diff --git a/board/gdsys/mpc8308/MAINTAINERS b/board/gdsys/mpc8308/MAINTAINERS
> index dc0b389f73..57faba4695 100644
> --- a/board/gdsys/mpc8308/MAINTAINERS
> +++ b/board/gdsys/mpc8308/MAINTAINERS
> @@ -1,5 +1,5 @@
>   MPC8308 BOARD
> -M:	Dirk Eibach <dirk.eibach@gdsys.cc>
> +M:	Mario Six <mario.six@gdsys.cc>
>   S:	Maintained
>   F:	board/gdsys/mpc8308/
>   F:	include/configs/gazerbeam.h
> 

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

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

* Re: [PATCH u-boot-marvell] board: gdsys: Drop Dirk Eibach from MAINTAINERS
  2022-01-04 15:14 [PATCH u-boot-marvell] board: gdsys: Drop Dirk Eibach from MAINTAINERS Marek Behún
  2022-01-05  8:49 ` Stefan Roese
@ 2022-01-14 15:38 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2022-01-14 15:38 UTC (permalink / raw)
  To: Marek Behún, Mario Six, u-boot; +Cc: Marek Behún

On 1/4/22 16:14, Marek Behún wrote:
> From: Marek Behún <marek.behun@nic.cz>
> 
> I got an
> 
> <dirk.eibach@gdsys.cc>: host mxlb.ispgateway.de[80.67.18.126] said:
>    554 Sorry, no mailbox here by that name. (in reply to RCPT TO command)
> 
> when sending e-mail to dirk.eibach@gdsys.cc.
> 
> Drop Dirk Eibach from MAINTAINERS of board/gdsys/a38x and
> board/gdsys/mpc8308. The latter would be left maintainerless, add
> Mario Six <mario.six@gdsys.cc> (he is also maintainer of the former
> board).
> 
> Signed-off-by: Marek Behún <marek.behun@nic.cz>

Applied to u-boot-marvell/master

Thanks,
Stefan

> ---
>   board/gdsys/a38x/MAINTAINERS    | 1 -
>   board/gdsys/mpc8308/MAINTAINERS | 2 +-
>   2 files changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/board/gdsys/a38x/MAINTAINERS b/board/gdsys/a38x/MAINTAINERS
> index d31e675ddc..6492e79541 100644
> --- a/board/gdsys/a38x/MAINTAINERS
> +++ b/board/gdsys/a38x/MAINTAINERS
> @@ -1,5 +1,4 @@
>   A38X BOARD
> -M:	Dirk Eibach <dirk.eibach@gdsys.cc>
>   M:	Mario Six <mario.six@gdsys.cc>
>   S:	Maintained
>   F:	board/gdsys/a38x/
> diff --git a/board/gdsys/mpc8308/MAINTAINERS b/board/gdsys/mpc8308/MAINTAINERS
> index dc0b389f73..57faba4695 100644
> --- a/board/gdsys/mpc8308/MAINTAINERS
> +++ b/board/gdsys/mpc8308/MAINTAINERS
> @@ -1,5 +1,5 @@
>   MPC8308 BOARD
> -M:	Dirk Eibach <dirk.eibach@gdsys.cc>
> +M:	Mario Six <mario.six@gdsys.cc>
>   S:	Maintained
>   F:	board/gdsys/mpc8308/
>   F:	include/configs/gazerbeam.h
> 

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

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

end of thread, other threads:[~2022-01-14 15:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-04 15:14 [PATCH u-boot-marvell] board: gdsys: Drop Dirk Eibach from MAINTAINERS Marek Behún
2022-01-05  8:49 ` Stefan Roese
2022-01-14 15:38 ` Stefan Roese

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.