public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MAINTAINERS: Update ARM entry
@ 2019-10-10 21:33 Tom Rini
  2019-10-11  8:48 ` Bin Meng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tom Rini @ 2019-10-10 21:33 UTC (permalink / raw)
  To: u-boot

Fully take over the ARM maintainers entry.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 MAINTAINERS    | 2 +-
 doc/git-mailrc | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2ef29768555c..bdc998a55e11 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -102,7 +102,7 @@ F:	doc/device-tree-bindings/mmc/snps,dw-mmc.txt
 F:	drivers/mmc/snps_dw_mmc.c
 
 ARM
-M:	Albert Aribaud <albert.u.boot@aribaud.net>
+M:	Tom Rini <trini@konsulko.com>
 S:	Maintained
 T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
 F:	arch/arm/
diff --git a/doc/git-mailrc b/doc/git-mailrc
index fdfec859282e..d29416a57a1b 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -10,7 +10,6 @@ alias u-boot uboot
 
 # Maintainer aliases.  Use the same alias here as patchwork to keep
 # things simple and easy to look up/coordinate.
-alias aaribaud       Albert Aribaud <albert.u.boot@aribaud.net>
 alias abiessmann     Andreas Bießmann <andreas@biessmann.org>
 alias abrodkin       Alexey Brodkin <alexey.brodkin@synopsys.com>
 alias afleming       Andy Fleming <afleming@gmail.com>
@@ -55,7 +54,7 @@ alias arches         arch
 
 alias arc            uboot, abrodkin
 
-alias arm            uboot, aaribaud, trini
+alias arm            uboot, trini
 alias at91           uboot, abiessmann
 alias davinci        ti
 alias imx            uboot, sbabic
-- 
2.17.1

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

* [U-Boot] [PATCH] MAINTAINERS: Update ARM entry
  2019-10-10 21:33 [U-Boot] [PATCH] MAINTAINERS: Update ARM entry Tom Rini
@ 2019-10-11  8:48 ` Bin Meng
  2019-10-11 13:22 ` Neil Armstrong
  2019-10-17 11:25 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Bin Meng @ 2019-10-11  8:48 UTC (permalink / raw)
  To: u-boot

On Fri, Oct 11, 2019 at 5:33 AM Tom Rini <trini@konsulko.com> wrote:
>
> Fully take over the ARM maintainers entry.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  MAINTAINERS    | 2 +-
>  doc/git-mailrc | 3 +--
>  2 files changed, 2 insertions(+), 3 deletions(-)
>

I noticed that previous email address is no longer available.

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

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

* [U-Boot] [PATCH] MAINTAINERS: Update ARM entry
  2019-10-10 21:33 [U-Boot] [PATCH] MAINTAINERS: Update ARM entry Tom Rini
  2019-10-11  8:48 ` Bin Meng
@ 2019-10-11 13:22 ` Neil Armstrong
  2019-10-17 11:25 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-10-11 13:22 UTC (permalink / raw)
  To: u-boot

On 10/10/2019 23:33, Tom Rini wrote:
> Fully take over the ARM maintainers entry.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  MAINTAINERS    | 2 +-
>  doc/git-mailrc | 3 +--
>  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2ef29768555c..bdc998a55e11 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -102,7 +102,7 @@ F:	doc/device-tree-bindings/mmc/snps,dw-mmc.txt
>  F:	drivers/mmc/snps_dw_mmc.c
>  
>  ARM
> -M:	Albert Aribaud <albert.u.boot@aribaud.net>
> +M:	Tom Rini <trini@konsulko.com>
>  S:	Maintained
>  T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
>  F:	arch/arm/
> diff --git a/doc/git-mailrc b/doc/git-mailrc
> index fdfec859282e..d29416a57a1b 100644
> --- a/doc/git-mailrc
> +++ b/doc/git-mailrc
> @@ -10,7 +10,6 @@ alias u-boot uboot
>  
>  # Maintainer aliases.  Use the same alias here as patchwork to keep
>  # things simple and easy to look up/coordinate.
> -alias aaribaud       Albert Aribaud <albert.u.boot@aribaud.net>
>  alias abiessmann     Andreas Bießmann <andreas@biessmann.org>
>  alias abrodkin       Alexey Brodkin <alexey.brodkin@synopsys.com>
>  alias afleming       Andy Fleming <afleming@gmail.com>
> @@ -55,7 +54,7 @@ alias arches         arch
>  
>  alias arc            uboot, abrodkin
>  
> -alias arm            uboot, aaribaud, trini
> +alias arm            uboot, trini
>  alias at91           uboot, abiessmann
>  alias davinci        ti
>  alias imx            uboot, sbabic
> 

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

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

* [U-Boot] [PATCH] MAINTAINERS: Update ARM entry
  2019-10-10 21:33 [U-Boot] [PATCH] MAINTAINERS: Update ARM entry Tom Rini
  2019-10-11  8:48 ` Bin Meng
  2019-10-11 13:22 ` Neil Armstrong
@ 2019-10-17 11:25 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2019-10-17 11:25 UTC (permalink / raw)
  To: u-boot

On Thu, Oct 10, 2019 at 05:33:09PM -0400, Tom Rini wrote:

> Fully take over the ARM maintainers entry.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

Applied to u-boot/master, thanks!

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

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

end of thread, other threads:[~2019-10-17 11:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-10 21:33 [U-Boot] [PATCH] MAINTAINERS: Update ARM entry Tom Rini
2019-10-11  8:48 ` Bin Meng
2019-10-11 13:22 ` Neil Armstrong
2019-10-17 11:25 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox