All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] RPi: Add mbrugger as board maintainer
@ 2019-03-28 13:47 matthias.bgg at kernel.org
  2019-03-28 14:02 ` Heinrich Schuchardt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: matthias.bgg at kernel.org @ 2019-03-28 13:47 UTC (permalink / raw)
  To: u-boot

From: Matthias Brugger <mbrugger@suse.com>

I took over maintainership from Alex Graf with commit
3157bbfa18 ("rpi: Make Matthias maintainer")
But I forgot to update the board maintainer file.
This patch adds myself to the game.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>

---

 board/raspberrypi/rpi/MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/raspberrypi/rpi/MAINTAINERS b/board/raspberrypi/rpi/MAINTAINERS
index cce1a7ad76..4f1b23efc8 100644
--- a/board/raspberrypi/rpi/MAINTAINERS
+++ b/board/raspberrypi/rpi/MAINTAINERS
@@ -1,5 +1,5 @@
 RPI BOARD
-M:	Alexander Graf <agraf@suse.de>
+M:	Matthias Brugger <mbrugger@suse.com>
 S:	Maintained
 F:	board/raspberrypi/rpi/
 F:	include/configs/rpi.h
-- 
2.20.1

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

* [U-Boot] [PATCH] RPi: Add mbrugger as board maintainer
  2019-03-28 13:47 [U-Boot] [PATCH] RPi: Add mbrugger as board maintainer matthias.bgg at kernel.org
@ 2019-03-28 14:02 ` Heinrich Schuchardt
  2019-03-28 14:30 ` Alexander Graf
  2019-03-29 20:24 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2019-03-28 14:02 UTC (permalink / raw)
  To: u-boot

On 3/28/19 2:47 PM, matthias.bgg at kernel.org wrote:
> From: Matthias Brugger <mbrugger@suse.com>
>
> I took over maintainership from Alex Graf with commit
> 3157bbfa18 ("rpi: Make Matthias maintainer")
> But I forgot to update the board maintainer file.
> This patch adds myself to the game.
>
> Signed-off-by: Matthias Brugger <mbrugger@suse.com>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

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

* [U-Boot] [PATCH] RPi: Add mbrugger as board maintainer
  2019-03-28 13:47 [U-Boot] [PATCH] RPi: Add mbrugger as board maintainer matthias.bgg at kernel.org
  2019-03-28 14:02 ` Heinrich Schuchardt
@ 2019-03-28 14:30 ` Alexander Graf
  2019-03-29 20:24 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Alexander Graf @ 2019-03-28 14:30 UTC (permalink / raw)
  To: u-boot



> Am 28.03.2019 um 21:47 schrieb matthias.bgg at kernel.org:
> 
> From: Matthias Brugger <mbrugger@suse.com>
> 
> I took over maintainership from Alex Graf with commit
> 3157bbfa18 ("rpi: Make Matthias maintainer")
> But I forgot to update the board maintainer file.
> This patch adds myself to the game.
> 
> Signed-off-by: Matthias Brugger <mbrugger@suse.com>

Reviewed-by: Alexander Graf <agraf@csgraf.de>

Alex

> 
> ---
> 
> board/raspberrypi/rpi/MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/raspberrypi/rpi/MAINTAINERS b/board/raspberrypi/rpi/MAINTAINERS
> index cce1a7ad76..4f1b23efc8 100644
> --- a/board/raspberrypi/rpi/MAINTAINERS
> +++ b/board/raspberrypi/rpi/MAINTAINERS
> @@ -1,5 +1,5 @@
> RPI BOARD
> -M:    Alexander Graf <agraf@suse.de>
> +M:    Matthias Brugger <mbrugger@suse.com>
> S:    Maintained
> F:    board/raspberrypi/rpi/
> F:    include/configs/rpi.h
> -- 
> 2.20.1
> 

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

* [U-Boot] RPi: Add mbrugger as board maintainer
  2019-03-28 13:47 [U-Boot] [PATCH] RPi: Add mbrugger as board maintainer matthias.bgg at kernel.org
  2019-03-28 14:02 ` Heinrich Schuchardt
  2019-03-28 14:30 ` Alexander Graf
@ 2019-03-29 20:24 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2019-03-29 20:24 UTC (permalink / raw)
  To: u-boot

On Thu, Mar 28, 2019 at 02:47:39PM +0100, matthias.bgg at kernel.org wrote:

> From: Matthias Brugger <mbrugger@suse.com>
> 
> I took over maintainership from Alex Graf with commit
> 3157bbfa18 ("rpi: Make Matthias maintainer")
> But I forgot to update the board maintainer file.
> This patch adds myself to the game.
> 
> Signed-off-by: Matthias Brugger <mbrugger@suse.com>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Alexander Graf <agraf@csgraf.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190329/3bf786d2/attachment.sig>

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

end of thread, other threads:[~2019-03-29 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-28 13:47 [U-Boot] [PATCH] RPi: Add mbrugger as board maintainer matthias.bgg at kernel.org
2019-03-28 14:02 ` Heinrich Schuchardt
2019-03-28 14:30 ` Alexander Graf
2019-03-29 20:24 ` [U-Boot] " Tom Rini

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.