* [PATCH] .mailmap: Correct entires for Masahiro Yamada
@ 2023-07-15 15:02 Tom Rini
2023-07-17 6:55 ` Michal Simek
2023-07-25 21:13 ` [PATCH] .mailmap: Correct entries " Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Tom Rini @ 2023-07-15 15:02 UTC (permalink / raw)
To: u-boot
His entries had the correct email address listed last rather than first,
correct this.
Fixes 4fa4227cdd14 (".mailmap: Record all address for main U-Boot contributor")
Signed-off-by: Tom Rini <trini@konsulko.com>
---
.mailmap | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.mailmap b/.mailmap
index 312a428dc9f6..05cb310e416f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -65,8 +65,8 @@ Marek Vasut <marex@denx.de> <marek.vasut+renesas@gmail.com>
Marek Vasut <marex@denx.de> <marek.vasut@gmail.com>
Marek Vasut <marex@denx.de> <marex at denx.de>
Markus Klotzbuecher <mk@denx.de>
-Masahiro Yamada <yamada.masahiro@socionext.com> <masahiroy@kernel.org>
-Masahiro Yamada <yamada.masahiro@socionext.com> <yamada.m@jp.panasonic.com>
+Masahiro Yamada <masahiroy@kernel.org> <yamada.masahiro@socionext.com>
+Masahiro Yamada <masahiroy@kernel.org> <yamada.m@jp.panasonic.com>
Michal Simek <michal.simek@amd.com> <Monstr@seznam.cz>
Michal Simek <michal.simek@amd.com> <michal.simek@xilinx.com>
Michal Simek <michal.simek@amd.com> <monstr@monstr.eu>
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] .mailmap: Correct entires for Masahiro Yamada
2023-07-15 15:02 [PATCH] .mailmap: Correct entires for Masahiro Yamada Tom Rini
@ 2023-07-17 6:55 ` Michal Simek
2023-07-25 21:13 ` [PATCH] .mailmap: Correct entries " Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2023-07-17 6:55 UTC (permalink / raw)
To: Tom Rini, u-boot
On 7/15/23 17:02, Tom Rini wrote:
> His entries had the correct email address listed last rather than first,
> correct this.
>
> Fixes 4fa4227cdd14 (".mailmap: Record all address for main U-Boot contributor")
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
> .mailmap | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/.mailmap b/.mailmap
> index 312a428dc9f6..05cb310e416f 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -65,8 +65,8 @@ Marek Vasut <marex@denx.de> <marek.vasut+renesas@gmail.com>
> Marek Vasut <marex@denx.de> <marek.vasut@gmail.com>
> Marek Vasut <marex@denx.de> <marex at denx.de>
> Markus Klotzbuecher <mk@denx.de>
> -Masahiro Yamada <yamada.masahiro@socionext.com> <masahiroy@kernel.org>
> -Masahiro Yamada <yamada.masahiro@socionext.com> <yamada.m@jp.panasonic.com>
> +Masahiro Yamada <masahiroy@kernel.org> <yamada.masahiro@socionext.com>
> +Masahiro Yamada <masahiroy@kernel.org> <yamada.m@jp.panasonic.com>
> Michal Simek <michal.simek@amd.com> <Monstr@seznam.cz>
> Michal Simek <michal.simek@amd.com> <michal.simek@xilinx.com>
> Michal Simek <michal.simek@amd.com> <monstr@monstr.eu>
Acked-by: Michal Simek <michal.simek@amd.com>
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP/Versal ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal/Versal NET SoCs
TF-A maintainer - Xilinx ZynqMP/Versal/Versal NET SoCs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] .mailmap: Correct entries for Masahiro Yamada
2023-07-15 15:02 [PATCH] .mailmap: Correct entires for Masahiro Yamada Tom Rini
2023-07-17 6:55 ` Michal Simek
@ 2023-07-25 21:13 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-07-25 21:13 UTC (permalink / raw)
To: u-boot
[-- Attachment #1: Type: text/plain, Size: 387 bytes --]
On Sat, Jul 15, 2023 at 11:02:24AM -0400, Tom Rini wrote:
> His entries had the correct email address listed last rather than first,
> correct this.
>
> Fixes 4fa4227cdd14 (".mailmap: Record all address for main U-Boot contributor")
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Acked-by: Michal Simek <michal.simek@amd.com>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-25 21:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-15 15:02 [PATCH] .mailmap: Correct entires for Masahiro Yamada Tom Rini
2023-07-17 6:55 ` Michal Simek
2023-07-25 21:13 ` [PATCH] .mailmap: Correct entries " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox