All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm
@ 2022-04-27 18:13 Leif Lindholm
  2022-04-27 18:14 ` Leif Lindholm
  2022-04-28 12:46 ` Peter Maydell
  0 siblings, 2 replies; 4+ messages in thread
From: Leif Lindholm @ 2022-04-27 18:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Leif Lindholm

NUVIA was acquired by Qualcomm in March 2021, but kept functioning on
separate infrastructure for a transitional period. We've now switched
over to contributing as Qualcomm Innocation Center (quicinc), so update
my email address to reflect this.

Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
---
 .mailmap    | 1 +
 MAINTAINERS | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index 2976a675ea..6b28c98a90 100644
--- a/.mailmap
+++ b/.mailmap
@@ -63,6 +63,7 @@ Huacai Chen <chenhuacai@kernel.org> <chenhc@lemote.com>
 Huacai Chen <chenhuacai@kernel.org> <chenhuacai@loongson.cn>
 James Hogan <jhogan@kernel.org> <james.hogan@imgtec.com>
 Leif Lindholm <leif@nuviainc.com> <leif.lindholm@linaro.org>
+Leif Lindholm <quic_llindhol@quicinc.com> <leif@nuviainc.com>
 Radoslaw Biernacki <rad@semihalf.com> <radoslaw.biernacki@linaro.org>
 Paul Burton <paulburton@kernel.org> <paul.burton@mips.com>
 Paul Burton <paulburton@kernel.org> <paul.burton@imgtec.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 294c88ace9..02042a7955 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -890,7 +890,7 @@ F: include/hw/ssi/imx_spi.h
 SBSA-REF
 M: Radoslaw Biernacki <rad@semihalf.com>
 M: Peter Maydell <peter.maydell@linaro.org>
-R: Leif Lindholm <leif@nuviainc.com>
+R: Leif Lindholm <quic_llindhol@quicinc.com>
 L: qemu-arm@nongnu.org
 S: Maintained
 F: hw/arm/sbsa-ref.c
-- 
2.30.2



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

* Re: [PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm
  2022-04-27 18:13 [PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm Leif Lindholm
@ 2022-04-27 18:14 ` Leif Lindholm
  2022-04-28 12:46 ` Peter Maydell
  1 sibling, 0 replies; 4+ messages in thread
From: Leif Lindholm @ 2022-04-27 18:14 UTC (permalink / raw)
  To: Leif Lindholm; +Cc: Peter Maydell, qemu-devel

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

On Wed, Apr 27, 2022 at 7:13 PM Leif Lindholm <quic_llindhol@quicinc.com>
wrote:
>
> NUVIA was acquired by Qualcomm in March 2021, but kept functioning on
> separate infrastructure for a transitional period. We've now switched
> over to contributing as Qualcomm Innocation Center (quicinc), so update
> my email address to reflect this.
>
> Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
> Cc: Leif Lindholm <leif@nuviainc.com>
> Cc: Peter Maydell <peter.maydell@linaro.org>

Reviewed-by: Leif Lindholm <leif@nuviainc.com>

> ---
>  .mailmap    | 1 +
>  MAINTAINERS | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/.mailmap b/.mailmap
> index 2976a675ea..6b28c98a90 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -63,6 +63,7 @@ Huacai Chen <chenhuacai@kernel.org> <chenhc@lemote.com>
>  Huacai Chen <chenhuacai@kernel.org> <chenhuacai@loongson.cn>
>  James Hogan <jhogan@kernel.org> <james.hogan@imgtec.com>
>  Leif Lindholm <leif@nuviainc.com> <leif.lindholm@linaro.org>
> +Leif Lindholm <quic_llindhol@quicinc.com> <leif@nuviainc.com>
>  Radoslaw Biernacki <rad@semihalf.com> <radoslaw.biernacki@linaro.org>
>  Paul Burton <paulburton@kernel.org> <paul.burton@mips.com>
>  Paul Burton <paulburton@kernel.org> <paul.burton@imgtec.com>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 294c88ace9..02042a7955 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -890,7 +890,7 @@ F: include/hw/ssi/imx_spi.h
>  SBSA-REF
>  M: Radoslaw Biernacki <rad@semihalf.com>
>  M: Peter Maydell <peter.maydell@linaro.org>
> -R: Leif Lindholm <leif@nuviainc.com>
> +R: Leif Lindholm <quic_llindhol@quicinc.com>
>  L: qemu-arm@nongnu.org
>  S: Maintained
>  F: hw/arm/sbsa-ref.c
> --
> 2.30.2

[-- Attachment #2: Type: text/html, Size: 3295 bytes --]

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

* Re: [PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm
  2022-04-27 18:13 [PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm Leif Lindholm
  2022-04-27 18:14 ` Leif Lindholm
@ 2022-04-28 12:46 ` Peter Maydell
  2022-04-29 14:48   ` Leif Lindholm
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Maydell @ 2022-04-28 12:46 UTC (permalink / raw)
  To: Leif Lindholm; +Cc: Leif Lindholm, Alex Bennée, qemu-devel

On Wed, 27 Apr 2022 at 19:13, Leif Lindholm <quic_llindhol@quicinc.com> wrote:
>
> NUVIA was acquired by Qualcomm in March 2021, but kept functioning on
> separate infrastructure for a transitional period. We've now switched
> over to contributing as Qualcomm Innocation Center (quicinc), so update
> my email address to reflect this.
>
> Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
> Cc: Leif Lindholm <leif@nuviainc.com>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> ---
>  .mailmap    | 1 +
>  MAINTAINERS | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/.mailmap b/.mailmap
> index 2976a675ea..6b28c98a90 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -63,6 +63,7 @@ Huacai Chen <chenhuacai@kernel.org> <chenhc@lemote.com>
>  Huacai Chen <chenhuacai@kernel.org> <chenhuacai@loongson.cn>
>  James Hogan <jhogan@kernel.org> <james.hogan@imgtec.com>
>  Leif Lindholm <leif@nuviainc.com> <leif.lindholm@linaro.org>
> +Leif Lindholm <quic_llindhol@quicinc.com> <leif@nuviainc.com>

Do you also need to update the previous line ? I'm not sure
whether git will do multiple passes through the mailmap chasing
A -> B -> C remappings...

thanks
-- PMM


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

* Re: [PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm
  2022-04-28 12:46 ` Peter Maydell
@ 2022-04-29 14:48   ` Leif Lindholm
  0 siblings, 0 replies; 4+ messages in thread
From: Leif Lindholm @ 2022-04-29 14:48 UTC (permalink / raw)
  To: Peter Maydell; +Cc: Leif Lindholm, Alex Bennée, qemu-devel

On Thu, Apr 28, 2022 at 13:46:36 +0100, Peter Maydell wrote:
> On Wed, 27 Apr 2022 at 19:13, Leif Lindholm <quic_llindhol@quicinc.com> wrote:
> >
> > NUVIA was acquired by Qualcomm in March 2021, but kept functioning on
> > separate infrastructure for a transitional period. We've now switched
> > over to contributing as Qualcomm Innocation Center (quicinc), so update
> > my email address to reflect this.
> >
> > Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
> > Cc: Leif Lindholm <leif@nuviainc.com>
> > Cc: Peter Maydell <peter.maydell@linaro.org>
> > ---
> >  .mailmap    | 1 +
> >  MAINTAINERS | 2 +-
> >  2 files changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/.mailmap b/.mailmap
> > index 2976a675ea..6b28c98a90 100644
> > --- a/.mailmap
> > +++ b/.mailmap
> > @@ -63,6 +63,7 @@ Huacai Chen <chenhuacai@kernel.org> <chenhc@lemote.com>
> >  Huacai Chen <chenhuacai@kernel.org> <chenhuacai@loongson.cn>
> >  James Hogan <jhogan@kernel.org> <james.hogan@imgtec.com>
> >  Leif Lindholm <leif@nuviainc.com> <leif.lindholm@linaro.org>
> > +Leif Lindholm <quic_llindhol@quicinc.com> <leif@nuviainc.com>
> 
> Do you also need to update the previous line ? I'm not sure
> whether git will do multiple passes through the mailmap chasing
> A -> B -> C remappings...

I thought I checked that, but on verifying, I clearly didn't do a very
good job at it if I did. Will fix.

Best Regards,

Leif



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

end of thread, other threads:[~2022-04-29 15:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 18:13 [PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm Leif Lindholm
2022-04-27 18:14 ` Leif Lindholm
2022-04-28 12:46 ` Peter Maydell
2022-04-29 14:48   ` Leif Lindholm

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.